pipeline: switch default branch to testing-devel#74
Conversation
This will shortly be the default branch in the repo.
Instead of hardcoding `master`, just use `git ls-remote` to figure out the default branch. E.g. once we switch to `testing-devel` as the default branch in `fedora-coreos-config`, this will transparently keep working.
|
Hmm actually, maybe it's cleaner to just make it blank, and handle that in the Groovy code so |
|
LGTM Maybe we should leave a master branch with a single file README.md that explains the setup of the repo. |
that is for the fedora-coreos-config repo |
Hmm nevermind, seems like BuildConfigs default to
Hmm, kinda like in the RHEL dist-git? Wouldn't having a |
ok - i'm cool either way |
|
This will shortly be the default branch in the repo.