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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Feb 20 15:14:39 UTC 2015


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

The following commit has been merged in the master branch:
commit 0ad530667020669c3378f481ff10f04d5ed9c73d
Author: Rohan Garg <rohan at kde.org>
Date:   Fri Feb 20 16:14:26 2015 +0100

    Add some debug to investigate a issue
---
 dci/build.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dci/build.rb b/dci/build.rb
index 65431c6..0c341e6 100644
--- a/dci/build.rb
+++ b/dci/build.rb
@@ -99,6 +99,10 @@ else
 
       logger.warn('No changes file found!') if changes_files.empty?
 
+      # Additional debug for investigating issue
+      system("ls -la")
+      system("pwd")
+
       changes_files.each do |changes_file|
         logger.info("Copying #{changes_file} ...")
         system("dcmd chmod 666 #{changes_file}")

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list