Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: systemd/mkosi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v25
Choose a base ref
...
head repository: systemd/mkosi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v25.1
Choose a head ref
  • 14 commits
  • 11 files changed
  • 4 contributors

Commits on Jan 23, 2025

  1. Bump version to 26~devel

    daandemeyer committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    f16d4e5 View commit details
    Browse the repository at this point in the history
  2. Remove depmod check in check_tools()

    We run depmod inside the image now, so drop the check for it in
    check_tools().
    daandemeyer authored and behrmann committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    bdcd8af View commit details
    Browse the repository at this point in the history
  3. news: fix typo detected by Lintian

    mkosi: typo-in-manual-page "allows to" "allows one to" [usr/share/man/man7/mkosi.news.7.gz:111]
    bluca authored and daandemeyer committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    72fd730 View commit details
    Browse the repository at this point in the history
  4. Create zipapp for mkosi sandbox like we do in generate-zipapp.sh

    Otherwise we run into ModuleNotFoundError trying to run a zipapp
    created from a packaged version of mkosi. This is the same
    workaround that's already used in generate-zipapp.sh.
    daandemeyer authored and behrmann committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    4f46fb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10918a9 View commit details
    Browse the repository at this point in the history
  6. sandbox: Show better error on ENOSYS

    daandemeyer authored and behrmann committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    bc51d98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b33d4f7 View commit details
    Browse the repository at this point in the history
  8. Do not check uid in have_cache() for default tools tree

    If the tools tree has a cache, it's complete, we're not going to
    modify it anymore, and it doesn't matter whether the files in it
    are owned by root or an unprivileged user, we'll be able to execute
    binaries from it regardless, so let's not check the ownership when
    we invoke have_cache() on it.
    daandemeyer authored and behrmann committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    d1f4e67 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Bump initrd sizes

    We should add a more automated way to figure out why the size
    increased but for now let's bump the sizes.
    daandemeyer committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    796b88a View commit details
    Browse the repository at this point in the history
  2. Remove unused variable

    daandemeyer committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    09c8d0a View commit details
    Browse the repository at this point in the history
  3. Use resource_path() to access files in our own module

    __file__ doesn't work if mkosi is packaged up as a zipapp, let's
    use resource_path() which is specifically intended to solve this
    problem and works regardless of whether we're in a zipapp or not.
    daandemeyer committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    7727b2a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3420 from DaanDeMeyer/sandbox

    Use resource_path() to access files in our own module
    behrmann authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    df67fcd View commit details
    Browse the repository at this point in the history
  5. Fix accessing "name" field in busctl json output

    Co-Authored-By: Nick Labich <nick@labich.org>
    daandemeyer and labichn committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    07130f9 View commit details
    Browse the repository at this point in the history
  6. Release 25.1

    daandemeyer committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    2f6f5a8 View commit details
    Browse the repository at this point in the history
Loading