[game-data-packager] 01/03: check_gog: check contents of local vfs.zip, not the one in /usr/share...

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sat Jul 29 10:41:28 UTC 2017


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

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

commit 7a4b12d47f755021fa3b0cfebee6f940af407d4f
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sat Jul 29 12:30:34 2017 +0200

    check_gog: check contents of local vfs.zip, not the one in /usr/share...
---
 tools/check_gog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/check_gog.py b/tools/check_gog.py
index ecf1862..1e0e1b0 100755
--- a/tools/check_gog.py
+++ b/tools/check_gog.py
@@ -34,7 +34,7 @@ def decode_filename(archive):
     return(archive, game, version)
 
 print('# Reading data from YAML...')
-for name, game in load_games().items():
+for name, game in load_games(datadir='out').items():
     game.load_file_data()
     has_tags = has_archive = is_removed = False
     for package in game.packages.values():

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



More information about the Pkg-games-commits mailing list