-
Notifications
You must be signed in to change notification settings - Fork 403
Comparing changes
Open a pull request
base repository: systemd/mkosi
base: v25
head repository: systemd/mkosi
compare: v25.1
- 14 commits
- 11 files changed
- 4 contributors
Commits on Jan 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f16d4e5 - Browse repository at this point
Copy the full SHA f16d4e5View commit details -
Remove depmod check in check_tools()
We run depmod inside the image now, so drop the check for it in check_tools().
Configuration menu - View commit details
-
Copy full SHA for bdcd8af - Browse repository at this point
Copy the full SHA bdcd8afView commit details -
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]
Configuration menu - View commit details
-
Copy full SHA for 72fd730 - Browse repository at this point
Copy the full SHA 72fd730View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4f46fb7 - Browse repository at this point
Copy the full SHA 4f46fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10918a9 - Browse repository at this point
Copy the full SHA 10918a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc51d98 - Browse repository at this point
Copy the full SHA bc51d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for b33d4f7 - Browse repository at this point
Copy the full SHA b33d4f7View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d1f4e67 - Browse repository at this point
Copy the full SHA d1f4e67View commit details
Commits on Jan 24, 2025
-
We should add a more automated way to figure out why the size increased but for now let's bump the sizes.
Configuration menu - View commit details
-
Copy full SHA for 796b88a - Browse repository at this point
Copy the full SHA 796b88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c8d0a - Browse repository at this point
Copy the full SHA 09c8d0aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7727b2a - Browse repository at this point
Copy the full SHA 7727b2aView commit details -
Merge pull request #3420 from DaanDeMeyer/sandbox
Use resource_path() to access files in our own module
Configuration menu - View commit details
-
Copy full SHA for df67fcd - Browse repository at this point
Copy the full SHA df67fcdView commit details -
Fix accessing "name" field in busctl json output
Co-Authored-By: Nick Labich <nick@labich.org>
Configuration menu - View commit details
-
Copy full SHA for 07130f9 - Browse repository at this point
Copy the full SHA 07130f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f6f5a8 - Browse repository at this point
Copy the full SHA 2f6f5a8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v25...v25.1