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 71e85a8f3ed392a84bad865d6bd3f9eb3db7a185 Author: Alexandre Detiste <[email protected]> Date: Tue Sep 15 14:25:04 2015 +0200 GOG: $game is a regexp --- game_data_packager/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game_data_packager/__init__.py b/game_data_packager/__init__.py index bffe0ba..89d33b6 100644 --- a/game_data_packager/__init__.py +++ b/game_data_packager/__init__.py @@ -1322,9 +1322,10 @@ class GameData(object): subprocess.check_call(['lgogdownloader', '--download', '--no-extra', '--directory', tmpdir, + '--subdir-game', '', '--platform', '1', '--language', '1', - '--game', game]) + '--game', '^' + game + '$']) self.consider_file_or_dir(tmpdir) # recursively call again result = self.fill_gaps(package, log=True, -- 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 [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

