[game-data-packager] 01/01: PPA: don't include .git/ in uploaded source package

Alexandre Detiste detiste-guest at moszumanska.debian.org
Thu Jun 30 06:38:49 UTC 2016


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 bed7ecc47da28af1ecc4ad5875efd37f7378179c
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Thu Jun 30 08:38:20 2016 +0200

    PPA: don't include .git/ in uploaded source package
---
 tools/ppa.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/ppa.py b/tools/ppa.py
index 7821287..c1d26f3 100755
--- a/tools/ppa.py
+++ b/tools/ppa.py
@@ -50,7 +50,7 @@ for release in releases:
                            '-v', snapshot,
                            "Git snapshot"],
                           cwd = GDP)
-    subprocess.check_call(['debuild', '-S'],cwd = GDP)
+    subprocess.check_call(['debuild', '-S', '-i'],cwd = GDP)
     subprocess.check_call(['dput', 'my-ppa',
                            'game-data-packager_%s_source.changes' % snapshot],
                            cwd = BASE)

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