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

RFC: local server setup #1032

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

RFC: local server setup #1032

wants to merge 9 commits into from

Commits on Oct 11, 2024

  1. WIP:docs: document process of setting up a local server

    Preliminary documentation for setup.  Requires several subsequent
    commits on this branch.
    
    Signed-off-by: Eric Fahlgren <[email protected]>
    efahl committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9be6dac View commit details
    Browse the repository at this point in the history
  2. WIP:config: detangle volume mounts of host and containers

    Make explicit where containers and the hosts mount their shared
    volumes.  First, so it works.  Second, so it's easy to manage on
    the host side.
    
    Copy and configure '.env` to the containers, removing the mount
    points where appropriate.
    
    Signed-off-by: Eric Fahlgren <[email protected]>
    efahl committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    99ca66a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. WIP:docs: add missing information

    Added the crucial information about setting up a proper '.env'.  Minor formatting
    and wording changes.
    
    Signed-off-by: Eric Fahlgren <[email protected]>
    efahl committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    56d5bbb View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. ci: use new container socket setting

    Make the CI test runs conform to the reworked container paths.
    
    Signed-off-by: Eric Fahlgren <[email protected]>
    efahl committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ae7984a View commit details
    Browse the repository at this point in the history
  2. tests: remove check on settings.container_sock

    CI and userland testing use different values for the 'container_sock', so
    remove it.
    
    Signed-off-by: Eric Fahlgren <[email protected]>
    efahl committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b9dd768 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. readme: fix up .env setup

    Make the README track the contents of local_server documentation
    and changes to config.
    
    Signed-off-by: Eric Fahlgren <[email protected]>
    efahl committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    28c167a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. builder: code cleanup

    Fix abbreviations and remove string directives from f-strings.
    
    Signed-off-by: Eric Fahlgren <[email protected]>
    efahl committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    be4efb6 View commit details
    Browse the repository at this point in the history
  2. ci-test: remove envvar

    Get rid of CONTAINER_SOCK as it's unneeded.
    
    Signed-off-by: Eric Fahlgren <[email protected]>
    efahl committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    903a77f View commit details
    Browse the repository at this point in the history
  3. ci-test: restore envvar

    Restore CONTAINER_SOCK as it's needed by the worker container when
    creating builders.
    
    Signed-off-by: Eric Fahlgren <[email protected]>
    efahl committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4b6c9a2 View commit details
    Browse the repository at this point in the history