]> git.ipfire.org Git - thirdparty/mkosi.git/shortlog
thirdparty/mkosi.git
2023-04-24  Daan De MeyerRemove unnecessary newline in log_step() 1501/head
2023-04-24  Daan De MeyerRevert back to shell based chmod solution for bwrap
2023-04-24  Daan De MeyerUse conditional apivfs with Debian/Ubuntu and Arch...
2023-04-24  Daan De MeyerUse stderr to check for tty in foreground()
2023-04-24  Daan De MeyerDrop var_tmp() from MkosiState
2023-04-24  Daan De MeyerMake --debug a boolean and add --debug-shell
2023-04-24  Georges DiscrySupport matching against any of a list of releases
2023-04-24  Daan De MeyerMerge pull request #1495 from DaanDeMeyer/stuff
2023-04-24  Daan De MeyerRemove for_cache from MkosiState and centralize cached... 1495/head
2023-04-24  Daan De MeyerRemove --cache-initrd
2023-04-24  Daan De MeyerUse uid, gid directly instead of state.uid, state.gid
2023-04-24  Daan De MeyerMove MkosiConfig and load_args() and config.py
2023-04-24  Daan De MeyerMove MkosiState to state.py
2023-04-24  Daan De MeyerRework bwrap run functions
2023-04-24  Daan De MeyerFix rpmdb symlinks
2023-04-24  Daan De MeyerRename backend.py to util.py
2023-04-24  Georges DiscryUse an entry point instead of a script
2023-04-24  Daan De MeyerAdd missing complete_step() when installing build packages
2023-04-24  Malte Pollfix duplicate entry in github action
2023-04-23  Georges DiscryUse `getpass.getuser()` to get the name of the current...
2023-04-23  Georges DiscryDisallow `<SOURCE>:<TARGET>` with an empty target
2023-04-23  Georges DiscryAllow setting empty environment variables
2023-04-23  Daan De Meyerdebian: Add TODO to drop /var/lib/dpkg/status logic...
2023-04-23  Daan De MeyerUse python logging module for logging
2023-04-23  Daan De MeyerSupport matching against any of a list of distributions
2023-04-22  Georges DiscryDisplay "Skeleton Trees" in the summary again
2023-04-22  Georges DiscryFix installation of essential packages on Debian stretch
2023-04-22  Georges DiscryUse shlex escaping in Environment
2023-04-21  Daan De MeyerAdd MakeInitrd=
2023-04-21  Daan De MeyerMerge pull request #1472 from gdiscry/path-expansion
2023-04-21  Georges DiscryApply path expansion when parsing 1472/head
2023-04-21  Georges DiscryUnify the parsers for the path options
2023-04-21  Georges DiscryUnify loading the current user info
2023-04-21  Daan De MeyerMerge pull request #1468 from DaanDeMeyer/base-tree
2023-04-21  Daan De MeyerSplit up --base-image into --base-tree and --overlay 1468/head
2023-04-21  Daan De MeyerEmpty install directory before running build script
2023-04-21  Daan De MeyerFix stdin being redirect to /dev/null when running...
2023-04-21  Georges DiscryCheck if already root in become_root
2023-04-21  Georges DiscryOverride sys.excepthook when calling main
2023-04-20  Daan De MeyerMerge pull request #1467 from keszybz/run-stdin
2023-04-20  Zbigniew Jędrzejewsk... Use the appropriate quote type 1467/head
2023-04-20  Zbigniew Jędrzejewsk... When invoking qemu, put all -drive args adjacent
2023-04-20  Zbigniew Jędrzejewsk... Reformat run commands to have "--option", "value" pairs...
2023-04-20  Zbigniew Jędrzejewsk... Set stdin=/dev/null for all commands invoked by run()
2023-04-20  Daan De MeyerFix trees doc names
2023-04-20  Daan De MeyerMove --initrd to the Content group
2023-04-20  Zbigniew Jędrzejewsk... Fix invocation of kernel-install --verbose
2023-04-20  Daan De MeyerFail with a clear error if sd-stub is not installed...
2023-04-20  Daan De MeyerFail with a clear error if sd-stub is not installed...
2023-04-20  Daan De MeyerMerge pull request #1463 from keszybz/error-printing...
2023-04-19  Zbigniew Jędrzejewsk... Do not print hint about exception for RuntimeError 1463/head
2023-04-19  Zbigniew Jędrzejewsk... Reformat hint and don't print as part of the error
2023-04-19  Zbigniew Jędrzejewsk... Fix grammar in comment
2023-04-19  Jörg BehrmannMerge pull request #1462 from DaanDeMeyer/cpio
2023-04-19  Daan De MeyerUpdate default Fedora release to 38
2023-04-19  Daan De MeyerUse merged usr path in kernel_image() 1462/head
2023-04-19  Daan De MeyerAlways check in usr/lib/modules for the kernel image
2023-04-19  Daan De MeyerAllow booting cpio images in qemu
2023-04-19  Daan De MeyerShow exception string when we fail
2023-04-19  Daan De MeyerStop compressing split kernel
2023-04-19  Daan De MeyerDon't run kernel-install if the output format is a...
2023-04-19  Daan De MeyerSymlink /etc/initrd-release to /etc/os-release
2023-04-19  Daan De MeyerRework compression
2023-04-19  Daan De MeyerUse default zstd compression level
2023-04-19  Daan De MeyerDon't make output an absolute path while parsing
2023-04-19  Daan De MeyerRun systemd-sysusers during the build
2023-04-19  Daan De MeyerConfigure both hvc0 and ttyS0
2023-04-19  Daan De MeyerStop copying the cached build overlay
2023-04-19  Daan De MeyerMerge pull request #1287 from keszybz/man-qemu-direct
2023-04-19  Zbigniew Jędrzejewsk... man: explain various qemu booting options 1287/head
2023-04-19  Zbigniew Jędrzejewsk... docs: use better highlighter for command examples
2023-04-19  Zbigniew Jędrzejewsk... man: regenerate man page
2023-04-19  Daan De MeyerReplace _run() with an extra argument log
2023-04-18  Daan De Meyerdebian: Simplify cmdline to get the list of packages...
2023-04-18  Daan De MeyerMerge pull request #1457 from DaanDeMeyer/debian
2023-04-18  Daan De Meyerdebian: Fix bug in Debug::pkgDpkgPm=1 call 1457/head
2023-04-18  Daan De Meyerdebian: Stop setting DPkg::Path
2023-04-18  Daan De MeyerRework exception handling
2023-04-18  Joerg Behrmanngenerate the summary in a multiline f-string
2023-04-18  Daan De Meyerdebian: Add debugging for oDebug::pkgDpkgPm=1 command
2023-04-18  Daan De MeyerAdd back --bootable option
2023-04-18  Jörg BehrmannMerge pull request #1453 from mrc0mmand/fedora-gpg
2023-04-18  Frantisek Sumsalfedora: fix gpg key location 1453/head
2023-04-17  Daan De MeyerMake sure we resolve relative paths in config files...
2023-04-17  Daan De MeyerMake sure the /efi mountpoint exists for every distro
2023-04-17  Zbigniew Jędrzejewsk... Add missing newline in /etc/shadow
2023-04-17  Jörg BehrmannMerge pull request #1442 from DaanDeMeyer/fixes
2023-04-17  Daan De MeyerMerge pull request #1446 from keszybz/shadow-writing...
2023-04-17  Zbigniew Jędrzejewsk... Fix display of password in summary 1446/head
2023-04-17  Zbigniew Jędrzejewsk... Do not fail when writing root password and /etc/shadow...
2023-04-17  Daan De MeyerMerge pull request #1444 from keszybz/use-pager-for...
2023-04-17  Daan De MeyerGet rid of debootstrap dependency 1442/head
2023-04-17  Daan De MeyerSimplify apt invocation
2023-04-17  Daan De MeyerDrop Debian ignore preset workaround
2023-04-17  Daan De MeyerDrop debian os-release workaround
2023-04-17  Daan De MeyerOnly write repositories to image on Debian/Ubuntu if...
2023-04-17  Daan De MeyerMake sure we create /var/lib/dpkg with the right access...
2023-04-17  Daan De MeyerDrop absolute() usage in debian.py
2023-04-17  Daan De MeyerDrop DEBIAN_KERNEL_ARCHITECTURES
2023-04-17  Daan De MeyerFix comments
next