first stab at fixing delta rpm behavior for signed repos

This commit is contained in:
Mike McLean 2017-03-23 16:23:53 -04:00
parent 1557292fe0
commit d301fa964b
2 changed files with 21 additions and 23 deletions

View file

@ -7102,12 +7102,11 @@ def handle_signed_repo(options, session, args):
"architectures associated with the given tag. This option may " +
"be specified multiple times."))
parser.add_option('--comps', help='Include a comps file in the repodata')
parser.add_option('--delta-rpms', metavar='PATH',default=[],
parser.add_option('--delta-rpms', metavar='REPO',default=[],
action='append',
help=_('Create delta-rpms. PATH points to (older) rpms to generate '
'against. May be specified multiple times. These have to be '
'reachable by the builder too, so the path needs to reach shared '
'storage.'))
help=_('Create delta-rpms. REPO can be the id of another signed repo '
'or the name of a tag that has a signed repo. May be specified '
'multiple times.'))
parser.add_option('--event', type='int',
help=_('create a signed repository based on a Brew event'))
parser.add_option('--non-latest', dest='latest', default=True,