r667 - /scripts/export-boinc

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Wed Jun 20 17:41:57 UTC 2007


Author: fst-guest
Date: Wed Jun 20 17:41:57 2007
New Revision: 667

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=667
Log:
Switch the order of directories for tarballs, so that it actually checks
if tarfiles/boinc or tarballs/boinc exists before putting tarballs into
the tarfiles or tarballs directory.

Modified:
    scripts/export-boinc

Modified: scripts/export-boinc
URL: http://svn.debian.org/wsvn/pkg-boinc/scripts/export-boinc?rev=667&op=diff
==============================================================================
--- scripts/export-boinc (original)
+++ scripts/export-boinc Wed Jun 20 17:41:57 2007
@@ -9,7 +9,8 @@
 
 set -e
 
-DIRS="tarfiles tarfiles/boinc tarballs tarballs/boinc"
+# space separated list of directories where to put the tarball
+DIRS="tarfiles/boinc tarfiles tarballs/boinc tarballs"
 
 SVN_ROOT="http://boinc.berkeley.edu/svn"
 




More information about the pkg-boinc-commits mailing list