[SCM] ci-tooling packaging branch, master, updated. afcd12744feff3fe1b184af8e2d8a6827533f4f9
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Wed Jan 7 18:29:55 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=afcd127
The following commit has been merged in the master branch:
commit afcd12744feff3fe1b184af8e2d8a6827533f4f9
Author: Rohan Garg <rohan at kde.org>
Date: Wed Jan 7 19:29:39 2015 +0100
Make sure we start from a clean slate
---
dci/mozilla.rb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 5c8422f..ad3fbcd 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -4,6 +4,7 @@ require_relative '../lib/debian/control'
require 'open-uri'
require 'thwait'
+require 'date'
fail 'Need a mozilla product to build for!' unless ARGV[1]
fail 'Need a release to build for!' unless ARGV[2]
@@ -76,6 +77,7 @@ def build_firefox
exit 0
end
+ `rm -rf build`
Dir.mkdir('build')
Dir.chdir('build') {
system('pull-lp-source firefox')
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list