Skip to content

Commit

Permalink
#14 Update buildserver to create TAR files without ._foo files.
Browse files Browse the repository at this point in the history
  • Loading branch information
clanmills committed Jul 3, 2017
1 parent ac34d55 commit 9c4a0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/buildserver/dailyCMake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ if [ "$result" == "0" ]; then
# create the bundle
pushd "$build" > /dev/null
rm -rf *.tar.gz
tar czf "$zip" dist/
COPYFILE_DISABLE=1 tar czf "$zip" dist/
ls -alt
mv $zip ..
popd > /dev/null
Expand Down

0 comments on commit 9c4a0e7

Please sign in to comment.