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

Zyppng #1603

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from
Draft

Zyppng #1603

wants to merge 30 commits into from

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    e8d7759 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix build of Context

    jreidinger committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5e0fd0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7e667a View commit details
    Browse the repository at this point in the history
  3. add zypp expected

    jreidinger committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4f9f0e1 View commit details
    Browse the repository at this point in the history
  4. fix expected generation

    jreidinger committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d1c6e21 View commit details
    Browse the repository at this point in the history
  5. add zyp info base

    jreidinger committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    78367f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dc9173 View commit details
    Browse the repository at this point in the history
  7. generate also builders

    jreidinger committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d938aec View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. add example binary

    jreidinger committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ac04955 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. improve example

    jreidinger committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4d2404a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    da2487e View commit details
    Browse the repository at this point in the history
  2. more git module changes

    jreidinger committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a3d82ee View commit details
    Browse the repository at this point in the history
  3. exclude gir from workspace

    jreidinger committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e37094f View commit details
    Browse the repository at this point in the history
  4. fix rubygem name

    jreidinger committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e1ab38e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22efa1d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. make script idempotent

    jreidinger committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9d291de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68cd4d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fc2029 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    551ea5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38cce04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3826dec View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    13d2d60 View commit details
    Browse the repository at this point in the history
  2. setup_env.sh: sudo only where it is available

    in the Agama testing containers it is missing
    mvidner committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    84094d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a1e4c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. setup_env.sh: remove rust RPMs before installing via rustup

    the Agama testing container has them
    mvidner committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    db9914c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf4f97 View commit details
    Browse the repository at this point in the history
  3. setup_env.sh: a readable error when sudo is missing

    It still fails but explains why
    Before, it just failed because of set -e and missing sudo
    mvidner committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    15a5f9b View commit details
    Browse the repository at this point in the history
  4. setup_env.sh: make executable

    mvidner committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    61b1e19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07f3a45 View commit details
    Browse the repository at this point in the history
  6. setup_env.sh: don't invoke cmake twice

    Makefile.cvs would do it in build/ and then here in ./
    Call it once, in build/
    mvidner committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    581537b View commit details
    Browse the repository at this point in the history