[Pkg-mozext-commits] [adblock-plus] 49/98: Issue 4583 - Update buildtools dependency to revision 1055332acedc

David Prévot taffit at moszumanska.debian.org
Tue Oct 24 01:30:18 UTC 2017


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

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

commit 5b982e46fa8dd0cfb35119bbc80993718f6c6588
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Fri Oct 28 10:45:59 2016 +0200

    Issue 4583 - Update buildtools dependency to revision 1055332acedc
---
 dependencies           | 2 +-
 ensure_dependencies.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dependencies b/dependencies
index 91e6edb..c076838 100644
--- a/dependencies
+++ b/dependencies
@@ -1,5 +1,5 @@
 _root = hg:https://hg.adblockplus.org/ git:https://github.com/adblockplus/
 _self = buildtools/ensure_dependencies.py
-buildtools = buildtools hg:595808987fd9 git:5f8a4c2
+buildtools = buildtools hg:1055332acedc git:9ff219a
 adblockpluscore = adblockpluscore hg:1aa19da44dce git:18e21b7
 adblockplusui = adblockplusui hg:253faf3ccf79 git:ebc5d8a
diff --git a/ensure_dependencies.py b/ensure_dependencies.py
index c1c7145..c03069d 100755
--- a/ensure_dependencies.py
+++ b/ensure_dependencies.py
@@ -355,6 +355,7 @@ def resolve_deps(repodir, level=0, self_update=True, overrideroots=None, skipdep
 
 def _ensure_line_exists(path, pattern):
     with open(path, 'a+') as f:
+        f.seek(0, os.SEEK_SET)
         file_content = [l.strip() for l in f.readlines()]
         if not pattern in file_content:
             file_content.append(pattern)

-- 
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