This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch steam
in repository game-data-packager.

commit 9161ff1d25580e743dcbde92bce3b5c25329ef5b
Author: Alexandre Detiste <[email protected]>
Date:   Wed Feb 11 14:45:54 2015 +0100

    add action word to ./run
---
 run | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/run b/run
index afcc1fc..bb381f3 100755
--- a/run
+++ b/run
@@ -17,6 +17,10 @@ if [ $# -eq 0 ]; then
 fi
 
 case "$1" in
+       'steam')
+               shift
+               exec python3 -m game_data_packager.steam_wip "$@"
+               ;;
        'make-template')
                shift
                exec python3 -m game_data_packager.make_template "$@"

-- 
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

Reply via email to