r742 - /scripts/download-seti

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Thu Nov 15 17:42:31 UTC 2007


Author: fst-guest
Date: Thu Nov 15 17:42:30 2007
New Revision: 742

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=742
Log:
SETI at home recently migrated from CVS to Subversion, therefore the nightly
tarballs can now include .svn subdirs. We don't want them in our orig.tar.gz
tarballs, so also remove them from the nightly tarball before repackaging it.

Modified:
    scripts/download-seti

Modified: scripts/download-seti
URL: http://svn.debian.org/wsvn/pkg-boinc/scripts/download-seti?rev=742&op=diff
==============================================================================
--- scripts/download-seti (original)
+++ scripts/download-seti Thu Nov 15 17:42:30 2007
@@ -32,7 +32,7 @@
 # remove non-free or unneeded things
 rm -rf seti_boinc/client/win_build
 rm -rf seti_boinc/jpeglib
-find seti_boinc -depth -name "CVS" -exec rm -rf '{}' \;
+find seti_boinc -depth \( -name "CVS" -o -name ".svn" \) -exec rm -rf '{}' \;
 
 tar -czf "boinc-app-seti_$DEBIAN_VERSION.orig.tar.gz" seti_boinc
 rm -rf seti_boinc




More information about the pkg-boinc-commits mailing list