r77720 - /scripts/gen-mrconfig.sh

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jul 22 14:15:58 UTC 2011


Author: gregoa
Date: Fri Jul 22 14:15:55 2011
New Revision: 77720

URL: http://svn.debian.org/wsvn/?sc=1&rev=77720
Log:
update gen-mrconfig script (meta repo, skip, wget .git.hashes)

Modified:
    scripts/gen-mrconfig.sh

Modified: scripts/gen-mrconfig.sh
URL: http://svn.debian.org/wsvn/scripts/gen-mrconfig.sh?rev=77720&op=diff
==============================================================================
--- scripts/gen-mrconfig.sh (original)
+++ scripts/gen-mrconfig.sh Fri Jul 22 14:15:55 2011
@@ -35,11 +35,16 @@
         { git branch --track upstream remotes/origin/upstream || true; } &&
         { git branch --track pristine-tar remotes/origin/pristine-tar || true; }
       }
+
+[.]
+checkout = git clone ssh://git.debian.org/git/pkg-perl/meta.git
+post_update = wget -q -O .git.hashes http://alioth.debian.org/~ansgar/pet2-data/pkg-perl/git-pkg-perl-packages.json
 "
 
 # Sections for Git repositories
 for i in $GIT_PKGS; do
     output "[packages/$i]
+skip = [ -x ./compare-hashes ] && ./compare-hashes $1
 checkout = git_checkout $i
 "
 done




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