r77929 - /scripts/gen-mrconfig.sh

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jul 27 19:47:05 UTC 2011


Author: gregoa
Date: Wed Jul 27 19:47:04 2011
New Revision: 77929

URL: http://svn.debian.org/wsvn/?sc=1&rev=77929
Log:
only skip on update action

Modified:
    scripts/gen-mrconfig.sh

Modified: scripts/gen-mrconfig.sh
URL: http://svn.debian.org/wsvn/scripts/gen-mrconfig.sh?rev=77929&op=diff
==============================================================================
--- scripts/gen-mrconfig.sh (original)
+++ scripts/gen-mrconfig.sh Wed Jul 27 19:47:04 2011
@@ -41,7 +41,7 @@
 post_update = wget -q -O .git.hashes http://alioth.debian.org/~ansgar/pet2-data/pkg-perl/git-pkg-perl-packages.json
 
 [DEFAULT]
-skip = \`dirname \$MR_CONFIG\`/compare-hashes
+skip = [ \"\$1\" = update ] && \`dirname \$MR_CONFIG\`/compare-hashes
 
 "
 




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