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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Dec 5 18:30:20 UTC 2014


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

The following commit has been merged in the master branch:
commit b019368465fd0d4cfde516c2f5150a5f95ceef86
Author: Rohan Garg <rohan at kde.org>
Date:   Fri Dec 5 19:30:08 2014 +0100

    packaging is not nested under build
---
 dci/source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/source.rb b/dci/source.rb
index 1a8e06d..5d8b302 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -39,7 +39,7 @@ Dir.chdir(ARGV[1]) do
     raise 'Failed to create a tarball' unless system("tar -cf #{tar} source")
     raise 'Failed to compress the tarball' unless system("xz -6 #{tar}")
 
-    system("cp -aR build/packaging/debian source/")
+    system("cp -aR packaging/debian source/")
 
     Dir.chdir('source/') do
         raise 'Failed to create changelog entry' unless system({'DEBFULLNAME' => 'Debian CI',

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list