On Tue, Jun 22, 2021 at 01:03:54AM +0300, Otto Urpelainen wrote:
Ewoud Kohl van Wijngaarden kirjoitti 21.6.2021 klo 14.50:
On Thu, Jun 17, 2021 at 09:02:12PM +0300, Otto Urpelainen wrote:
I am a bit confused about this discussion. My fedpkg does not care about the 'sources' file or the lookaside cache at all on 'fedpkg mockbuild'. It simply looks up the expected filename of downloaded Source, grabs it from the local working directory and uses that. So for me this works:

   rpmdev-bumpspec -D -n 1.2.3 *.spec
   # Update specfile as needed
   spectool -g *.spec
   fedpkg mockbuild

Now it also downloads the old files mentioned in sources. In my experience it certainly does care about it.

Maybe my request can be reduced to: mockbuild should not download files not mentioned in the spec file. Ken did give a good workaround. Taking that a step further I think something like this would suffice for me:

spectool -l *.spec | awk '/https?:/ { print $2 }' | xargs -n 1 basename | xargs sha512sum --tag > sources

Ah, you are right. Since I settled on my current workflow, I did not even notice those useless files being downloaded. I guess I have not encounters are very large one, then.

I filed an issue about this: https://pagure.io/rpkg/issue/559

Thanks!
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to