[SCM] ci-tooling packaging branch, master, updated. a3a622654c35b6be3f3cf955345974bf0efdbdba
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Mon Jan 12 15:13:15 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=a3a6226
The following commit has been merged in the master branch:
commit a3a622654c35b6be3f3cf955345974bf0efdbdba
Author: Rohan Garg <rohan at kde.org>
Date: Mon Jan 12 16:13:02 2015 +0100
Fix package name
---
dci/imager.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dci/imager.rb b/dci/imager.rb
index 4547910..7e34027 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -47,7 +47,7 @@ def workarounds
File.open('config/package-lists/live.list.chroot', 'a') do |f|
f.puts('live-config')
- f.puts('live-config-system')
+ f.puts('live-config-systemd')
f.puts('live-boot')
f.puts('live-boot-initramfs-tools')
end
@@ -56,8 +56,8 @@ def workarounds
contents = f.read
contents.gsub!(/plymouth-drm/, '')
contents.gsub!(/task-kde-desktop/, '')
- puts(contents)
f.puts(contents)
+ puts(f.read)
end
end
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list