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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Aug 19 00:57:07 UTC 2015


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

The following commit has been merged in the master branch:
commit 664b3b1502a0656a3a48b838b5c79c74f35ab416
Author: Rohan Garg <rohan at garg.io>
Date:   Wed Aug 19 02:55:58 2015 +0200

    Use -jauto instead of nproc
---
 dci/build.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/build.rb b/dci/build.rb
index 026e10c..9cc8df5 100644
--- a/dci/build.rb
+++ b/dci/build.rb
@@ -82,7 +82,7 @@ else
         logger.info('Finished installing build deps')
 
         logger.info('Start building the package')
-        system("dpkg-buildpackage -j`nproc` #{dpkg_buildopts.join(' ')}")
+        system("dpkg-buildpackage -jauto #{dpkg_buildopts.join(' ')}")
         if RbConfig::CONFIG['host_cpu'] == 'x86_64'
           system('dh_install --fail-missing')
           logger.error('Not all files have been installed!') unless $?.success?

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list