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 59e41e86364def60f61e4dbb2750ab5d9f1596d3 Author: Simon McVittie <[email protected]> Date: Wed Dec 30 23:02:41 2015 +0000 build: tar.* and umod have built-in support --- game_data_packager/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_data_packager/build.py b/game_data_packager/build.py index 7c53a8f..4c4b02e 100644 --- a/game_data_packager/build.py +++ b/game_data_packager/build.py @@ -2650,7 +2650,7 @@ class PackagingTask(object): fmt = wanted.unpack['format'] # builtins - if fmt in ('cat', 'dos2unix', 'tar.gz', 'tar.bz2', 'tar.xz', 'zip'): + if fmt in ('cat', 'dos2unix', 'tar.*', 'tar.gz', 'tar.bz2', 'tar.xz', 'umod', 'zip'): return True if fmt == 'deb': -- 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

