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

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


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

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

    move sourcer to proper dir and symlink there for now
---
 kci/sourcer2.rb                   | 21 +--------------------
 kci/sourcer2.rb => nci/sourcer.rb |  0
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/kci/sourcer2.rb b/kci/sourcer2.rb
deleted file mode 100755
index 212a724..0000000
--- a/kci/sourcer2.rb
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env ruby
-
-require 'open-uri'
-
-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!
-IO.popen(['apt-key', 'add', '-'], 'w') do |io|
-  io.puts open('http://archive.neon.kde.org.uk/public.key').read
-  io.close_write
-  puts 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))
-
-require_relative '../ci/sourcer.rb'
diff --git a/kci/sourcer2.rb b/kci/sourcer2.rb
new file mode 120000
index 0000000..af455bf
--- /dev/null
+++ b/kci/sourcer2.rb
@@ -0,0 +1 @@
+../nci/sourcer.rb
\ No newline at end of file
diff --git a/kci/sourcer2.rb b/nci/sourcer.rb
similarity index 100%
copy from kci/sourcer2.rb
copy to nci/sourcer.rb

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list