[SCM] ci-tooling packaging branch, master, updated. c58b2876397b5b10332b31d97b67fd31156bc8e3
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Sat Jan 10 21:24:33 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=c58b287
The following commit has been merged in the master branch:
commit c58b2876397b5b10332b31d97b67fd31156bc8e3
Author: Harald Sitter <sitter at kde.org>
Date: Sat Jan 10 22:24:27 2015 +0100
fix
---
lib/projects.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/projects.rb b/lib/projects.rb
index e1be39c..073dce2 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -28,7 +28,7 @@ class Project
def initialize(name, component, url_base='git.debian.org:/git/pkg-kde/')
@name = name
@component = component
- @upstream_scm = {}
+ @upstream_scm = nil
@provided_binaries = []
@dependencies = []
@dependees = []
@@ -71,6 +71,7 @@ class Project
@series_branches << branch.gsub('refs/remotes/origin/', '')
end
+ upstream_scm = {}
if File.exist?('debian/meta/upstream_scm.json')
upstream_scm = JSON::parse(File.read('debian/meta/upstream_scm.json'))
end
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list