openova/platform/self-sovereign-cutover
e3mrah ab5681e656
fix(self-sovereign-cutover): Step-1 use bare clone + explicit refspec push (#848)
Live failure on otech103 2026-05-04 even after 0.1.3: git push --all in a mirror clone still pushes refs/pull/* because mirror clones store all upstream refs (incl. GitHub PR refs) at the same level as refs/heads/, and --all walks the whole local refstore.

Fix: use git clone --bare (not --mirror) which only fetches refs/heads/* and refs/tags/*, then push with explicit refspecs:
  git push origin 'refs/heads/*:refs/heads/*'
  git push origin 'refs/tags/*:refs/tags/*'

Bumps 0.1.3 → 0.1.4 + slot 06a pin lockstep.

Co-authored-by: Hatice Yildiz <hatice.yildiz@openova.io>
2026-05-05 00:59:25 +04:00
..
chart fix(self-sovereign-cutover): Step-1 use bare clone + explicit refspec push (#848) 2026-05-05 00:59:25 +04:00
blueprint.yaml feat(bp-self-sovereign-cutover): chart + bootstrap-kit slot 06a (#791) (#808) 2026-05-04 21:55:19 +04:00