[game-data-packager] 02/02: reproducible: babel.html

Alexandre Detiste detiste-guest at moszumanska.debian.org
Thu Jul 16 08:29:39 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 f5090f067fc3fdc95b134e1e029b51eefd58b18d
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Thu Jul 16 10:29:09 2015 +0200

    reproducible: babel.html
---
 game_data_packager/__init__.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/game_data_packager/__init__.py b/game_data_packager/__init__.py
index de36de5..1f2ecf5 100644
--- a/game_data_packager/__init__.py
+++ b/game_data_packager/__init__.py
@@ -813,7 +813,8 @@ class GameData(object):
         steam_id = {self.steam.get('id')}
         dotemu_id = self.dotemu.get('id')
         dotemu_pp = '32202' # ScummVM
-        for package in self.packages.values():
+        for p in sorted(self.packages.keys(), reverse=True):
+            package = self.packages[p]
             gog_url = package.gog.get('url', gog_url)
             gog_pp = package.gog.get('pp', gog_pp)
             steam_id.add(package.steam.get('id'))

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