[SCM] ci-tooling packaging branch, master, updated. c847691b5c2876e6fa65170cf9a9b02943893a0c
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Mon Jan 12 11:37:10 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=c12effc
The following commit has been merged in the master branch:
commit c12effca55a54f382f027c0460e256bb0c94b2cf
Author: Harald Sitter <sitter at kde.org>
Date: Mon Jan 12 12:34:27 2015 +0100
builder: stop needlessly sleeping
---
builder.rb | 3 ---
1 file changed, 3 deletions(-)
diff --git a/builder.rb b/builder.rb
index d62eba7..40db7b7 100644
--- a/builder.rb
+++ b/builder.rb
@@ -13,9 +13,6 @@ KEYID = 'AB3CE70E'
Project = Struct.new(:series, :stability, :name)
-# Sleep a bit in the hopes of dhcp coming up.
-sleep(5.0)
-
# get basename, distro series, unstable/stable
components = ARGV[0].split('_')
raise 'Did not get a valid project identifier via ARGV0' unless components.size == 3
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list