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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Mar 25 14:56:02 UTC 2015


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

The following commit has been merged in the master branch:
commit cd7947ee0ba8eca16a32fa15faf5c6a79fa8f7f7
Author: Rohan Garg <rohan at garg.io>
Date:   Wed Mar 25 15:55:55 2015 +0100

    Make sure we check for the arch
---
 dci/imager.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dci/imager.rb b/dci/imager.rb
index 3463eb3..97ff542 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -6,6 +6,8 @@ require_relative '../lib/dci'
 fail 'Need a release to build for!' unless ARGV[1]
 fail 'Need a flavor to  build!' unless ARGV[2]
 
+fail 'No arch to build for!' unless ENV['arch']
+
 RELEASE = ARGV[1]
 FLAVOR = ARGV[2]
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list