[SCM] ci-tooling packaging branch, master, updated. 122f69508a598c981e6c446989fd11af04c4727d

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Dec 10 12:34:01 UTC 2015


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

The following commit has been merged in the master branch:
commit 122f69508a598c981e6c446989fd11af04c4727d
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Dec 10 13:33:33 2015 +0100

    style++
---
 dci.rb          | 4 ++--
 lib/projects.rb | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dci.rb b/dci.rb
index 7688a4b..f6c867c 100755
--- a/dci.rb
+++ b/dci.rb
@@ -12,8 +12,8 @@ require 'fileutils'
 require_relative 'lib/debian/changelog'
 
 if Process.uid == '0'
-    exit 1 unless system("apt-get update")
-    exit 1 unless system("apt-get install -y lsb-release")
+  exit 1 unless system('apt-get update')
+  exit 1 unless system('apt-get install -y lsb-release')
 end
 
 require_relative "dci/#{ARGV[0]}"
diff --git a/lib/projects.rb b/lib/projects.rb
index 343a29f..aed4b1e 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -9,6 +9,7 @@ require_relative 'debian/source'
 
 require_relative 'deprecate'
 
+# A thing that gets built.
 class Project
   class Error < Exception; end
   class GitTransactionError < Error; end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list