]> git.ipfire.org Git - thirdparty/mkosi.git/shortlog
thirdparty/mkosi.git
2023-09-04  Daan De MeyerAllow using a default tools tree 1858/head
2023-09-04  Daan De MeyerDrop absolute= argument from parse_path
2023-09-04  Daan De MeyerDrop unnecessary long= for ToolsTree=
2023-09-04  Daan De MeyerUse logging more
2023-09-04  Daan De MeyerOnly pass extra tools to ukify when not using tools...
2023-09-04  Daan De Meyerrun openssl with empty configuration file
2023-09-04  Daan De MeyerStop installing makepkg in github action
2023-09-04  Daan De MeyerStop passing tools tree to default initrd build
2023-09-04  Daan De MeyerUse array destructuring more
2023-09-04  Daan De MeyerMake fedora 39 the default fedora release
2023-09-04  Daan De MeyerMove default release logic to per distribution installe...
2023-09-04  Daan De MeyerTemporarily disable keyring checking for Arch
2023-09-03  Luca BoccassiCI: pin CentOS 9 kernel to workaround panic on shutdown
2023-09-02  Luca Boccassici: enable jammy-proposed-updates to test new libzypp
2023-09-01  Daan De MeyerMerge pull request #1855 from DaanDeMeyer/qemu-firmware
2023-09-01  Daan De MeyerDon't run depmod unless needed 1855/head
2023-09-01  Daan De MeyerAdd QemuKernel= option
2023-09-01  Daan De MeyerPrefer kernel specified via -kernel over kernel install...
2023-09-01  Daan De MeyerGeneralize QemuBios to QemuFirmware
2023-09-01  Jörg BehrmannMerge pull request #1854 from DaanDeMeyer/empty-list
2023-09-01  Daan De MeyerMove test_parse_load_args.py tests into test_config.py 1854/head
2023-09-01  Daan De MeyerGet rid of textwrap in test_parse_load_args.py
2023-09-01  Daan De MeyerUse tmp_path in test_parse_load_args.py
2023-09-01  Daan De MeyerAdd config parsing test
2023-09-01  Daan De MeyerDrop asyncio_mode from pyproject.toml
2023-09-01  Daan De MeyerMake argv default to an empty tuple in parse_config()
2023-09-01  Daan De MeyerUse tmp_path fixture in test_parse_ini()
2023-09-01  Daan De MeyerReplace MkosiConfigParser with parse_config()
2023-09-01  Daan De MeyerRevert "config: Test last assignment wins with defaults"
2023-09-01  Daan De MeyerGet rid of cd_temp_dir()
2023-09-01  Daan De MeyerReplace `!` operator for lists with empty string assignment
2023-09-01  Daan De MeyerSourceDateEpoch followups
2023-09-01  Daan De MeyerMerge pull request #1845 from DaanDeMeyer/ini
2023-09-01  Daan De MeyerRework ini file parsing 1845/head
2023-09-01  Daan De MeyerRead paths after parsing configuration files
2023-08-31  Daan De MeyerIgnore ssh configuration files when running ssh
2023-08-31  Joerg BehrmannUse shlex.join in more places
2023-08-31  Paul Meyernormalize mtime
2023-08-30  Daan De MeyerDon't fail if tput commands fail
2023-08-29  Michael A Cassaniticonfig: Test last assignment wins with defaults
2023-08-29  Jörg BehrmannMerge pull request #1844 from bcbnz/overlay-options
2023-08-29  Blair BonnettMove mount options into original declaration. 1844/head
2023-08-29  Blair BonnettDisable index and metacopy options of overlayfs.
2023-08-29  Daan De MeyerFix passwd check
2023-08-28  Daan De MeyerMerge pull request #1836 from DaanDeMeyer/defaults
2023-08-25  Malte Polladd config setting seed to set systemd-repart --seed
2023-08-25  Daan De MeyerIntroduce config_default_compression() default factory 1836/head
2023-08-25  Daan De MeyerMove all environment handling into load_environment()
2023-08-25  Daan De MeyerSupport configuring default values for settings
2023-08-25  Joerg Behrmanndoc: make formatting more uniform
2023-08-24  Malte Pollpropagate SOURCE_DATE_EPOCH when calling systemd-repart
2023-08-24  Daan De MeyerFix globbing
2023-08-24  Daan De MeyerDrop list reset on empty value
2023-08-24  Daan De MeyerMention backward compat break regarding overrides in...
2023-08-24  Daan De MeyerMerge pull request #1830 from DaanDeMeyer/config
2023-08-24  Daan De MeyerDrop "first assignment wins" logic 1830/head
2023-08-24  Daan De MeyerUse logging instead of print()
2023-08-24  Daan De MeyerReword output docs a bit
2023-08-24  Jörg BehrmannMerge pull request #1827 from DaanDeMeyer/manifest
2023-08-24  Daan De MeyerDo not generate manifest if it is not enabled 1827/head
2023-08-24  Daan De MeyerDo not generate manifest by default
2023-08-24  Michael A Cassanitidoc: Suggest using a reflink supported FS
2023-08-23  Daan De MeyerMerge pull request #1822 from DaanDeMeyer/fix-archive
2023-08-23  Daan De MeyerMake's bwrap() read-only logic optional 1822/head
2023-08-23  Daan De MeyerUse default_factory to evaluate Path.cwd() later
2023-08-23  Daan De MeyerDocument our default systemd-repart definition files
2023-08-23  Daan De MeyerMake sure we remove /var/lib/dbus/machine-id from the...
2023-08-22  Zbigniew Jędrzejewsk... mkosi: adjust messages about missing cert+key
2023-08-22  Daan De MeyerRename mount_image() to mount_base_trees()
2023-08-22  Daan De MeyerMerge pull request #1814 from DaanDeMeyer/uki-name
2023-08-22  Daan De MeyerDrop outdated comment 1814/head
2023-08-22  Daan De MeyerDrop "mkosi" from UKI names
2023-08-22  Daan De MeyerFix bootloader path
2023-08-22  Daan De MeyerMake sure unit and preset directories exist in configur...
2023-08-21  Daan De MeyerMerge pull request #1797 from DaanDeMeyer/grub
2023-08-21  Daan De MeyerAdd mention of BuildSources= change to NEWS.
2023-08-21  Daan De MeyerAdd grub EFI support 1797/head
2023-08-21  Daan De MeyerAdd back BIOS support using grub
2023-08-21  Daan De MeyerAdd QemuBios= option
2023-08-21  Daan De MeyerMake ESP logic bootloader independent
2023-08-18  Daan De MeyerAdd none Bootloader option
2023-08-18  Daan De MeyerRun tput smam to make sure line wrapping is reenabled
2023-08-18  Daan De MeyerDrop XFS workaround
2023-08-18  Daan De MeyerMake /boot/efi a symlink to /efi
2023-08-18  Daan De Meyerci: Install tzdata on Debian/Ubuntu
2023-08-18  Daan De MeyerUnset TMPDIR in apivfs_cmd()
2023-08-18  Daan De Meyerci: Install base group for Arch
2023-08-17  Daan De MeyerReset terminal cursor if tput is available
2023-08-17  Luca BoccassiMerge pull request #1804 from DaanDeMeyer/boot
2023-08-17  Daan De MeyerSet --no-variables when we invoke bootctl 1804/head
2023-08-17  Daan De MeyerRename install_bootloader() to install_systemd_boot()
2023-08-16  Daan De MeyerAdd Bootloader option
2023-08-16  Michael A Cassanitirepart: Set sector size using SectorSize=
2023-08-16  Daan De MeyerUse paths and path_read_text to process mkosi.version...
2023-08-15  Daan De MeyerReword systemd version requirement a bit
2023-08-15  Daan De MeyerMake sure we pass through TMPDIR to run()
2023-08-15  Daan De MeyerRun with --offline=no when Subvolumes= is used in repar...
2023-08-14  Malte Pollskip passwd bind mounts if the path does not exist...
2023-08-14  Daan De MeyerMerge pull request #1790 from DaanDeMeyer/grub
2023-08-14  Daan De MeyerDocument QemuCdrom= 1790/head
next