[game-data-packager] 01/01: make_template: make innoextract output deterministic & reproducible

Alexandre Detiste detiste-guest at moszumanska.debian.org
Thu Oct 1 11:27:27 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 ce49a447d01d434711181ea6443ccc6fe3e7a40d
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Thu Oct 1 13:26:46 2015 +0200

    make_template: make innoextract output deterministic & reproducible
---
 game_data_packager/make_template.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game_data_packager/make_template.py b/game_data_packager/make_template.py
index d5c2a44..1cdd77d 100644
--- a/game_data_packager/make_template.py
+++ b/game_data_packager/make_template.py
@@ -223,6 +223,7 @@ class GameData(object):
         if Version(version.split('-')[0]) >= Version('1.5'):
             command.append('-I')
             command.append('app')
+            command.append('--collisions=rename')
 
         logger.info('running "%s" ...' % ' '.join(command))
         log = subprocess.check_output(command,

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