[game-data-packager] branch master updated (79f8027 -> 7e3fcb7)
Simon McVittie
smcv at debian.org
Sun Jan 24 15:01:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a change to branch master
in repository game-data-packager.
from 79f8027 fedora: build v44
new 221759c Reduce circular imports by moving run_command_line to its own module
new 7a116e4 Move HashedFile, WantedFile to a new g_d_p.data module
new 7e3fcb7 Move progress reporting to gdp.command_line
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile | 2 +-
game_data_packager/__init__.py | 359 +------------------------------------
game_data_packager/__main__.py | 21 ---
game_data_packager/build.py | 201 ++++-----------------
game_data_packager/command_line.py | 295 ++++++++++++++++++++++++++++++
game_data_packager/data.py | 298 ++++++++++++++++++++++++++++++
run | 2 +-
tests/hashed_file.py | 47 ++++-
8 files changed, 681 insertions(+), 544 deletions(-)
delete mode 100644 game_data_packager/__main__.py
create mode 100644 game_data_packager/command_line.py
create mode 100644 game_data_packager/data.py
--
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