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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Sun Jan 25 23:43:05 UTC 2015


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

The following commit has been merged in the master branch:
commit f49171767e3f776c3e0318d0ccded67b9d6c38d7
Author: Rohan Garg <rohan at kde.org>
Date:   Mon Jan 26 00:42:44 2015 +0100

    Make sure we pull the source for the release we're building for
---
 dci/mozilla.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 6b02f63..8fe200b 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -80,10 +80,10 @@ def build_firefox
     `rm -rf build`
     Dir.mkdir('build')
     Dir.chdir('build') {
-        fail "Can't download firefox!" unless system('pull-lp-source firefox')
+        fail "Can't download firefox!" unless system("pull-lp-source firefox #{`lsb_release -cs`.strip}")
         firefox_dir = Dir["firefox-*"][0]
 
-        system("hg clone http://www.rosenauer.org/hg/mozilla/#firefox#{release_info[:ubuntu].to_i} suse")
+        system("hg clone http://www.rosenauer.org/hg/mozilla/#firefox#{release_info[:upstream].to_i} suse")
         Dir.chdir(firefox_dir) {
             changelog = Changelog.new
             version = "1000~#{changelog.version(Changelog::BASE)}"

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list