coreos / fedora-coreos-releng-automation

Repo for small tools/scripts/sevices that aid in the automation of Fedora CoreOS release engineering
Other
6 stars 20 forks source link

scripts/promote-config: add `LOCAL` for local hacking #149

Closed jlebon closed 2 years ago

jlebon commented 2 years ago

If e.g. you're hacking on testing-devel locally and then want to test next-devel with those changes as if they were propagated by the bot, you can use this.

dustymabe commented 2 years ago

hmm. What's the use case here? basically where you would cherry pick individual commits now you can use this tool to do it all for you?

jlebon commented 2 years ago

hmm. What's the use case here? basically where you would cherry pick individual commits now you can use this tool to do it all for you?

I'm using this to test the iptables-nft migration. I want to test https://github.com/coreos/fedora-coreos-config/pull/1460 as if https://github.com/coreos/fedora-coreos-config/pull/1324 had merged and propagated without actually having to merge https://github.com/coreos/fedora-coreos-config/pull/1324 first.