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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Mar 26 20:59:13 UTC 2015


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

The following commit has been merged in the master branch:
commit afb8fb5e6bed46c0cc997c66413af10e62220019
Author: Rohan Garg <rohan at garg.io>
Date:   Thu Mar 26 21:59:00 2015 +0100

    Fix release in debian/changelog
---
 dci/mozilla.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 118d153..214aaf6 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -21,7 +21,6 @@ def package_releases
   threads = []
   ubuntu_versions = []
   upstream_versions = []
-  release = UBUNTU_RELEASES[-1] if DEBIAN_RELEASES.include? release
 
   threads << Thread.new do
     # Find the latest release from the Mozilla releases page
@@ -212,7 +211,7 @@ Dir.chdir('build') do
 
   src_dir = Dir["#{PACKAGE}-*"][0]
   Dir.chdir(src_dir) do
-    `dch --release --distribution #{RELEASE} ""`
+    `dch --release --distribution #{ARGV[2]} ""`
     # Needs full source upload because version 1000 doesn't exist in Ubuntu
     dci_run_cmd('dpkg-buildpackage -S -sa -uc -us')
   end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list