[game-data-packager] 01/02: GOG & Steam mode: hint community page URL's
Alexandre Detiste
detiste-guest at moszumanska.debian.org
Sun Sep 20 09:30:24 UTC 2015
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 b3bdca8f57e357d1aa2f43ba2ca36e799420b224
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date: Sun Sep 20 11:25:33 2015 +0200
GOG & Steam mode: hint community page URL's
---
game_data_packager/__init__.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/game_data_packager/__init__.py b/game_data_packager/__init__.py
index 72637c4..c05f716 100644
--- a/game_data_packager/__init__.py
+++ b/game_data_packager/__init__.py
@@ -3152,6 +3152,7 @@ def load_games(workdir=None,game='*'):
return games
def run_steam_meta_mode(parsed, games):
+ logger.info('Visit our community page: https://steamcommunity.com/groups/debian_gdp#curation')
owned = set()
if parsed.download:
steam_id = get_steam_id()
@@ -3280,6 +3281,7 @@ def run_steam_meta_mode(parsed, games):
rm_rf(workdir)
def run_gog_meta_mode(parsed, games):
+ logger.info('Visit game-data-packager @ GOG.com: https://www.gog.com/mix/games_supported_by_debians_gamedatapackager')
if not which('lgogdownloader') or not which('innoextract'):
logger.error("You need to install lgogdownloader & innoextract first")
logger.error("$ su -c 'apt-get install lgogdownloader innoextract'")
--
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