[SCM] ci-tooling packaging branch, master, updated. 05568965716578f4b79676c1caebbbc4eb5b77cf

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Feb 24 09:45:10 UTC 2015


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

The following commit has been merged in the master branch:
commit 005dc1fff36fd5e969b40939fd5803fd1d9c6be7
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Feb 24 10:40:33 2015 +0100

    builder add flow documentation for refactor
---
 kci/builder.rb | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/kci/builder.rb b/kci/builder.rb
index 5e5f8ed..6970bb8 100644
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -6,6 +6,29 @@ require 'json'
 require 'timeout'
 require_relative 'lib/debian/changelog'
 
+=begin
+-> build_source
+   - copy upstream source
+   - generate tarball
+   - copy packaging source
+   - fiddle
+   - update changelog
+   - dpkg-buildpackage -S
+-> sign_source [elevated - possibly part of build_source]
+   - debsign
+-> build binary
+   - upload_source
+   - wait_for_launchpad
+   - download_logs
+-> check_logs
+   - cmake
+   - lintian
+   - symbols
+   - qml-checker
+-> update_symbols
+=end
+
+
 ENV['HOME'] = '/var/lib/jenkins'
 ENV['PATH'] = '/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin'
 ENV['GNUPGHOME'] = '/var/lib/jenkins/tooling/gnupg'

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list