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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Oct 6 16:33:37 UTC 2015


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

The following commit has been merged in the master branch:
commit 9ddae41bc9c35e4db35d5c51724c2ec4cc9c2900
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Oct 6 18:33:31 2015 +0200

    Use unstable as the target instead of sid, dch accepts unstable
---
 test/test_ci_build_source.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/test_ci_build_source.rb b/test/test_ci_build_source.rb
index b1d3a1e..7b9c8a2 100644
--- a/test/test_ci_build_source.rb
+++ b/test/test_ci_build_source.rb
@@ -21,7 +21,7 @@ class VCSBuilderTest < TestCase
   end
 
   def fake_os_debian
-    fake_os('debian', 'sid', '9')
+    fake_os('debian', 'unstable', '9')
   end
 
   def setup
@@ -140,7 +140,6 @@ class VCSBuilderTest < TestCase
   end
 
   def test_changelog_debian
-    omit 'fakes @release as sid which dch considers an invalid value'
     assert_changelogid('debian',
                        ' -- Debian CI <null at debian.org>')
   end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list