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 17989b06ffe912a5a6bd00e84f0f3c5f3f686d25 Author: Alexandre Detiste <[email protected]> Date: Thu Jan 22 10:28:59 2015 +0100 bash-completion: transition to pure yaml files --- debian/game-data-packager.bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/game-data-packager.bash-completion b/debian/game-data-packager.bash-completion index fad6e0d..27c641f 100644 --- a/debian/game-data-packager.bash-completion +++ b/debian/game-data-packager.bash-completion @@ -4,7 +4,7 @@ _game_data_packager() then local cur supported cur=${COMP_WORDS[COMP_CWORD]} - supported=$(ls -1 /usr/share/games/game-data-packager/supported/) + supported=$(cd /usr/share/games/game-data-packager/; ls -1 *.yaml |cut -d'.' -f1) COMPREPLY=( $( compgen -W "$supported" -- $cur ) ) else COMPREPLY=() -- 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

