On 04. 07. 23 20:11, Steven A. Falco wrote:
On 7/4/23 10:51 AM, Tomáš Hrnčiar wrote:
## How to run things locally?
You can use mock. Make sure to: 1. Clear all caches first: $ mock -r fedora-rawhide-x86_64--scrub=all 2. Use the Koji repo: $ mock -r fedora-rawhide-x86_64 --enablerepo=local ...
That doesn't appear correct. At least I still get 3.11 when I try. I assume I need to refer to the side tag instead.
This will only work once the side tag is actually merged. I have requested the merge from releng but I cannot do it myself.
Also there is a typo - there needs to be a space between fedora-rawhide-x86_64 and --scrub=all :-)
Indeed. Thanks for spotting this and sorry about that.