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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Oct 9 13:02:41 UTC 2015


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

The following commit has been merged in the master branch:
commit fad06d8a96fb3a4745def753f895124a18f7c00b
Author: Rohan Garg <rohan at garg.io>
Date:   Fri Oct 9 15:02:17 2015 +0200

    Rename to XCI
---
 lib/dci.rb            | 4 ++--
 lib/kci.rb            | 4 ++--
 lib/{ci.rb => xci.rb} | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/dci.rb b/lib/dci.rb
index f06ace0..b59d007 100644
--- a/lib/dci.rb
+++ b/lib/dci.rb
@@ -1,4 +1,4 @@
-require_relative 'ci'
+require_relative 'xci'
 require_relative 'logger'
 
 $logger = DCILogger.instance
@@ -22,7 +22,7 @@ end
 
 # Debian CI specific data.
 module DCI
-  extend CI
+  extend XCI
 
   private
 
diff --git a/lib/kci.rb b/lib/kci.rb
index 82d28f6..3dea356 100644
--- a/lib/kci.rb
+++ b/lib/kci.rb
@@ -1,8 +1,8 @@
-require_relative 'ci'
+require_relative 'xci'
 
 # Kubuntu CI specific data.
 module KCI
-  extend CI
+  extend XCI
 
   private
 
diff --git a/lib/ci.rb b/lib/xci.rb
similarity index 99%
rename from lib/ci.rb
rename to lib/xci.rb
index 4057b89..2b7d473 100644
--- a/lib/ci.rb
+++ b/lib/xci.rb
@@ -2,7 +2,7 @@ require 'yaml'
 require 'ostruct'
 
 # Kubuntu CI specific stuff.
-module CI
+module XCI
   # @param sort [Symbol] sorting applied to hash
   #   - *:none* No sorting, arbitrary order as in config itself (fastest)
   #   - *:ascending* Oldest version comes first (i.e. [15.04, 15.10])

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list