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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Sat Jun 20 00:03:41 UTC 2015


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

The following commit has been merged in the master branch:
commit 3cc568c44ed490b147c6bd16ca4af89e6df2c1f8
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Jun 19 17:03:25 2015 -0700

    build sources with -sa to make sure reprepro will accept uploads
---
 lib/ci/build_source.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/ci/build_source.rb b/lib/ci/build_source.rb
index bea0039..6709b9e 100644
--- a/lib/ci/build_source.rb
+++ b/lib/ci/build_source.rb
@@ -109,7 +109,8 @@ class VcsSourceBuilder
     # dpkg-buildpackage
     Dir.chdir("#{BUILD_DIR}/source/") do
       system('update-maintainer')
-      return if system('dpkg-buildpackage', '-us', '-uc', '-S', '-d')
+      # Force -sa as reprepreo refuses to accept uploads without orig.
+      return if system('dpkg-buildpackage', '-us', '-uc', '-S', '-d', '-sa')
       fail 'Could not run dpkg-buildpackage!'
     end
   end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list