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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Jan 12 11:37:11 UTC 2015


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

The following commit has been merged in the master branch:
commit 9491ea5a48ff3f01ab80250b56310298422dc8a5
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Jan 12 12:34:47 2015 +0100

    builder: stop calling ifconfig; was only there for debugging
---
 builder.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/builder.rb b/builder.rb
index 40db7b7..3d3d670 100644
--- a/builder.rb
+++ b/builder.rb
@@ -18,7 +18,6 @@ components = ARGV[0].split('_')
 raise 'Did not get a valid project identifier via ARGV0' unless components.size == 3
 project = Project.new(components[0], components[1], components[2])
 
-puts `ifconfig`
 File.open('/etc/apt/apt.conf.d/apt-cacher', 'w') { |file| file.puts('Acquire::http { Proxy "http://10.0.3.1:3142"; };') }
 
 # PWD

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list