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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Jan 20 18:04:39 UTC 2015


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

The following commit has been merged in the master branch:
commit 26309bc82d50b1fcf47ca8c3350fc81284bd7157
Author: Rohan Garg <rohan at kde.org>
Date:   Tue Jan 20 19:04:28 2015 +0100

    Output the contents of the deb in the build output
---
 dci/build.rb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dci/build.rb b/dci/build.rb
index a54b63e..e02570d 100644
--- a/dci/build.rb
+++ b/dci/build.rb
@@ -103,6 +103,12 @@ else
               logger.error("Lintian check failed!") unless $?.success?
               logger.info("Finished running lintian checks")
 
+              # Content of debs
+              logger.info("Contents of debs")
+              Dir.glob("*.deb") { |deb|
+                  system("lesspipe #{deb}")
+              }
+
               system("dcmd mv #{changes_file} #{result_dir}")
               system("chmod 2770 #{result_dir}") unless File.stat(result_dir).setgid?
           end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list