r77731 - /scripts/gen-mrconfig.sh

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jul 22 19:24:30 UTC 2011


Author: dmn
Date: Fri Jul 22 19:24:28 2011
New Revision: 77731

URL: http://svn.debian.org/wsvn/?sc=1&rev=77731
Log:
when traversing packages, ignore dh-make-perl, which is a git-svn mirror

Modified:
    scripts/gen-mrconfig.sh

Modified: scripts/gen-mrconfig.sh
URL: http://svn.debian.org/wsvn/scripts/gen-mrconfig.sh?rev=77731&op=diff
==============================================================================
--- scripts/gen-mrconfig.sh (original)
+++ scripts/gen-mrconfig.sh Fri Jul 22 19:24:28 2011
@@ -16,7 +16,7 @@
 
 # Packages hosted in Git
 GIT_REPODIR="/git/pkg-perl/packages/"
-GIT_PKGS=$(ls -1 $GIT_REPODIR | sed 's/.git$//')
+GIT_PKGS=$(ls -1 $GIT_REPODIR | grep -v dh-make-perl | sed 's/.git$//')
 
 # cgi
 output "Content-type: text/plain\n"




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