rebase bad reference change
This commit is contained in:
parent
f274b3602f
commit
74dfee90ea
1 changed files with 1 additions and 1 deletions
|
|
@ -3502,7 +3502,7 @@ def handle_clone_tag(goptions, session, args):
|
|||
for pkg in ninhrtpdellist:
|
||||
# check if package have owned builds inside.
|
||||
session.listTagged(dsttag['name'], package=pkg['package_name'], inherit=False)
|
||||
bump_builds = session.multiCall()
|
||||
bump_builds = session.multiCall(batch=options.batch)
|
||||
if not options.test:
|
||||
session.multicall = True
|
||||
for pkg, [builds] in zip(ninhrtpdellist, bump_builds):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue