]> git.ipfire.org Git - thirdparty/mkosi.git/shortlog
thirdparty/mkosi.git
2025-04-01  Daan De Meyermkosi-obs: Only disable History= for main image 3638/head
2025-04-01  Daan De MeyerMake sure we chdir() to builtin config path before...
2025-04-01  Daan De Meyerinitrd: Copy Arch Linux keyring from host when running...
2025-04-01  Daan De Meyerpacman: Don't mount keyring dir if it's empty
2025-04-01  Daan De MeyerFix test_tools on unknown distributions
2025-04-01  Daan De MeyerMake sure /etc/ and /var/ always exist in sandbox
2025-04-01  Daan De MeyerMerge pull request #3636 from DaanDeMeyer/tools
2025-03-31  Daan De MeyerAllow adding extra tools tree configuration via mkosi... 3636/head
2025-03-31  Daan De MeyerSwitch tools tree parsing to ParseContext
2025-03-31  Daan De Meyerci: Show summary
2025-03-31  Daan De MeyerDisable orphan_file automatically if not supported
2025-03-31  Daan De Meyerconfig: Use dicts everywhere in favor of argparse.Names...
2025-03-31  Daan De MeyerFix default values for key/certificate source parsers
2025-03-31  Daan De MeyerDo not make directory, none and oci images bootable...
2025-03-31  Daan De MeyerDisable selinux relabeling by default for directory...
2025-03-31  Daan De Meyermkosi-tools: Stop disabling ManifestFormat=
2025-03-31  Daan De Meyermkosi-tools: Stop removing BuildSources=
2025-03-31  Daan De Meyerresources: Fix up resources without parse_config()
2025-03-31  Daan De Meyerconfig: Various cleanups for the directory attribute
2025-03-31  Daan De Meyerconfig: Introduce ParseContext.finalize()
2025-03-31  Daan De MeyerMake CompressLevel= an inherited setting
2025-03-31  Daan De MeyerIntroduce 'main' setting scope
2025-03-31  Daan De MeyerStore tools and initrd profiles as a list of strings
2025-03-31  Daan De MeyerRename paths, recursive_paths to path_suffixes, recursi...
2025-03-30  Daan De MeyerMake passed environment variables an inherited setting
2025-03-30  Daan De MeyerRemove unneeded default factory depends from ToolsTreeD...
2025-03-30  Daan De MeyerDo not pass --incremental=no explicitly to default...
2025-03-30  Daan De MeyerMove default tools tree parsing to parse_config()
2025-03-28  Daan De MeyerMerge pull request #3634 from aafeijoo-suse/env-debug
2025-03-28  Antonio Alvarez... mkosi: pass DEBUG enviroment variable to scripts 3634/head
2025-03-28  Antonio Alvarez... man: sort table with environment variables received...
2025-03-28  Daan De MeyerAllow combining --force and --rerun-build-scripts
2025-03-28  Antonio Alvarez... mkosi-initrd: fix misleading "mkosi not found" error...
2025-03-27  Daan De MeyerMerge pull request #3631 from DaanDeMeyer/local
2025-03-27  Daan De Meyerpacman: Always bind mount /var/lib/pacman/local from... 3631/head
2025-03-27  Daan De Meyersandbox: Allow taking bind source paths relative to...
2025-03-27  Daan De Meyermkosi-initrd: Add amd_atl to default modules
2025-03-27  Jörg Behrmannconfig: explicitly type make_simple_config_parser to...
2025-03-27  Daan De Meyerconfig: Cache lookups of fields
2025-03-27  Antonio Alvarez... mkosi-initrd: add key files for crypttab entries
2025-03-27  Daan De MeyerMerge pull request #3626 from UweSauter/only-force...
2025-03-26  Uwe SauterFormatting correction. 3626/head
2025-03-26  Uwe Sautermkosi clean will now require --force in order to remove...
2025-03-26  Daan De Meyercentos: Add hyperscale-packages-kernel repository
2025-03-26  Daan De MeyerMerge pull request #3622 from DaanDeMeyer/tools
2025-03-26  Daan De Meyerqemu: Set device_id for scsi-hd and scsi-cd devices 3622/head
2025-03-26  Daan De MeyerMake Profiles= an inherited setting
2025-03-26  Daan De MeyerSkip a few steps when we're building a default tools...
2025-03-25  Daan De MeyerDon't cache the package manager used in the tools tree...
2025-03-25  Daan De MeyerImplement ToolsTreeSyncScripts=
2025-03-25  Daan De MeyerMerge pull request #3618 from DaanDeMeyer/tmpfiles
2025-03-25  Daan De MeyerAdd mkosi init to install a tmpfiles dropin for the... 3618/head
2025-03-25  Antonio Alvarez... man/mkosi-initrd: document "pkcs11" profile
2025-03-25  Daan De MeyerDrop logic for using /root/.cache
2025-03-25  Daan De MeyerMerge pull request #3616 from DaanDeMeyer/sandbox
2025-03-25  Daan De MeyerMake sure tools tree recorded in history doesn't change... 3616/head
2025-03-25  Daan De MeyerStore default tools tree outside of output directory
2025-03-25  Daan De Meyerinitrd: Move p11-kit to pksc11 profile
2025-03-24  Daan De MeyerMerge pull request #3613 from DaanDeMeyer/build
2025-03-24  Daan De Meyertools: Add "devel" profile 3613/head
2025-03-24  Daan De Meyertools: Add 3 more packages to misc profile
2025-03-24  Daan De MeyerMerge pull request #3612 from DaanDeMeyer/fixes
2025-03-24  Daan De MeyerAlways cache the default tools tree 3612/head
2025-03-24  Daan De Meyeruser: Replace INVOKING_USER.name() with getpass.getuser()
2025-03-24  Daan De Meyerrun: Bind mount entire /home into relaxed sandbox
2025-03-24  Daan De Meyeruser: Make INVOKING_USER.cache_dir() return the user...
2025-03-24  Daan De Meyeruser: Replace INVOKING_USER.home() with Path.home()
2025-03-24  Daan De MeyerMake sync script sandbox more relaxed
2025-03-24  Daan De Meyeruser: Make INVOKING_USER.runtime_dir() return the user...
2025-03-21  ppiraFix grub.cfg install path on almalinux
2025-03-21  Daan De Meyerdocs: Mention mkosi -t none in rpm doc
2025-03-20  Daan De MeyerImplement linux-noinitrd firmware
2025-03-20  Daan De Meyerkmod: Include all kernel modules if no include patterns...
2025-03-19  Zbigniew Jędrzejewsk... Merge pull request #3601 from DaanDeMeyer/fix
2025-03-19  Daan De Meyerkmod: Fix regex compilation in filter_firmware() 3601/head
2025-03-19  Daan De Meyerkmod: Fix exclusion via glob in filter_firmware()
2025-03-19  Daan De Meyerkmod: Only log includes/excludes if there are any
2025-03-19  Daan De MeyerFormatting nit
2025-03-19  Zbigniew Jędrzejewsk... mkosi/config: show deprecated *Exlude options only...
2025-03-19  Daan De Meyerinitrd: Install gzip in all initrds, not just the Arch one
2025-03-18  Daan De MeyerMerge pull request #3598 from DaanDeMeyer/fix
2025-03-18  Daan De MeyerHave filter_kernel_modules() return a list of module... 3598/head
2025-03-18  Daan De MeyerFix KernelModulesExclude= settings
2025-03-18  Daan De MeyerMerge pull request #3597 from DaanDeMeyer/bind-user
2025-03-18  Daan De MeyerSimplify package manager code a little 3597/head
2025-03-18  Daan De Meyerqemu: Remove unused argument from finalize_drive()
2025-03-18  Daan De MeyerDrop mkosi-as-caller
2025-03-18  Daan De MeyerDrop git safe.directory="*" environment variables
2025-03-18  Daan De MeyerDrop expand_specifier()
2025-03-18  Antonio Alvarez... man: remove "=" in boolean option
2025-03-18  Jörg BehrmannMerge pull request #3531 from keszybz/module-globs
2025-03-17  Antonio Alvarez... mkosi-initrd: protect existing initrd image against...
2025-03-17  Daan De MeyerMake user provided command line take preference over...
2025-03-15  SeptatrixReplace conf tag with ini in markdown
2025-03-14  Zbigniew Jędrzejewsk... mkosi/kmod: add typing info to make mypy happy 3531/head
2025-03-14  Zbigniew Jędrzejewsk... ci/codespell: add ignore-words-list
2025-03-14  Zbigniew Jędrzejewsk... man: soft-deprecate Firmware{Include,Exclude}
2025-03-14  Zbigniew Jędrzejewsk... Rework firmware-list settings to use globs instead...
2025-03-14  Zbigniew Jędrzejewsk... man: soft-deprecate KernelModules{Initrd,}{Include...
2025-03-14  Zbigniew Jędrzejewsk... Switch over to the new glob syntax
next