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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Feb 25 15:43:17 UTC 2015


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

The following commit has been merged in the master branch:
commit 4ba4cd4d4db0370792c24161be05653afa8b3625
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Feb 25 16:43:14 2015 +0100

    move sign to pangea-tooling
---
 kci/sign.rb | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/kci/sign.rb b/kci/sign.rb
deleted file mode 100755
index 3ac5af3..0000000
--- a/kci/sign.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-CHANGES = ARGV[0]
-
-fail 'No changes file/path specified.' unless CHANGES
-
-args = []
-args << '--no-re-sign'
-args << '-k' << env['KEYID'] if env.key?('KEYID')
-args << CHANGES
-
-fail 'Signing the source package failed.' unless system('debsign', *args)

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list