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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon Dec 1 15:39:39 UTC 2014


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

The following commit has been merged in the master branch:
commit d75304d5c32298f7f424c4ae089f8a8ac17b1909
Author: Rohan Garg <rohan at kde.org>
Date:   Mon Dec 1 16:39:28 2014 +0100

    Update with some extra TODO's and FIXME's
---
 lib/debian/control.rb | 2 ++
 lib/projects.rb       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/lib/debian/control.rb b/lib/debian/control.rb
index e3a01d7..f3a09e5 100644
--- a/lib/debian/control.rb
+++ b/lib/debian/control.rb
@@ -180,5 +180,7 @@ class DebianControl
             data = parse_paragraph(lines, fields)
             @binaries << data if data
         end
+
+        # TODO: Strip custom fields and add a Control::flags_for(entry) method.
     end
 end
diff --git a/lib/projects.rb b/lib/projects.rb
index 387035d..2de7262 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -70,6 +70,8 @@ class Project
                                         upstream_scm['url'] ||= default_repo_url,
                                         upstream_scm['branch'] ||= 'master')
 
+                # FIXME: Probably should be converted to a symbol at a later point
+                #        since xs-testsuite could change to random other string in the future
                 @autopkgtest = c.source['xs-testsuite'] == 'autopkgtest'
             end
         end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list