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/invirt-build-conf

    r2584 r2593  
    3838    build_handler = '/usr/sbin/invirt-submit-build'
    3939
    40     for pocket in config.git.pockets:
    41         acl = authz.expandAdmin(getattr(config.git.pockets, pocket).acl, None)
     40    for pocket in config.build.pockets:
     41        acl = authz.expandAdmin(getattr(config.build.pockets, pocket).acl, None)
    4242
    4343        acl_fd, acl_name = tempfile.mkstemp()
Note: See TracChangeset for help on using the changeset viewer.