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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Jan 16 15:18:45 UTC 2015


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

The following commit has been merged in the master branch:
commit a2d4fbde3bda52a010bf362072b36929b1d1de08
Author: Rohan Garg <rohan at kde.org>
Date:   Fri Jan 16 16:18:32 2015 +0100

    No need to call next now
---
 dci/mozilla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index f7496ea..17acbc9 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -93,7 +93,7 @@ def build_firefox
                     f.puts("ac_add_options --enable-gstreamer=1.0
")
                 }
             else
-                version += changelog.version(Changelog::REVISION).next
+                version += changelog.version(Changelog::REVISION)
             end
             version += "~#{DateTime.now.strftime('%Y%m%d.%H%M')}"
             $logger.info("New version is going to be #{version}")

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list