[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 475/483: Issue 1796 - Update buildtools dependency for Element Hiding Helper to revision be85e6094718

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:42:08 UTC 2015


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

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

commit 4c379f5673d77d3b7024f01a7ca7fa15a958c6bf
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Tue Jan 13 16:29:50 2015 +0100

    Issue 1796 - Update buildtools dependency for Element Hiding Helper to revision be85e6094718
---
 dependencies           | 2 +-
 ensure_dependencies.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dependencies b/dependencies
index 794ad70..aeffecb 100644
--- a/dependencies
+++ b/dependencies
@@ -1,3 +1,3 @@
 _root = hg:https://hg.adblockplus.org/ git:https://github.com/adblockplus/
 _self = buildtools/ensure_dependencies.py
-buildtools = buildtools hg:4a81fc295e2eefd86b856e1bc06bee3f79fc5bd2 git:a9c69361b98fb187d34b8b0fbee1a65c0ab15a0e
+buildtools = buildtools hg:be85e6094718f638dc5d870c8350478e58c179b0 git:021b78c35e9e19a81f6a3eb1449d868b4cfb828a
diff --git a/ensure_dependencies.py b/ensure_dependencies.py
old mode 100644
new mode 100755
index ffe04a0..a6ae401
--- a/ensure_dependencies.py
+++ b/ensure_dependencies.py
@@ -89,7 +89,7 @@ class Git():
     subprocess.check_call(["git", "clone", "--quiet", source, target])
 
   def get_revision_id(self, repo, rev="HEAD"):
-    command = ["git", "rev-parse", "--revs-only", rev]
+    command = ["git", "rev-parse", "--revs-only", rev + '^{commit}']
     return subprocess.check_output(command, cwd=repo).strip()
 
   def pull(self, repo):

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



More information about the Pkg-mozext-commits mailing list