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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Nov 5 15:14:22 UTC 2015


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

The following commit has been merged in the master branch:
commit f77b2459d93c225b5ffb995b40a286de80e327e4
Author: Rohan Garg <rohan at garg.io>
Date:   Thu Nov 5 16:14:12 2015 +0100

    There is no testing mode here
---
 ci/builder.rb | 2 +-
 ci/sourcer.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/builder.rb b/ci/builder.rb
index 05ac75e..a0e5a71 100755
--- a/ci/builder.rb
+++ b/ci/builder.rb
@@ -23,4 +23,4 @@ builder.build(source)
 # stuff owned by others.
 at_exit do
   FileUtils.chown_R('jenkins', 'jenkins', Dir.pwd, verbose: true)
-end unless testing
+end
diff --git a/ci/sourcer.rb b/ci/sourcer.rb
index 4051127..5b2ea66 100755
--- a/ci/sourcer.rb
+++ b/ci/sourcer.rb
@@ -16,4 +16,4 @@ open('build/source.yaml', 'w+') { |f| f.write(YAML.dump(r)) }
 # stuff owned by others.
 at_exit do
   FileUtils.chown_R('jenkins', 'jenkins', Dir.pwd, verbose: true)
-end unless testing
+end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list