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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue May 19 21:52:34 UTC 2015


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

The following commit has been merged in the master branch:
commit 1ca4d83d9fca979405e8df128ecd8f0fce3788e5
Author: Rohan Garg <rohan at garg.io>
Date:   Tue May 19 23:52:25 2015 +0200

    Fix regression where it creates the wrong tar name
---
 lib/ci/build_source.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/ci/build_source.rb b/lib/ci/build_source.rb
index fcf0e1e..723ed7f 100644
--- a/lib/ci/build_source.rb
+++ b/lib/ci/build_source.rb
@@ -108,6 +108,7 @@ class VcsSource < AbstractSource
       changelog = Changelog.new
     end
 
+    @package_name = changelog.name
     build_version = CI::BuildVersion.new(changelog)
     @package_version = build_version.full if @source.format.type == :native
     @package_version = build_version.base if @source.format.type == :quilt

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list