[SCM] ci-tooling packaging branch, master, updated. 5bf4a76d9b3b65cf5419fd98e640555028f9dbc8
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Mon Jan 12 15:45:20 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=5bf4a76
The following commit has been merged in the master branch:
commit 5bf4a76d9b3b65cf5419fd98e640555028f9dbc8
Author: Rohan Garg <rohan at kde.org>
Date: Mon Jan 12 16:45:12 2015 +0100
Make sure we open file in append mode
---
dci/imager.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dci/imager.rb b/dci/imager.rb
index 8eda734..8067658 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -109,7 +109,7 @@ Dir.chdir('build') do
}
repos.each { |repo|
- File.write('config/archives/dci.list', repo)
+ File.write('config/archives/dci.list', repo + "
", mode: 'a')
}
File.write('config/archives/dci.key', REPO_KEY)
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list