[SCM] ci-tooling packaging branch, master, updated. 595b7ba7276a314c87f3797ca08ac2b3c1395822
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Thu Nov 19 20:40:06 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=595b7ba
The following commit has been merged in the master branch:
commit 595b7ba7276a314c87f3797ca08ac2b3c1395822
Author: Rohan Garg <rohan at garg.io>
Date: Thu Nov 19 21:39:56 2015 +0100
We only build for unstable at the moment
---
data/dci.yaml | 1 -
test/test_dci.rb | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/data/dci.yaml b/data/dci.yaml
index b2e7b45..74a38d9 100644
--- a/data/dci.yaml
+++ b/data/dci.yaml
@@ -5,5 +5,4 @@ architectures:
extra_architectures:
- armhf
types:
- - stable
- unstable
diff --git a/test/test_dci.rb b/test/test_dci.rb
index de406a0..1deee9e 100644
--- a/test/test_dci.rb
+++ b/test/test_dci.rb
@@ -11,7 +11,7 @@ class DCITest < TestCase
end
def test_types
- assert_equal_collection(%w(stable unstable), DCI.types)
+ assert_equal_collection(%w(unstable), DCI.types)
end
def test_architectures
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list