r77969 - /scripts/gen-mrconfig.sh

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jul 28 23:52:53 UTC 2011


Author: gregoa
Date: Thu Jul 28 23:52:50 2011
New Revision: 77969

URL: http://svn.debian.org/wsvn/?sc=1&rev=77969
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=77969&op=diff
==============================================================================
--- scripts/gen-mrconfig.sh (original)
+++ scripts/gen-mrconfig.sh Thu Jul 28 23:52:50 2011
@@ -44,6 +44,13 @@
 
 [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
 
 "
 




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