#27 get-latest-module-repo return invalid URL
Closed Opened by phracek.

$ ./get-latest-module-repo.py --module-name source-to-image --stream f26
https://kojipkgs.fedoraproject.org/repos/module-d68f4c3947ada25b

But this URL return HTTP 404 (Not found).

I guess, correct should be

https://kojipkgs.fedoraproject.org/repos/module-d68f4c3947ada25b-build


Do not use the -build one, it is there only for some time after the module with this hash is built, then it is removed by Koji. Use the official nightly compose instead: https://kojipkgs.fedoraproject.org/compose/latest-Fedora-Modular-26/

The build repos contain builds needed to build components of the module, not the resulting artifacts (only). Plus what jkaluza said.

I'm going to remove the code (and cry).

https://pagure.io/modularity/modularity-tools/pull-request/30

Metadata Update from @dhodovsk:
- Issue status updated to: Closed (was: Open)

Metadata