r28654 - /scripts/takeover-for-pkg-perl.sh

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Dec 28 06:36:47 UTC 2008


Author: ryan52-guest
Date: Sun Dec 28 06:36:44 2008
New Revision: 28654

URL: http://svn.debian.org/wsvn/?sc=1&rev=28654
Log:
don't svn up the whole trunk, only the new packages dir -- saves lots of time

Modified:
    scripts/takeover-for-pkg-perl.sh

Modified: scripts/takeover-for-pkg-perl.sh
URL: http://svn.debian.org/wsvn/scripts/takeover-for-pkg-perl.sh?rev=28654&op=diff
==============================================================================
--- scripts/takeover-for-pkg-perl.sh (original)
+++ scripts/takeover-for-pkg-perl.sh Sun Dec 28 06:36:44 2008
@@ -61,7 +61,7 @@
 
     svn-inject -l 2 -c 0 -t $TMP/ $TMP/*.dsc $SVN
 
-    svn up $TRUNK
+    svn up $TRUNK/$PACKAGE
 
     TXT="Take over for the Debian Perl Group"
     if [ -n "$MAIL" ]; then




More information about the Pkg-perl-cvs-commits mailing list