r77971 - /scripts/gen-mrconfig.sh

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


Author: gregoa
Date: Fri Jul 29 07:45:57 2011
New Revision: 77971

URL: http://svn.debian.org/wsvn/?sc=1&rev=77971
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=77971&op=diff
==============================================================================
--- scripts/gen-mrconfig.sh (original)
+++ scripts/gen-mrconfig.sh Fri Jul 29 07:45:57 2011
@@ -45,7 +45,10 @@
 
 [DEFAULT]
 skip = [ \"\$1\" = \"update\" ] && \`dirname \$MR_CONFIG\`/compare-hashes --verbose
-git_test = [ -d .git ]
+git_test = set -x; [ -d \$MR_REPO/.git ]
+cvs_test = exit 1
+svn_test = exit 1
+
 "
 
 # Sections for Git repositories




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