[SCM] ci-tooling packaging branch, master, updated. 59521f2536d53563d5446054ffd64fe8bff88386
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Wed Nov 18 09:11:36 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=59521f2
The following commit has been merged in the master branch:
commit 59521f2536d53563d5446054ffd64fe8bff88386
Author: Harald Sitter <sitter at kde.org>
Date: Wed Nov 18 10:11:32 2015 +0100
use a runtime way to resolve the script name
---
kci/ppa_wipe.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kci/ppa_wipe.rb b/kci/ppa_wipe.rb
index acaa492..1af54bc 100755
--- a/kci/ppa_wipe.rb
+++ b/kci/ppa_wipe.rb
@@ -13,7 +13,7 @@ THREAD_COUNT = 8
LOG = Logger.new(STDERR)
LOG.level = Logger::INFO
-LOG.progname = 'ppa_promote'
+LOG.progname = File.basename($PROGRAM_NAME)
LOG.warn 'PPA Promote'
options = OpenStruct.new(series: nil, ppa: nil)
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list