[game-data-packager] 17/39: Only show debug info about the one specific game we're working on
Simon McVittie
smcv at debian.org
Sun Jan 11 01:52:22 UTC 2015
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 325dae3c8e84536e206e30db75bfb321e1ca1470
Author: Simon McVittie <smcv at debian.org>
Date: Sat Jan 10 19:54:13 2015 +0000
Only show debug info about the one specific game we're working on
---
lib/game_data_packager/__init__.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/game_data_packager/__init__.py b/lib/game_data_packager/__init__.py
index 106bde2..f6deadd 100644
--- a/lib/game_data_packager/__init__.py
+++ b/lib/game_data_packager/__init__.py
@@ -364,9 +364,6 @@ class GameData(object):
if 'compress_deb' in self.yaml:
self.compress_deb = self.yaml['compress_deb']
- logger.debug('loaded package description:\n%s',
- yaml.safe_dump(self.to_yaml()))
-
# consistency check
for package in self.packages.values():
# there had better be something it wants to install
@@ -1075,6 +1072,9 @@ class GameData(object):
metavar='DIRECTORY|FILE')
def run_command_line(self, args, outdir=''):
+ logger.debug('package description:\n%s',
+ yaml.safe_dump(self.to_yaml()))
+
self.preserve_debs = getattr(args, 'preserve', False)
self.install_debs = getattr(args, 'install', True)
self.compress_deb = (self.compress_deb and
--
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