[svn-commits] pabelanger: testsuite/bamboo/trunk r3057 - /bamboo/trunk/bin/tarball_script.sh

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 21 13:29:30 CST 2012


Author: pabelanger
Date: Tue Feb 21 13:29:25 2012
New Revision: 3057

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3057
Log:
Remove '... in the future' error

Modified:
    bamboo/trunk/bin/tarball_script.sh

Modified: bamboo/trunk/bin/tarball_script.sh
URL: http://svnview.digium.com/svn/testsuite/bamboo/trunk/bin/tarball_script.sh?view=diff&rev=3057&r1=3056&r2=3057
==============================================================================
--- bamboo/trunk/bin/tarball_script.sh (original)
+++ bamboo/trunk/bin/tarball_script.sh Tue Feb 21 13:29:25 2012
@@ -29,7 +29,7 @@
 cp .cleancount .lastclean
 cd ..
 
-tar --create --owner 0 --group 0 --gzip --verbose --file ${ASTDIR}.tar.gz ${ASTDIR}/
+tar --create --owner 0 --group 0 --gzip --verbose --touch --file ${ASTDIR}.tar.gz ${ASTDIR}/
 
 if [ ! -d ../tarballs ]; then
 	mkdir ../tarballs




More information about the svn-commits mailing list