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 44a8e185df0b7d66f38d1f59264fbe518f4c325a Author: Simon McVittie <[email protected]> Date: Thu Oct 1 10:09:07 2015 +0100 Always give PackagingTask.verbose a value Previously, it was only set by run_command_line(). --- game_data_packager/build.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game_data_packager/build.py b/game_data_packager/build.py index c9190e5..fe386b9 100644 --- a/game_data_packager/build.py +++ b/game_data_packager/build.py @@ -363,6 +363,9 @@ class PackagingTask(object): # Debian architecture self._architecture = None + # If true, be more verbose + self.verbose = False + # None or an existing directory in which to save downloaded files. self.save_downloads = None -- 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

