#312 fedpkg import added the sources to dist-git instead of the lookaside cache for rust-sha-1
Closed: Fixed 5 years ago by onosek. Opened 5 years ago by bowlofeggs.

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?

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.

Metadata Update from @onosek:
- Issue set to the milestone: 1.37

4 years ago

Login to comment on this ticket.

Metadata