Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move and rename package repos #2121

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Move and rename package repos #2121

wants to merge 2 commits into from

Commits on Jul 22, 2024

  1. Move and rename package repositories (part 1)

    This commit just moves all the unmodified files into their new
    locations. The interesting changes are in the next commit.
    
    Signed-off-by: James Le Cuirot <[email protected]>
    chewi committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a9891ac View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Move and rename package repositories (part 2)

    Catalyst 4 has totally changed the way repositories are handled. It only
    works when the name of the directory containing the repository matches
    the configured name of that repository. We already renamed coreos to
    coreos-overlay accordingly, but we actually want entirely different
    names and more convenient locations too.
    
    The repositories are now known as gentoo-subset and flatcar-overlay, and
    they live under scripts/repos. Using the same name as upstream Gentoo
    would have been problematic, and just "flatcar" would have looked
    awkward in documentation.
    
    I have removed code referencing /mnt/host/source/config rather than fix
    it up, as this is no location is no longer used anywhere.
    
    Signed-off-by: James Le Cuirot <[email protected]>
    chewi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    21699f8 View commit details
    Browse the repository at this point in the history