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

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


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

The following commit has been merged in the master branch:
commit 068a7f124040780f6a1ec31e7e63d16170fb541d
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Jan 7 19:21:15 2015 +0100

    Strip out the minor revisions when checking out branches
---
 dci/mozilla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 26e7c4d..5c8422f 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -81,7 +81,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]} suse")
+        system("hg clone http://www.rosenauer.org/hg/mozilla/#firefox#{release_info[:ubuntu].split('.')[0]} 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