r77965 - /scripts/gen-mrconfig.sh

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jul 28 22:04:47 UTC 2011


Author: gregoa
Date: Thu Jul 28 22:04:42 2011
New Revision: 77965

URL: http://svn.debian.org/wsvn/?sc=1&rev=77965
Log:
next try to get the quoting right

Modified:
    scripts/gen-mrconfig.sh

Modified: scripts/gen-mrconfig.sh
URL: http://svn.debian.org/wsvn/scripts/gen-mrconfig.sh?rev=77965&op=diff
==============================================================================
--- scripts/gen-mrconfig.sh (original)
+++ scripts/gen-mrconfig.sh Thu Jul 28 22:04:42 2011
@@ -39,10 +39,10 @@
 
 [.]
 checkout = git clone ssh://git.debian.org/git/pkg-perl/meta.git
-post_update = `dirname \$MR_CONFIG`/split-json-info http://alioth.debian.org/~ansgar/pet2-data/pkg-perl/git-pkg-perl-packages.json
+post_update = \`dirname \$MR_CONFIG\`/split-json-info http://alioth.debian.org/~ansgar/pet2-data/pkg-perl/git-pkg-perl-packages.json
 
 [DEFAULT]
-skip = [ \"\$1\" = update ] && \`dirname \$MR_CONFIG\`/compare-hashes
+skip = [ \"\$1\" = \"update\" ] && \`dirname \$MR_CONFIG\`/compare-hashes
 
 "
 




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