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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue May 5 12:44:19 UTC 2015


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

The following commit has been merged in the master branch:
commit 9a22705153b23ad5c20e9d3de68037a82e0301ef
Author: Rohan Garg <rohan at garg.io>
Date:   Tue May 5 14:44:12 2015 +0200

    Fix var name
---
 lib/ci/build_source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ci/build_source.rb b/lib/ci/build_source.rb
index 8b353f0..db83aff 100644
--- a/lib/ci/build_source.rb
+++ b/lib/ci/build_source.rb
@@ -116,7 +116,7 @@ class VcsSource < AbstractSource
     @package_name = changelog.name
     version_suffix = "+git#{DateTime.now().strftime('%Y%m%d.%H%M')}+#{VERSION_ID}"
     @tar_version = "#{changelog.version(Changelog::BASE)}#{version_suffix}"
-    build_version = CI::BuildVersion.new(cl)
+    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