Changeset 2593 for trunk/packages/invirt-dev/invirtibuilder
- Timestamp:
- Dec 14, 2009, 8:59:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-dev/invirtibuilder
r2577 r2593 21 21 22 22 where pocket is one of the pockets globally configured in 23 git.pockets. For instance, the pockets in XVM are "prod" and "dev".23 build.pockets. For instance, the pockets in XVM are "prod" and "dev". 24 24 25 25 principal is the Kerberos principal that requested the build. … … 138 138 legitimacy of my reasoning. 139 139 """ 140 if config. git.pockets[pocket].get('allow_backtracking', False):140 if config.build.pockets[pocket].get('allow_backtracking', False): 141 141 env = dict(os.environ) 142 142 branch = b.pocketToGit(pocket) 143 143 version = b.getVersion(package, ref) 144 144 145 env['GIT_COMMITTER_NAME'] = config. git.tagger.name146 env['GIT_COMMITTER_EMAIL'] = config. git.tagger.email145 env['GIT_COMMITTER_NAME'] = config.build.tagger.name 146 env['GIT_COMMITTER_EMAIL'] = config.build.tagger.email 147 147 tag_msg = ('Tag %s of %s\n\n' 148 148 'Requested by %s' % (version.full_version,
Note: See TracChangeset
for help on using the changeset viewer.