Ignore:
Timestamp:
Dec 14, 2009, 8:59:28 PM (14 years ago)
Author:
broder
Message:

Rename the "git" tree in the configuration to "build" to be more accurate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-dev/invirtibuilder

    r2577 r2593  
    2121
    2222where pocket is one of the pockets globally configured in
    23 git.pockets. For instance, the pockets in XVM are "prod" and "dev".
     23build.pockets. For instance, the pockets in XVM are "prod" and "dev".
    2424
    2525principal is the Kerberos principal that requested the build.
     
    138138    legitimacy of my reasoning.
    139139    """
    140     if config.git.pockets[pocket].get('allow_backtracking', False):
     140    if config.build.pockets[pocket].get('allow_backtracking', False):
    141141        env = dict(os.environ)
    142142        branch = b.pocketToGit(pocket)
    143143        version = b.getVersion(package, ref)
    144144
    145         env['GIT_COMMITTER_NAME'] = config.git.tagger.name
    146         env['GIT_COMMITTER_EMAIL'] = config.git.tagger.email
     145        env['GIT_COMMITTER_NAME'] = config.build.tagger.name
     146        env['GIT_COMMITTER_EMAIL'] = config.build.tagger.email
    147147        tag_msg = ('Tag %s of %s\n\n'
    148148                   'Requested by %s' % (version.full_version,
Note: See TracChangeset for help on using the changeset viewer.