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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Jan 27 15:03:34 UTC 2015


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

The following commit has been merged in the master branch:
commit a99733c355eace4afc4342f7b42504cc469040d4
Author: Rohan Garg <rohan at kde.org>
Date:   Tue Jan 27 16:03:21 2015 +0100

    Make sure we use the new version
---
 dci/mozilla.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index a11768f..9bfa298 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -78,9 +78,10 @@ def bump_version
   $logger.info("New version is going to be #{version}")
   `dch -v "#{version}" "[CI Build] #{PACKAGE} with KDE integration"`
 
+  new_changelog = Changelog.new
   # Rename orig
   File.rename("../#{PACKAGE}_#{changelog.version(Changelog::BASE)}.orig.tar.bz2",
-              "../#{PACKAGE}_#{changelog.version(Changelog::BASE)}.orig.tar.bz2")
+              "../#{PACKAGE}_#{new_changelog.version(Changelog::BASE)}.orig.tar.bz2")
 end
 
 def install_kde_js

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list