#650 Please provide a way to download unused sources
Closed: Fixed a year ago by onosek. Opened a year ago by churchyard.

In python-rpm-generators, our source is deliberately unused in the spec (we only unpack it on the CI).

Hence, I cannot download it anymore via fedpkg:

$ fedpkg sources
Not downloading unused test-sources-2023-01-04.tar.gz

I like this feature generally, but please give me a way to force the download. Now my only option is to temporarily add it to the spec to download it which is really tedious.


I wrote the original "not downloading" feature.
I find this request reasonable; I will attempt to implement it soon.
Do you have any preference on implementation details,
would just a new flag --force be enough?

Do you have any preference on implementation details,

I don't.

would just a new flag --force be enough?

Yes, thanks.

Fixed by #654

$ fedpkg sources
Not downloading unused mercenary-0.4.0.gem
$ fedpkg sources --force
Downloading mercenary-0.4.0.gem
##########################################100.0%

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

a year ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #654 Merged a year ago