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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Mar 12 12:00:04 UTC 2015


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

The following commit has been merged in the master branch:
commit 9615e13df259794b37b4d2b6c65d09928dc25879
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Mar 12 12:59:59 2015 +0100

    rename daily-promote to ppa_promote
---
 kci/{daily-promote.rb => ppa_promote.rb} | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kci/daily-promote.rb b/kci/ppa_promote.rb
old mode 100755
new mode 100644
similarity index 93%
rename from kci/daily-promote.rb
rename to kci/ppa_promote.rb
index b0a8365..7c9686d
--- a/kci/daily-promote.rb
+++ b/kci/ppa_promote.rb
@@ -6,8 +6,13 @@ require 'logger/colors'
 
 require_relative 'lib/lp'
 
+# TODO: thread?
+# TODO: wait for wipe and publish to be done. fail if publish takes >40 minutes
+
 LOG = Logger.new(STDERR)
 LOG.level = Logger::INFO
+LOG.progname = 'ppa_promote'
+LOG.warn 'PPA Promote'
 
 Project = Struct.new(:series, :type)
 project = Project.new(ENV.fetch('DIST'), ENV.fetch('TYPE'))

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list