[SCM] pkg-kde-jenkins packaging branch, master, updated. d811dd13490c8b97d4a79be80e4cfa992874630d

Maximiliano Curia maxy at moszumanska.debian.org
Mon Jun 6 22:10:46 UTC 2016


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

The following commit has been merged in the master branch:
commit 9bc16abe5c0b4f9c3fb252d6fe16d1d7b5138c54
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed May 18 13:49:41 2016 +0200

    Fix check_rc_bugs
---
 hooks/test/check_rc_bugs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hooks/test/check_rc_bugs b/hooks/test/check_rc_bugs
index 4c4dc81..2ffa689 100755
--- a/hooks/test/check_rc_bugs
+++ b/hooks/test/check_rc_bugs
@@ -61,7 +61,8 @@ def get_changes_info(filename):
     with open(filename, encoding='utf-8') as fp:
         changes = deb822.Changes(fp)
         changelog_block = changelog.ChangeBlock(
-            changes=changes.get('Changes', ''))
+            changes=changes.get('Changes', '').split('
'))
+        logging.debug('Bugs closed: ', changelog_block.bugs_closed)
         return (changes['Source'], changes.get('Binary', '').split(),
                 set(changelog_block.bugs_closed))
 

-- 
pkg-kde-jenkins packaging



More information about the pkg-kde-commits mailing list