[Pkg-mozext-commits] [adblock-plus] 10/24: Issue 1366 - ensure_dependencies.py checkout fails for master revision

David Prévot taffit at moszumanska.debian.org
Mon Oct 20 02:15:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit ff26a3a9831e6215317931c3d44049006c72efe8
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Sep 11 21:34:20 2014 +0200

    Issue 1366 - ensure_dependencies.py checkout fails for master revision
    
    --HG--
    extra : histedit_source : f6112fc8345b725f8b63029c2b986c78ee3dbcbb
---
 ensure_dependencies.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ensure_dependencies.py b/ensure_dependencies.py
index 58e6b32..7df655e 100755
--- a/ensure_dependencies.py
+++ b/ensure_dependencies.py
@@ -64,7 +64,7 @@ class Git():
     source = source.rstrip("/")
     if not source.endswith(".git"):
       source += ".git"
-    subprocess.check_call(["git", "clone", "--quiet", "--no-checkout", source, target])
+    subprocess.check_call(["git", "clone", "--quiet", source, target])
 
   def get_revision_id(self, repo, rev="HEAD"):
     command = ["git", "-C", repo, "rev-parse", "--revs-only", rev]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list