commit af8a1bae15e364401edebd3ba5b861e9e4beaa73 from: matthias date: Mon Dec 17 11:59:31 2007 UTC o Removed a trailing slash o Display the archive at the end commit - e4bc601aa4cdf1b757e6da83267e38d71323990a commit + af8a1bae15e364401edebd3ba5b861e9e4beaa73 blob - bbe7b0d63870d4115556fcf189a63c519c581f72 blob + 3cfbf7a431fa62e32efb5987e83a08a613e83c34 --- create_tarball.sh +++ create_tarball.sh @@ -3,7 +3,7 @@ d=`mktemp -d /tmp/updfly.XXXX` ud=update-dragonfly cvsid=matthias@globus.mathematik.uni-marburg.de:/cvs -remote=schmidtm@login.mathematik.uni-marburg.de:.www/update_dragonfly/ +remote=schmidtm@login.mathematik.uni-marburg.de:.www/update_dragonfly cd /tmp @@ -24,4 +24,6 @@ echo "Create tarball" tar cf $ud.tar $ud || return gzip -9 $ud.tar || return echo "" +tar tfvz $ud.tar.gz +echo "" echo "scp /tmp/$ud.tar.gz $remote"