[SCM] ci-tooling packaging branch, master, updated. 219eab3992768c6b917e38b35f36c37d7ee21f66
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Fri Jun 5 03:10:28 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=219eab3
The following commit has been merged in the master branch:
commit 219eab3992768c6b917e38b35f36c37d7ee21f66
Author: Harald Sitter <sitter at kde.org>
Date: Thu Jun 4 20:10:13 2015 -0700
run dput with debug
---
kci/builder.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kci/builder.rb b/kci/builder.rb
index 240ddce..b0737e5 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -233,7 +233,7 @@ Dir.chdir('build/source/') do
if `ssh-keygen -F ppa.launchpad.net`.strip.empty?
`ssh-keyscan -H ppa.launchpad.net >> ~/.ssh/known_hosts`
end
- dput = "dput -c #{DPUTCONF} #{PPA} ../#{changelog.name}_#{changelog.version(Changelog::BASE | Changelog::BASESUFFIX)}*.changes"
+ dput = "dput -d -c #{DPUTCONF} #{PPA} ../#{changelog.name}_#{changelog.version(Changelog::BASE | Changelog::BASESUFFIX)}*.changes"
success = false
4.times do |count|
# Note: count starts at 0 ;)
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list