Commit Graph

6 Commits

Author SHA1 Message Date
David Heinemeier Hansson
017f74f63e Acknowledge compatibility with 24.10 2025-02-04 16:09:57 +01:00
Richard Macklin
737dea57bf Update boot.sh to avoid detached HEAD state when not necessary
This is a follow-up to 1767107038 -
instead of checking out `FETCH_HEAD`, which always puts the user in
'detached HEAD' state, we will check out `${OMAKUB_REF:-stable}` so that
we only end up in 'detached HEAD' state when necessary (i.e. when
checking out a SHA rather than a branch).
2024-08-02 14:04:39 -07:00
Richard Macklin
ebc6863740 Avoid unnecessary git commands if OMAKUB_REF is master
Otherwise it'd try to check out the branch it's already on.
2024-07-04 00:09:26 -07:00
Richard Macklin
1767107038 Generalize boot.sh to support running any ref
This will enable running not only the `master` and `stable` branches,
but also unmerged commits, so that we can easily test them.
2024-07-04 00:09:19 -07:00
Richard Macklin
d41cc76dce Make boot.sh and boot-dev.sh executable 2024-07-04 00:09:10 -07:00
David Heinemeier Hansson
c06a0b041a Have boot live here rather than in site repo 2024-07-03 14:16:41 +02:00