Learn more about these different git repos.
Other Git URLs
2900953
@@ -5592,8 +5592,11 @@
if tags:
parser.error(_("Do not specify tags when using --alltags"))
if not current_tags:
- print(_("External repo %s not associated with any tags") % repo)
- return 0
+ if options.force:
+ delete = True
+ else:
+ warn(_("External repo %s not associated with any tags") % repo)
+ return 0
tags = current_tags
if delete:
# removing entirely
Fixes: https://pagure.io/koji/issue/2061
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
:thumbsup:
rebased onto 2900953
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
Commit 41f0931 fixes this pull-request
Pull-Request has been merged by tkopecek
Fixes: https://pagure.io/koji/issue/2061