Learn more about these different git repos.
Other Git URLs
I used fedpkg import to add rust-sha-1 today, and it ended up committing the source archive to dist-git instead of uploading it to the lookaside cache. I've not seen it do this before, is it a regression?
fedpkg import
rust-sha-1
Unfortunately I did not notice this and committed the result. It got removed in https://src.fedoraproject.org/rpms/rust-sha-1/c/cc3c857fd43fd4a45f5bb7f91a9e993b66b50240?branch=master
It's not a regression, but it is a bug. Rpkg basically determines what to do with files based on their file extension: https://pagure.io/rpkg/blob/master/f/pyrpkg/__init__.py#_88 We need to add .crate there.
.crate
Commit 00a89ee0 fixes this issue
Metadata Update from @onosek: - Issue set to the milestone: 1.37
Log in to comment on this ticket.