| |
@@ -6758,7 +6758,7 @@
|
| |
help=_("Only download packages for this arch (may be used multiple times)"))
|
| |
parser.add_option("--type",
|
| |
help=_("Download archives of the given type, rather than rpms "
|
| |
- "(maven, win, or image)"))
|
| |
+ "(maven, win, image, remote-source)"))
|
| |
parser.add_option("--latestfrom", dest="latestfrom",
|
| |
help=_("Download the latest build from this tag"))
|
| |
parser.add_option("--debuginfo", action="store_true", help=_("Also download -debuginfo rpms"))
|
| |
Prior to this change,
koji download-build --type=remote-sources
failed with anAssertionError
.Add support for OSBS's cachito
remote-sources
btype.