Learn more about these different git repos.
Other Git URLs
Original issue is here: https://bugzilla.redhat.com/show_bug.cgi?id=1465480
Note that we might decide later that it's better to invoke spectool on dist-git so that sources are not downloaded multiple times across builders.
To my understanding, there's nothing builders should download from the internet (except for packages from remote repos) as all the sources are downloaded just once then "cached" by copr's dist-git. What am I missing?
Well, you still have internet, but what do you mean by "downloading" multiple times?
what do you mean by "downloading" multiple times
Ah, after seeing implementation I see now..
Enabling spectool by 9d3f473 is not what package maintainer usually wants (this is something I almost never wanted so far). Please, hide spectool behind option (otherwise it just brings additional surprises).
Also, you should really implement this on the dist-git side; so once the package is imported, everything is "backed up" by dist-git for reproducibility. This way you would solve the downloading multiple times problem.
Fixed by https://pagure.io/copr/copr/c/983ea43439d0f970258e86b8d4d1f2e6ba25240c?branch=master.
Metadata Update from @clime: - Issue assigned to clime - Issue status updated to: Closed (was: Open)
Sorry, of course I meant 983ea43 commit before.
Log in to comment on this ticket.