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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Jan 12 11:14:45 UTC 2016


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

The following commit has been merged in the master branch:
commit 6c8df873a4e464167d25a645b092e18de8045476
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Jan 12 12:08:28 2016 +0100

    rip out plunder
---
 test/test_ci_build_binary.rb | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/test/test_ci_build_binary.rb b/test/test_ci_build_binary.rb
index 28cdcca..85a04c3 100644
--- a/test/test_ci_build_binary.rb
+++ b/test/test_ci_build_binary.rb
@@ -7,16 +7,6 @@ module CI
   class BuildBinaryTest < TestCase
     required_binaries %w(dpkg-buildpackage dpkg)
 
-    # def setup
-    #   OS.instance_variable_set(:@hash, VERSION_ID: '15.04', ID: 'ubuntu')
-    #   alias_time
-    # end
-    #
-    # def teardown
-    #   OS.reset
-    #   unalias_time
-    # end
-
     def test_build_package
       FileUtils.cp_r(Dir.glob("#{data}/*"), Dir.pwd)
 
@@ -30,7 +20,6 @@ module CI
       changes.parse!
       assert_equal(["hello_2.10-1.dsc", "hello_2.10-1.tar.xz", "hello_2.10-1_amd64.deb"],
                    changes.fields['files'].map(&:name))
-      # p Dir.glob('**/**')
     end
   end
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list