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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Jan 7 11:28:23 UTC 2016


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

The following commit has been merged in the master branch:
commit d4a85124bb2bf3eb7469882897cb9b6e5cbfb46e
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Jan 7 12:28:16 2016 +0100

    actually require used libs
---
 kci/sourcer2.rb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kci/sourcer2.rb b/kci/sourcer2.rb
index af8d2f4..b636c4d 100755
--- a/kci/sourcer2.rb
+++ b/kci/sourcer2.rb
@@ -1,5 +1,8 @@
 #!/usr/bin/env ruby
 
+require_relative '../lib/apt'
+require_relative '../lib/lsb'
+
 debline = "deb http://archive.neon.kde.org.uk/unstable #{LSB::DISTRIB_CODENAME} main"
 Apt::Repository.add(debline)
 # FIXME: this needs to be in the module!

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list