r77970 - /scripts/gen-mrconfig.sh

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jul 29 00:05:46 UTC 2011


Author: gregoa
Date: Fri Jul 29 00:05:45 2011
New Revision: 77970

URL: http://svn.debian.org/wsvn/?sc=1&rev=77970
Log:
try to follow dam's changes in the new .mrconfig in this weird script

Modified:
    scripts/gen-mrconfig.sh

Modified: scripts/gen-mrconfig.sh
URL: http://svn.debian.org/wsvn/scripts/gen-mrconfig.sh?rev=77970&op=diff
==============================================================================
--- scripts/gen-mrconfig.sh (original)
+++ scripts/gen-mrconfig.sh Fri Jul 29 00:05:45 2011
@@ -41,17 +41,11 @@
 [.]
 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
+order = 5
 
 [DEFAULT]
 skip = [ \"\$1\" = \"update\" ] && \`dirname \$MR_CONFIG\`/compare-hashes --verbose
-git_test = exit 0
-cvs_test = exit 1
-svn_test = exit 1
-mercurial_test = exit 1
-bzr_test = exit 1
-darcs_test = exit 1
-fossil_test = exit 1
-
+git_test = [ -d .git ]
 "
 
 # Sections for Git repositories




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