[game-data-packager] 01/01: PPA: drop ref.zip, sort releases

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sun Mar 12 16:11:54 UTC 2017


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 dcc7394244bf95626ef3854a3e29dd44037894c4
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sun Mar 12 17:11:48 2017 +0100

    PPA: drop ref.zip, sort releases
---
 tools/ppa.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/ppa.py b/tools/ppa.py
index 649d0d6..90a74a5 100755
--- a/tools/ppa.py
+++ b/tools/ppa.py
@@ -24,6 +24,8 @@ today = time.strftime('%Y%m%d')
 BASE = '/home/tchet/git'
 GDP = os.path.join(BASE, 'game-data-packager')
 
+subprocess.check_call(['rm', '-rvf', 'ref.zip'],
+                       cwd = GDP)
 subprocess.check_call(['git', 'checkout', 'debian/changelog'],
                        cwd = GDP)
 subprocess.check_call(['git', 'checkout', 'debian/compat'],
@@ -50,7 +52,7 @@ releases = sorted(set([lts, current]))
 with open('debian/compat', 'r') as compat:
     current_debhelper =  int(compat.readline().strip())
 
-for release in releases:
+for release in sorted(releases):
 
     supported_debhelper = {
             'xenial': 9,

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