[SCM] ci-tooling packaging branch, master, updated. 8213b54ce306a02535a1b81bc5b9a6b2359b787f
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Tue Oct 20 16:34:55 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=c421335
The following commit has been merged in the master branch:
commit c42133575437a246ba6462a3e2fc91dbf2dfd215
Author: Rohan Garg <rohan at garg.io>
Date: Tue Oct 20 18:17:50 2015 +0200
Add a attribute for dsc filenames
---
lib/ci/source.rb | 1 +
test/test_ci_source.rb | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/ci/source.rb b/lib/ci/source.rb
index 8a70584..7616b7a 100644
--- a/lib/ci/source.rb
+++ b/lib/ci/source.rb
@@ -9,6 +9,7 @@ module CI
attr_accessor :name
attr_accessor :version
attr_accessor :type
+ attr_accessor :dsc
# Only used in KCIBuilder and only supported at source generation.
# This holds the instance of CI::BuildVersion that was used to construct
diff --git a/test/test_ci_source.rb b/test/test_ci_source.rb
index 5d10172..a59c5d1 100644
--- a/test/test_ci_source.rb
+++ b/test/test_ci_source.rb
@@ -6,7 +6,8 @@ class CISourceTest < TestCase
def setup
@hash = { 'name' => 'kcmutils',
'version' => '2.0',
- 'type' => 'stable' }
+ 'type' => 'quilt',
+ 'dsc' => 'kcmutils_2.0.dsc' }
end
def test_to_json
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list