r77966 - /scripts/gen-mrconfig.sh

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


Author: gregoa
Date: Thu Jul 28 22:07:06 2011
New Revision: 77966

URL: http://svn.debian.org/wsvn/?sc=1&rev=77966
Log:
further adjustments gen-mrconfig.sh -> .mrconfig

Modified:
    scripts/gen-mrconfig.sh

Modified: scripts/gen-mrconfig.sh
URL: http://svn.debian.org/wsvn/scripts/gen-mrconfig.sh?rev=77966&op=diff
==============================================================================
--- scripts/gen-mrconfig.sh (original)
+++ scripts/gen-mrconfig.sh Thu Jul 28 22:07:06 2011
@@ -15,7 +15,7 @@
 #msg "Retreiving package list"
 
 # Packages hosted in Git
-GIT_REPODIR="/git/pkg-perl/packages/"
+GIT_REPODIR="/git/pkg-perl/packages"
 GIT_PKGS=$(ls -1 $GIT_REPODIR | sed 's/.git$//')
 
 # cgi
@@ -42,7 +42,7 @@
 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 --verbose
 
 "
 




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