[SCM] ci-tooling packaging branch, master, updated. 7a44da6e4a49d81594f0f9277163471308a16615
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Fri Mar 13 17:11:16 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=7a44da6
The following commit has been merged in the master branch:
commit 7a44da6e4a49d81594f0f9277163471308a16615
Author: Rohan Garg <rohan at garg.io>
Date: Fri Mar 13 18:11:07 2015 +0100
Check for the right file
---
dci/source.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dci/source.rb b/dci/source.rb
index b335a02..59cc0c4 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -64,7 +64,7 @@ dci_run_cmd('apt-get -y install devscripts lsb-release locales libdistro-info-pe
Dir.chdir(ARGV[1]) do
# Get source name and what not
- if File.exist? 'debian/source/format'
+ if File.exist? 'source/debian/source/format'
PACKAGING_DIR = 'source/'
else
PACKAGING_DIR = 'packaging/'
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list