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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Mar 31 11:20:21 UTC 2015


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

The following commit has been merged in the master branch:
commit d892a2f1421c08a4ca8288d585fc5b8c7b480841
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Mar 31 13:19:38 2015 +0200

    Fix regression where vars are wiped after being populated
---
 dci/imager.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dci/imager.rb b/dci/imager.rb
index 60a05f4..caaa96a 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -79,6 +79,8 @@ Dir.chdir('build') do
   system('lb clean --purge')
 
   extra_opts = []
+  packages = []
+  repos = []
 
   case FLAVOR
   when /.*netrunner.*desktop/
@@ -118,8 +120,6 @@ Dir.chdir('build') do
 
   FileUtils.mkdir_p('config/archives')
   workarounds
-  packages = []
-  repos = []
 
   packages.each do |package|
     File.write('config/package-lists/netrunner.list.chroot',

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list