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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Jan 7 18:35:04 UTC 2015


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

The following commit has been merged in the master branch:
commit 870c8e297b3101b793cc3149d88c45b9379ec93c
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Jan 7 19:34:46 2015 +0100

    Floats don't have a split method
---
 dci/mozilla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index ad3fbcd..736e2e6 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -83,7 +83,7 @@ def build_firefox
         system('pull-lp-source firefox')
         firefox_dir = Dir["firefox-*"][0]
 
-        system("hg clone http://www.rosenauer.org/hg/mozilla/#firefox#{release_info[:ubuntu].split('.')[0]} suse")
+        system("hg clone http://www.rosenauer.org/hg/mozilla/#firefox#{release_info[:ubuntu].to_i} suse")
         Dir.chdir(firefox_dir) {
             changelog = Changelog.new
             version = "#{changelog.version(Changelog::BASE)}"

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list