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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Jan 12 10:03:53 UTC 2016


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

The following commit has been merged in the master branch:
commit b322878aaa35dd5cad11468ff890f42da2eba837
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Jan 12 11:03:48 2016 +0100

    add new scripty to replace binarier2 with ci/builder
---
 kci/sourcer2.rb => nci/builder.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kci/sourcer2.rb b/nci/builder.rb
similarity index 78%
copy from kci/sourcer2.rb
copy to nci/builder.rb
index 212a724..5c599d7 100755
--- a/kci/sourcer2.rb
+++ b/nci/builder.rb
@@ -15,6 +15,6 @@ IO.popen(['apt-key', 'add', '-'], 'w') do |io|
 end
 abort 'Failed to import key' unless $? == 0
 Apt.update
-Apt.install(%w(dh-autoreconf dh-acc pkg-kde-tools germinate dh-translations pbuilder))
+Apt.install(%w(pkg-kde-tools pbuilder)) # Core deps
 
-require_relative '../ci/sourcer.rb'
+require_relative '../ci/builder.rb'

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list