This repository has been archived on 2025-09-06. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Dustin 06b65957c0 split-repo: Populate base branch
In order to create multiple Jenkins build pipelines for this repository,
I'm splitting it up with branches.  There will be a branch for each
image:

* base/main: The base image
* cross/main: The image with a cross-compiler toolchain
* build/main: The final build image

Note _/main_ in each name.  The intent here is to be able to have
different "sub-branches" for each image, so e.g. there might be a
_base/dev_.

In addition to the branches for each image, there will be branches for
the shared library code as well, named like _lib/main_.  The image
branches will checkout this branch using `git worktree`.
2024-12-15 10:57:04 -06:00
ci split-repo: Populate base branch 2024-12-15 10:57:04 -06:00
portage portage: Set USE=-nls globally 2024-12-14 17:37:40 -06:00
.editorconfig Initial commit 2024-12-02 21:03:08 -06:00
.gitignore Initial commit 2024-12-02 21:03:08 -06:00
bootstrap.sh split-repo: Populate base branch 2024-12-15 10:57:04 -06:00
build.sh split-repo: Populate base branch 2024-12-15 10:57:04 -06:00
fetch-stage3.sh split-repo: Populate base branch 2024-12-15 10:57:04 -06:00
gentoo-stage3.sh split-repo: Populate base branch 2024-12-15 10:57:04 -06:00
profile.sh split-repo: Populate base branch 2024-12-15 10:57:04 -06:00