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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Feb 25 20:17:54 UTC 2015


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

The following commit has been merged in the master branch:
commit 18df3cc2236445d247432aacb086c308db5b2098
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Feb 25 21:15:07 2015 +0100

    fix lp require
---
 kci/ppa-copy-package.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/ppa-copy-package.rb b/kci/ppa-copy-package.rb
index 728ea32..1e59802 100755
--- a/kci/ppa-copy-package.rb
+++ b/kci/ppa-copy-package.rb
@@ -20,7 +20,7 @@
 
 require 'ostruct'
 
-require_relative "confined/lib/lp"
+require_relative 'lib/lp'
 
 if ENV['COMPONENT'] != 'frameworks'
   puts 'Not doing a package copy because the component is not "frameworks"'

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list