]> git.ipfire.org Git - thirdparty/mkosi.git/shortlog
thirdparty/mkosi.git
2019-02-19  Lucas De Marchiarch: kill dirmngr only 327/head
2019-02-19  Lucas De Marchiarch: trust new signatures while downloading base packages
2019-01-28  Matt SchreiberCreate link at output path for tar format builds
2019-01-18  Lucas De MarchiMerge pull request #321 from lucasdemarchi/tip-fixes
2019-01-18  Lucas De MarchiFix prepend to environ path 321/head
2019-01-18  Lucas De MarchiFix compat option for kernel command line
2019-01-18  Lucas De MarchiRemove plural in arg option
2019-01-18  Lennart PoetteringMerge pull request #315 from jlettman/no-check-valid...
2019-01-09  John Lettmanmkosi: remove old --no-check-valid-until argument to... 315/head
2019-01-09  John Lettmanmkosi: generalize debootstrap_knows_merged_user and...
2019-01-09  John Lettmanmkosi: add --no-check-valid-until to debootstrap args...
2019-01-03  HervéCorrect file extension
2018-12-18  Lucas De MarchiMerge pull request #312 from poettering/man-page-all
2018-12-18  Lennart Poetteringman: document the new --all switches 312/head
2018-12-18  Lennart Poetteringmkosi: mention that plain_squashfs output format exists now
2018-12-17  Lennart PoetteringMerge pull request #308 from poettering/man-page
2018-12-17  Lennart Poetteringdocs: Replace README.md by a pointer to the man page 308/head
2018-12-17  Lennart Poetteringman: add a man page
2018-12-17  Lennart Poetteringmkosi: move --no-chown to [Output] section in --help...
2018-12-17  Lennart Poetteringmkosi: move --hostname= to right section
2018-12-17  Lennart Poetteringmkosi: --kernel-commandline= → --kernel-command-line=
2018-12-17  Lennart Poetteringmkosi: be precise with the naming of the squashfs outpu...
2018-12-17  Lennart Poetteringmkosi: pass $WITH_NETWORK= to mkosi.build script
2018-12-17  Lennart Poetteringmkosi: don't use mkosi.skeleton/mkosi.extra trees when...
2018-12-17  Lennart Poetteringmkosi: when "gpt_xfs" is used, format /home and /srv...
2018-12-17  Lennart Poetteringadd a TODO document
2018-12-17  Lennart Poetteringmkosi: always mention XFS before btrfs, as it is more...
2018-12-17  Lennart PoetteringMerge pull request #306 from keszybz/style-fixes
2018-12-17  Zbigniew Jędrzejewsk... Use single quotes type instead of escaping 306/head
2018-12-17  Lucas De MarchiMerge pull request #309 from poettering/mkosi-all
2018-12-16  Lennart Poetteringmkosi: add "-a" switch for building everything in mkosi... 309/head
2018-12-16  Lennart Poetteringmkosi: rename copy() → copy_path() so that we can impor...
2018-12-15  Lucas De MarchiMerge pull request #311 from poettering/debian-root...
2018-12-15  Lennart Poetteringmkosi: create root directory as 0755 311/head
2018-12-14  Zbigniew Jędrzejewsk... typing: one more type annotation to make mypy happy
2018-12-14  Zbigniew Jędrzejewsk... Merge pull request #300 from LukeShu:to-upstream/flake8...
2018-12-10  Lucas De MarchiFix default value for SourceFileTransfer
2018-12-07  Lennart Poetteringmkosi: when a .nspawn file is used, actually use it...
2018-12-05  Lucas De MarchiMerge pull request #303 from michaelweghorn/michaelwegh...
2018-12-05  Michael WeghornUpdate help for '--with-docs' 303/head
2018-12-04  Lucas De MarchiMerge pull request #292 from lucasdemarchi/tip-build-src
2018-12-04  Lucas De MarchiMerge pull request #299 from michaelweghorn/michaelwegh...
2018-12-03  Luke Shumakermypy: Fix issues discovered by mypy 300/head
2018-12-03  Luke Shumakermypy: Fiddle with things to clue mypy in
2018-12-03  Luke Shumakermypy: Unify typing of install_distribution() and instal...
2018-12-03  Luke Shumakermypy: invoke_dnf_or_yum(): Match the signature of invok...
2018-12-03  Luke Shumakermypy: ListAction: assert that 'values' is a string
2018-12-03  Luke Shumakermypy: Make arguments Optional[], assert is not None...
2018-12-03  Luke Shumakermypy: Add missing type annotations
2018-12-03  Luke Shumakermypy: Fix wrong type annotations
2018-12-03  Luke Shumakermypy: Change GPTRootTypePair: collections.namedtuple...
2018-12-03  Luke Shumakermypy: Create new variables instead of reusing names
2018-12-03  Luke Shumakermypy: Figure out generators and decorators
2018-12-03  Luke Shumakermypy: Fiddle with making it happy with argcomplete
2018-12-03  Luke Shumakermypy: Differentiate partition() from optional_partition()
2018-12-03  Luke Shumakermypy: Introduce manual cast()s around tempfile.NamedTem...
2018-12-03  Luke Shumakermypy: Convert type-hint comments to PEP 526 type-hints
2018-12-03  Luke Shumakermypy: .gitignore: Add .mypy_cache/
2018-12-03  Luke Shumakerflake8: E741: Rename ambiguous variable
2018-12-02  Luke Shumakerflake8: E722: Ignore complaints about bare 'except'
2018-12-02  Luke Shumakerflake8: F401: Remove unused import
2018-12-02  Luke Shumakerflake8: E703: Remove pointless semicolons
2018-12-02  Luke Shumakerflake8: E111,E128: Fixup indentation
2018-12-02  Luke Shumakerflake8: E201,E202,E203,E221,E222,E251: Remove individua...
2018-12-02  Luke Shumakerflake8: E225,E227,E231,E252,E261: Add individual spaces...
2018-12-02  Luke Shumakerflake8: E301: At least 1 blank line between method...
2018-12-02  Luke Shumakerflake8: E302,E305: 2 blank lines around class/function...
2018-12-02  Luke Shumakerflake8: E501: Address lines that are 120 characters...
2018-12-02  Luke Shumakerflake8-isort: Run `isort *.py`
2018-12-02  Luke ShumakerAvoid multi-line lambdas; use a regular `def` in those...
2018-12-01  Michael WeghornAdd BIOS support for Debian and Ubuntu 299/head
2018-11-30  Lucas De MarchiMerge pull request #298 from lucasdemarchi/tip-fix...
2018-11-30  Lucas De MarchiFix package manager cleanup
2018-11-29  Lucas De MarchiFix non-bootable Arch images 298/head
2018-11-21  Lucas De MarchiAllow to mount build sources 292/head
2018-11-21  Lucas De MarchiFold --use-git-files and --git-files into one option
2018-11-21  Lucas De MarchiMake none_to_none compatible with other objects
2018-11-21  Lennart PoetteringMerge pull request #261 from rantogno/legacy_boot
2018-11-21  Thore Bödeckerset correct defaults for optional args
2018-11-21  Lucas De MarchiAdd bios support to Archlinux 261/head
2018-11-21  Lucas De MarchiMove grub config generation to grub installation
2018-11-20  Rafael AntognolliAdd support to boot on bios
2018-11-20  Lucas De MarchiAdd option for boot protocols
2018-11-19  Lennart PoetteringMerge pull request #284 from lucasdemarchi/tip-chown
2018-11-19  Lennart PoetteringMerge pull request #290 from jimenezrick/master
2018-11-17  Ricardo Catalinas... mkosi: Add back again the ovmf firmware path from Arch... 290/head
2018-11-17  Ricardo Catalinas... README.md: update deprecated flags - raw_* -> gpt_*
2018-11-13  Lucas De MarchiMerge pull request #288 from foxxx0/fix-centos-build
2018-11-13  Thore Bödeckerinclude args.packages for centos builds 288/head
2018-11-12  Lucas De MarchiFix function signature for Clear
2018-11-12  Lucas De MarchiMake chown of output files optional 284/head
2018-11-12  Lucas De MarchiChown output files to user calling sudo
2018-11-12  Lucas De MarchiAdd helper function to link output files
2018-11-12  Lucas WerkmeisterMerge pull request #286 from poettering/test-ci
2018-11-11  Lennart Poetteringci: add simple script for running CI tests in semaphore 286/head
2018-11-11  Lennart Poetteringmkosi: use debootstrap's --merged-usr switch only if...
2018-11-10  Lucas WerkmeisterBump required Python version everywhere
2018-11-06  Lennart PoetteringMerge pull request #283 from keszybz/f-strings
2018-11-06  Zbigniew Jędrzejewsk... Bump required python version to 3.6 283/head
2018-11-06  Zbigniew Jędrzejewsk... Add mkosi.py as symlink to mkosi
next