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

use key-value format in stage0 file #124883

Merged
merged 6 commits into from
May 12, 2024
Merged

Commits on May 8, 2024

  1. use key-value format in stage0 file

    Currently, we are working on the python removal task on bootstrap. Which means
    we have to extract some data from the stage0 file using shell scripts. However,
    parsing values from the stage0.json file is painful because shell scripts don't
    have a built-in way to parse json files.
    
    This change simplifies the stage0 file format to key-value pairs, which makes
    it easily readable from any environment.
    
    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1adfffd View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. awk stage0 file on CI

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed May 9, 2024
    Configuration menu
    Copy the full SHA
    efb153e View commit details
    Browse the repository at this point in the history
  2. use stage0 file in bootstrap.py

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f2d50b6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. use shared stage0 parser from build_helper

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed May 11, 2024
    Configuration menu
    Copy the full SHA
    b46c3f2 View commit details
    Browse the repository at this point in the history
  2. remove outdated stage0.json parts

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed May 11, 2024
    Configuration menu
    Copy the full SHA
    aa2faef View commit details
    Browse the repository at this point in the history
  3. move comments position in src/stage0

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed May 11, 2024
    Configuration menu
    Copy the full SHA
    8c5375a View commit details
    Browse the repository at this point in the history