Add one-shot scripts driving both forks from the workspace root:
- build-image: frontend build + thin-overlay image build + verification
- verify-image: static and runtime smoke tests (brand, API key prefix,
login, real key creation), always cleans up its container
- sync-upstream: bump both forks to a new upstream release, cutting fresh
v<version>-lofyer branches and replaying fork-only commits
- bootstrap: clone the two forks into place after cloning this repo
Fork-only commit detection deliberately goes beyond 'git log --cherry-pick
--right-only', which re-replays upstream commits that were rebased or
squashed into the new release; commits contained by any upstream ref or tag
are dropped instead.
The forks stay as separate repositories rather than submodules so each keeps
a clean upstream history to rebase onto new releases.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
# The two forks are separate repositories cloned in by scripts/bootstrap,
|
|
# not submodules, so they are never tracked here.
|
|
/gpustack-ui-lofyer/
|
|
/gpustack-lofyer/
|
|
|
|
# Local build/verify scratch
|
|
*.log
|
|
.DS_Store
|