This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit 0760629b30e9ae053c1ce6591fe798d3ea9b3b3f
Author: Simon McVittie <s...@debian.org>
Date:   Fri Jan 12 10:59:37 2018 +0000

    GameData.to_data: Include rip_cd_packages in expanded output
    
    This would have caught the regression fixed by the previous commit.
    
    Signed-off-by: Simon McVittie <s...@debian.org>
---
 game_data_packager/game.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/game_data_packager/game.py b/game_data_packager/game.py
index de15f50..ed268f9 100644
--- a/game_data_packager/game.py
+++ b/game_data_packager/game.py
@@ -411,6 +411,10 @@ class GameData(object):
                 if v:
                     ret[k] = sort_set_values(v)
 
+            if self.rip_cd_packages:
+                names = [p.name for p in self.rip_cd_packages]
+                ret['rip_cd_packages'] = sorted(names)
+
         unknown_md5s = set()
         unknown_sha1s = set()
         unknown_sha256s = set()

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/game-data-packager.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to