[SCM] ci-tooling packaging branch, master, updated. 2d6b3f5881c1f4e60e9834ee61756d03ec767410

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon Jan 26 14:47:35 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=2d6b3f5

The following commit has been merged in the master branch:
commit 2d6b3f5881c1f4e60e9834ee61756d03ec767410
Author: Rohan Garg <rohan at kde.org>
Date:   Mon Jan 26 15:45:22 2015 +0100

    Entirely possible that pull-lp-source fails when trying to fetch from the network
    
    Additionally, use the local apt-cacher-ng mirror to fetch firefox
---
 dci/mozilla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index fdda0eb..f31f995 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -88,7 +88,7 @@ def build_firefox
     `rm -rf build`
     Dir.mkdir('build')
     Dir.chdir('build') {
-        fail "Can't download firefox!" unless system("pull-lp-source firefox #{RELEASE}")
+        dci_run_cmd("pull-lp-source -m http://127.0.0.1:3142/ubuntu firefox #{RELEASE}")
 
         system("hg clone http://www.rosenauer.org/hg/mozilla/#firefox#{release_info[:ubuntu].to_i} suse")
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list