r77968 - /scripts/gen-mrconfig.sh

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jul 28 23:29:51 UTC 2011


Author: gregoa
Date: Thu Jul 28 23:29:47 2011
New Revision: 77968

URL: http://svn.debian.org/wsvn/?sc=1&rev=77968
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=77968&op=diff
==============================================================================
--- scripts/gen-mrconfig.sh (original)
+++ scripts/gen-mrconfig.sh Thu Jul 28 23:29:47 2011
@@ -31,10 +31,11 @@
       }
       git_checkout () {
         git clone git+ssh://git.debian.org$GIT_REPODIR/\$1.git &&
-        ( cd \$1 &&
+        if [ \$1 != dh-make-perl ]; then ( cd \$1 &&
           { git branch --track upstream remotes/origin/upstream || true; } &&
           { git branch --track pristine-tar remotes/origin/pristine-tar || true; }
         )
+        fi
       }
 
 [.]




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