From: Evan Broder Date: Sat, 2 Jan 2010 00:55:44 +0000 (-0500) Subject: Only tag submodules if allow_backtracking is False. X-Git-Tag: 0.1.5~28 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/commitdiff_plain/dd31edce8851aceaaf6398136eeef8e1311d2a79 Only tag submodules if allow_backtracking is False. svn path=/trunk/packages/invirt-dev/; revision=2837 --- diff --git a/invirtibuilder b/invirtibuilder index 15b4e05..633563c 100755 --- a/invirtibuilder +++ b/invirtibuilder @@ -137,7 +137,7 @@ def tagSubmodule(pocket, package, ref, principal): I'm sure that long description gives you great confidence in the legitimacy of my reasoning. """ - if config.build.pockets[pocket].get('allow_backtracking', False): + if not config.build.pockets[pocket].get('allow_backtracking', False): env = dict(os.environ) branch = b.pocketToGit(pocket) version = b.getVersion(package, ref)