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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Nov 6 15:27:17 UTC 2015


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

The following commit has been merged in the master branch:
commit 2ca6a3d05de57233cd660368b496ec3dc03fec6c
Author: Rohan Garg <rohan at garg.io>
Date:   Fri Nov 6 16:27:13 2015 +0100

    Require fileutils
---
 ci/imager.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/imager.rb b/ci/imager.rb
index d1f08eb..9510523 100755
--- a/ci/imager.rb
+++ b/ci/imager.rb
@@ -1,6 +1,7 @@
 #!/usr/bin/env ruby
 
 require_relative '../lib/apt'
+require 'fileutils'
 
 fail "No live-config found!" unless File.exist?('live-config')
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list