[SCM] ci-tooling packaging branch, master, updated. 364f32571dbcd0e101d035f92124f9f972dea8fa
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Thu Mar 12 13:06:02 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=364f325
The following commit has been merged in the master branch:
commit 364f32571dbcd0e101d035f92124f9f972dea8fa
Author: Harald Sitter <sitter at kde.org>
Date: Thu Mar 12 14:05:58 2015 +0100
fix attribute name
---
kci/ppa_promote.rb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/kci/ppa_promote.rb b/kci/ppa_promote.rb
index 7c9686d..69dc0c2 100755
--- a/kci/ppa_promote.rb
+++ b/kci/ppa_promote.rb
@@ -68,10 +68,10 @@ packages = JSON.parse(File.read('package-list.json'))
Launchpad.authenticate
-live = Archive.new(project.stability, project.series)
+live = Archive.new(project.type, project.series)
%w(daily weekly).each do |snapshot|
- LOG.info "Working on #{project.stability}-#{snapshot}"
- ppa = Archive.new("#{project.stability}-#{snapshot}", project.series)
+ LOG.info "Working on #{project.type}-#{snapshot}"
+ ppa = Archive.new("#{project.type}-#{snapshot}", project.series)
ppa.wipe
ppa.copy(packages, live.ppa)
end
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list