summaryrefslogtreecommitdiffstats
path: root/mkosi.images (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mkosi: Use shared extra tree between initrd and main imageDaan De Meyer4 days1-3/+1
| | | | | Let's share more between initrd and main system and use a shared extra tree to achieve that.
* mkosi: Install clangd everywhereDaan De Meyer5 days3-0/+3
|
* mkosi: Enable clangd execution for all distributionsDaan De Meyer11 days2-4/+7
|
* mkosi: update debian commit referenceDaan De Meyer12 days1-1/+1
| | | | | | | | | | | | | | | | * 51cd22f368 Update changelog for 257~rc2-3 release * 5308c3b905 Backport patch to remove faulty unit test assertion * b7d805151b Update changelog for 257~rc2-2 release * 5afc23b288 Backport patch to fix FTBFS due to failing unit test * 0ca89ce40c Update changelog for 257~rc2-1 release * f27216d493 Update lintian override to ignore false positive typos * 2caa74f473 d/rules: adjust blhc override to account for source files being moved * 6b48328ead systemd-ukify: recommend systemd-repart * 5e01b67f43 systemd-ukify: downgrade dependency on systemd, not mandatory * 3a4dd59e41 Install new systemd-keyutil binary in the systemd-repart package * e64cffab71 Drop all patches, merged upstream * 0fcef228c7 Update upstream source from tag 'upstream/257_rc2' * a01322bb29 d/t/control: add more packages to dummy hint-testsuite-triggers
* mkosi: update fedora commit referenceDaan De Meyer12 days1-1/+1
| | | | | | | | | | | | | * 7bd1d09f7f Change sysusers u! lines to u because we don't have support in rpm * 943bd94cf6 Version 257~rc2 * 6162965002 Disable freezing of user sessions * 0c236cedb9 Upload sources * ea947ce068 Version 257~rc1 * 834ba50e79 Use %posttrans instead of %postun to restart services * 8dafa3810b Disable OpenSSL v3 ENGINE on RHEL * 8f44e8097d Add forgotten patch * 86ca699d18 Backport user manager reexec changes * 009c64d6a2 Use %systemd_preun in systemd-resolved
* mkosi: update arch commit referenceDaan De Meyer12 days1-1/+1
| | | | | * 29a73017cd upgpkg: 256.8-1: new upstream release * cda4f7b35e add a hint on my personal testing repository
* mkosi: update debian commit referenceLuca Boccassi2024-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | * 48fabbd5d2 Install new sd-keyutil binary in sd-repart package * 6dd9ab10fe Update changelog for 257~rc1-4 release * 6dd325f04b Backport patch to fix TEST-07-PID1 integration test * 5988cc60ee Update changelog for 257~rc1-3 release * cf3a2f7ccc Backport another patch to fix test failure on buildd * 5d6a226dbb Update changelog for 257~rc1-2 release * ebe97c52c8 Backport patch to fix unit test failure on buildd * 21f63b20bb Update changelog for 257~rc1-1 release * 0dfec51bbb d/copyright: remove pattern for directory that is no longer present * 337b3bb2dd Ignore Lintian warning dh-exec-script-without-dh-exec-features * b680e6b448 List new libsystemd0 symbols * 3c00aa000c gbp.conf: use --first-parent for dch to avoid upstream commits * d53ecc7769 Install new files * 546e8c9137 Drop all patches, merged upstream * 6757597480 Update upstream source from tag 'upstream/257_rc1' * 4b82805020 gbp.conf: switch upstream branch to full upstream history * e60c637a95 gbp.conf: enable signing tags by default * 2ad27b63c4 Update changelog for 256.7-3 release * a212c36c54 systemd-boot: provide integration with shim
* mkosi: Install gdb in centos/fedora build imageDaan De Meyer2024-10-311-0/+1
| | | | | Lack of gdb-add-index has become a fatal error in Rawhide/c10s so let's install gdb to make rpmbuild happy.
* mkosi: Ensure we build with debuginfoDaan De Meyer2024-10-304-4/+4
|
* mkosi: update debian commit referenceDaan De Meyer2024-10-301-1/+1
| | | | | * 2f288667e0 Install sysupdate.feature manpage * 384393a955 d/systemd.postrm: delete more internal state directories on purge
* mkosi: update arch commit referenceDaan De Meyer2024-10-301-1/+1
| | | | | | * 62c224b60c Specify --no-rebuild when calling meson install * b5c20dc6b0 fix redirection for dash * 7fef8e4cdd upgpkg: 256.7-1: new upstream release
* sysusers: optionally create fully locked accounts (#34876)Luca Boccassi2024-10-291-1/+1
|\ | | | | | | | | | | | | | | Let's ramp up security for system user accounts, at least where possible, by creating them fully locked (instead of just with an invalid password). This matters when taking non-password (i.e. SSH) logins into account. Fixes: #13522
| * mkosi: update fedora commit referenceLennart Poettering2024-10-291-1/+1
| | | | | | | | | | | | | | | | * e42eed4afd test_sysusers_defined: support new ! line flag for creating fully locked accounts * 2c6a4e2f90 Version 256.7 * bedc0270e7 Move yum/dnf protection removal config file under /usr * 5a82129a41 Reword some descriptions * ce99022f7b Version 256.6
* | mkosi: Move copying packages to the output directory to the postinst scriptDaan De Meyer2024-10-294-25/+22
|/ | | | | | | | | | | | | | | Now that we have the mkosi.clangd script to run clangd from the mkosi build script, it becomes clear that doing cleanup with mkosi.clean has a big gap in that we always run the mkosi.clean script and thus we also run it when we run the mkosi.clangd script, causing the previously built packages to be removed when we run clangd without producing new ones. In mkosi we're improving the situation by only running clean scripts when we clean up the output directory and disallowing writing to the output directory from build scripts. Let's adapt systemd to these changes by moving the copying of packages to the output directory to the postinst script.
* mkosi: update debian commit referenceLuca Boccassi2024-10-231-1/+1
| | | | | | | | | | | | | | | | | | | * 07a294d0c6 Do not mask systemd-gpt-auto-generator in upstream CI builds * 5636398bf7 Backport patch to fix test failures with tzdata 2024b-1 * 354ded4946 Update changelog for 256.7-2 release * e38c7c5345 Backport fixes for upstream autopkgtest suite * 249676834c Disable utmp support, not y2038 safe * 822d44da42 initramfs-tools: support missing /etc/udev/udev.conf * ad71ebf700 systemd-boot: depend on systemd for kernel-install * 5bf7008ef8 d/systemd.postinst: do not restart systemd-binfmt.service if masked * 58d5aa1b41 d/rules: mask systemd-gpt-auto-generator on Ubuntu * 481987d85c Update changelog for 256.7-1 release * ce7f3d4b43 Revert "autopkgtest: skip TEST-64-UDEV-STORAGE due to qemu crash" * 7007e73b22 Mark dependencies on clang and bpftool as :native * 0e120cf704 Update upstream source from tag 'upstream/256.7' |\ | * 914aae055c New upstream version 256.7 * fcea89cb00 d/t/upstream: honor /etc/apt configured by autopkgtest
* mkosi: update opensuse commit referenceLuca Boccassi2024-10-211-1/+1
| | | | It was force-pushed again
* mkosi: update opensuse commit reference and switch branchLuca Boccassi2024-10-181-2/+2
| | | | 'factory' was reset to 8 years ago
* mkosi: Fix sections for settingsDaan De Meyer2024-10-099-9/+17
| | | | | Upstream we moved settings around a bit to different sections, let's adapt to those changes in the systemd repo.
* mkosi: update debian commit referenceLuca Boccassi2024-10-071-1/+1
| | | | | | * 51389fefca Upstream profile: skip dh_strip_nondeterminism * 647fd0d40c Install kernel-install uki.conf example * ddfeb24f55 autopkgtest: skip gdm3 on armel for smoke tests
* mkosi: Don't sync if the packaging specs repo is dirtyDaan De Meyer2024-10-021-0/+4
|
* mkosi: update arch commit referenceDaan De Meyer2024-09-251-1/+1
| | | | | | | | | | | * d5a2dc54da Use vmlinux.h from linux-headers * 59912d804f update checksums... * 83edb5244e build: set ssh privsep dir to /usr/share/empty.sshd * 65363cc5ba build: explicitly enable vmlinux-h=generated * 14e6d27dd4 build: drop deprecated default-hierarchy option * 81e7545ca3 systemd.install: stop applying ACL ourselves * 147c214201 systemd-hook: use systemd-notify --booted to detect if systemd is running * 010bc3c05c upgpkg: 256.6-1: new upstream release
* mkosi: Add back support for running clangd within mkosiDaan De Meyer2024-09-221-0/+4
| | | | | This allows hacking on systemd without installing any build dependencies except mkosi on the host machine.
* mkosi: supress error messages from gitZbigniew Jędrzejewski-Szmek2024-09-201-2/+2
| | | | | | | | When updating, I get a message like: fatal: Not a valid object name a67221c3f0d0b81b9b5b3230a71d09044342f1a4^{commit} The failure here is expected, it just means that an update is necessary, so suppress output.
* mkosi: Disable makepkg PKGBUILD linting using the newly added environment ↵Daan De Meyer2024-09-151-3/+2
| | | | variable
* mkosi: update debian commit referenceLuca Boccassi2024-09-131-1/+1
| | | | | | | | | | | | | | | | | | | * 0704bfd93f Use dh-exec for d/systemd-timesyncd.manpages * b668a942e9 Install new sd-stub tmpfiles.d * 57aa6890f3 Install new org.freedesktop.timesync1 manpage * 63e7fb5a48 Install new shell credentials snippets * 3ce727ad45 Update changelog for 256.6-1 release * 65e0731d3a Note systemd-cryptsetup package split in NEWS * 2bd9927f5d Update upstream source from tag 'upstream/256.6' |\ | * 27c691ac24 New upstream version 256.6 * 395974bae4 Re-enable utmp support, tmux's autopkgtests require it * 685e1c84eb initramfs-tools: ensure rules file exists before invoking chzdev * a454822396 Filter out zdev rules in the initramfs hook (LP: #2044104) * cd0179221d salsa-ci: test the stage1 build profile * 55917feab0 Update changelog for 256.5-2 release * f280a3cbf5 Disable utmp support, replaced by wtmpdb * 635c5f48dc d/t/upstream: do not pass /var/cache/apt/archives to PackageDirectories
* mkosi: Stop applying device groups patch on ArchDaan De Meyer2024-09-121-4/+0
| | | | It stopped applying so let's stop applying it to make CI green again.
* mkosi: Drop _fixperms workaroundDaan De Meyer2024-09-072-2/+0
| | | | | This was added to deal with a bug in the rpm 4.20 rc in Rawhide but since that's been fixed, let's drop the workaround.
* mkosi: Remove rpm workaroundDaan De Meyer2024-09-051-6/+0
| | | | rpm 4.19.93 (4.20 rc) is in rawhide so let's drop the workaround.
* mkosi: update debian commit referenceLuca Boccassi2024-08-301-1/+1
| | | | * bb6db3edfe Install new sd-sysupdated files in systemd-container
* mkosi: Don't fetch remote if the commit to check out already existsDaan De Meyer2024-08-291-1/+1
| | | | | If the commit we're about to check out already exists in the local repository, don't fetch from the remote repository.
* mkosi: update fedora commit referenceDaan De Meyer2024-08-291-1/+1
| | | | | | * a67221c3f0 Always build ukify package * abb115a905 Do not use patch to modify systemd-user pam config file * 196ec98228 Drop %upstream conditionalization for patches
* mkosi: Switch back to src.opensuse.org for opensuse specDaan De Meyer2024-08-281-3/+3
| | | | | | Supposedly they're never going to rewrite their git history again so let's give src.opensuse.org another try given that code.opensuse.org is down again.
* mkosi: update debian commit referenceDaan De Meyer2024-08-281-1/+1
| | | | | | | | | | | | * aa17b7ddf9 Fix stage1 build * 2c13391e33 Update changelog for 256.5-1 release * 7d13196926 autopkgtest: skip TEST-64-UDEV-STORAGE due to qemu crash * 47769e8d7c Drop patch merged upstream * 4e8e9315b5 Update upstream source from tag 'upstream/256.5' |\ | * 71b885347d New upstream version 256.5 * 89a33e5408 d/e/checkout-upstream: undo quilt patches before switching debian branch * 3c942ecb0d d/e/checkout-upstream: do not rebase on main when building stable branches
* mkosi: update fedora commit referenceDaan De Meyer2024-08-281-1/+1
| | | | | | | | | | | | | * 28076e6232 Only make python3-pillow Recommends on Fedora * a9807c4486 Do not require grubby on CentOS Stream 9 * d38cacfd3a Version 256.5 * 38291e13c1 Disable integration of userdb in sshd * 53118d2112 Backport patch to only read /proc/cmdline when not in container * 903e8e0f88 Backport upstream patch to try more initrd variants in 90-loaderentry.install * b29a66006c Version 256.4 * 1cdae03391 Update tmpfiles --destroy-data patch * 4fd4ef72a6 Upload sources * 3c3772150d Version 256.3
* mkosi: update opensuse commit referenceDaan De Meyer2024-08-281-1/+1
| | | | * 2866762da8 Update systemd to version 256.4 / rev 429 via SR 1192932
* mkosi: update arch commit referenceDaan De Meyer2024-08-281-1/+1
| | | | | | | | * ea5f086275 handle uncommon license * 43e43faab8 upgpkg: 256.5-1: new upstream release * 7f4443062f Provide /etc/cryptsetup-keys.d/ * 262a14b8e5 upgpkg: 256.4-1: new upstream release * 1aff4eb5f6 upgpkg: 256.3-1: new upstream release
* mkosi: Always specify _sourcedir as an absolute pathDaan De Meyer2024-08-284-6/+6
| | | | | A relative path is not supported by rpm so let's make sure we specify it as an absolute path.
* mkosi: Don't apply distribution specific patchesDaan De Meyer2024-08-285-0/+15
| | | | | | | | | | | rpm upstream is going to imply --noprep when running with --build-in-place so let's do the same on older versions of rpm (https://github.com/rpm-software-management/rpm/commit/e0925ad6e3185030b004343f73a5917fdc562d6c) Also, to keep things consistent between distros, run with --noprepare on Arch Linux as well (we already skip patches on Debian/Ubuntu). To keep things working on Arch, we apply the one downstream patch manually ourselves.
* mkosi: Stop using git commit timestamps for package releasesDaan De Meyer2024-08-264-20/+4
| | | | | | | | This prevents bisecting to figure out which commit broke something as when going backwards the git commit timestamp will be older meaning package managers will refuse to upgrade to the "older" version. Let's make sure the release is always newer by using the current date unless $SOURCE_DATE_EPOCH is set.
* mkosi: Fix debian/not-installed build logicDaan De Meyer2024-08-151-5/+9
| | | | | | | | - Expand globs - Filter out directories - Append to the list of packaged files, not the list of installed files Fixes the issue in https://github.com/systemd/systemd/pull/32363
* mkosi: update debian commit referenceLuca Boccassi2024-08-111-1/+1
| | | | | | | | | | | | | * 6e0f4f74ba Update changelog for 256.4-3 release * 4b142f9c37 Depend on new linux-bpf-dev package where available * f5fe5ecf4d autopkgtest: use hint-testsuite-triggers to ensure other packages changes trigger our testsuite * 407932845d autopkgtest: run upstream test last * 31458d03c2 Stop installing legaly pkla file in upstream CI too * 484643291a Use d/not-installed instead of manual removals * 752bb4c34c Stop shipping empty /etc/init.d directory * 174603ffc2 Use debian/clean instead of override in d/rules * 9a355e5a51 Drop redundant pot build * 3d249c88cb Update changelog for 256.4-2 release
* mkosi: Prevent busybox from getting pulled into opensuse imagesDaan De Meyer2024-08-053-1/+14
| | | | | | OpenSUSE's busybox has a bunch of Provides for basic tools that cause it to get pulled into images unless the corresponding tool is explicitly installed so let's add explicit tools to make sure we don't get busybox.
* mkosi: update debian commit referenceLuca Boccassi2024-07-251-1/+1
| | | | | | | | | | * 7eebe8c0b1 autopkgtest: allow localectl in localed tests * c08a88ffbb Update changelog for 256.4-1 release * 03814c87fe Fix D-Bus policy for locale1 blocking * 16f6130038 Drop last patch, all merged upstream * fe6956e934 Install varlinkctl zsh completion file * 9bc2a52832 Update upstream source from tag 'upstream/256.4' * 8574241978 New upstream version 256.4
* mkosi: update debian commit referenceLuca Boccassi2024-07-241-1/+1
| | | | | | | | | | | | * c7138e0b87 Configure default DNS servers for upstream CI builds * bc5d1afe1e Drop out-of-tree localed patch and use D-Bus policy instead * b5f8ababde autopkgtest: set Release= in mkosi.local.conf to distinguish testing vs unstable * 323afafd80 autopkgtest: add allow-stderr to timedated test * 0291f361e3 Install valrinkctl zsh completion file * f40b9eba02 d/t/control: add Depends: lib{systemd,udev}-dev for upstream * 3def595de3 d/t/upstream: ensure correct ubuntu codename is used * 531bb6817e d/t/boot-and-services: fix a couple python sytax warnings * 963ac13b7d d/t/boot-and-services: skip test_tmp_cleanup if tmp.mount is overridden
* mkosi: update arch commit referenceDaan De Meyer2024-07-221-1/+1
| | | | | | | | * 1d577a6268 refresh the keys * 12383ba712 make libarchive a regular optional dependency... * f51d5e04bf ignore rc releases in nvchecker * 0b096a2baa add nvchecker * 5f0ced863c upgpkg: 256.2-1: new upstream release
* mkosi: update fedora commit referenceDaan De Meyer2024-07-221-1/+1
| | | | | | | | | | | | | | | | | | | * 00babccdea Simplify BFQ scheduler enablement * ef8ddb130b Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * 5b4a5461d6 Fix changelog * a8c5c736f6 Only apply shorter shutdown timer changes on Fedora * f4e284cd7a Merge #150 `Deal with systemd-timesyncd backport in EPEL` |\ | * 9378a0733a Deal with systemd-timesyncd backport in EPEL * | 12d1f05029 Don't claim /sbin/installkernel if building for CentOS Stream 9 |/ * 79828f2753 spec: use "positive" conditions in conditionals * c5d3af1638 Add build dependency on rsync on CentOS Stream 9 * 8d080fb5cb Backport udma buffer access patch * 6084453807 Add support for building from a specific branch * cb9d631ca0 Update PR patch metadata * 3889da947e In standalone subpackages, suggest coreutils-single * b7800e3e66 Drop versions from Conflicts for standalone packages
* mkosi: Use the Fedora Rawhide spec for CentOSDaan De Meyer2024-07-223-12/+6
| | | | | | | These are now practically identical, with the only differences between the two having no effect on the rpm builds we do with mkosi, so let's cut out the middle man and just use the Fedora Rawhide spec for CentOS as well.
* mkosi: Switch back to PKG_SUBDIR instead of symlinksDaan De Meyer2024-07-2214-84/+61
| | | | | | | | Previously I thought it would make sense to allow running the build scripts from within the VM/container to rebuild the packages. Instead we ended up making it possible to rerun mkosi outside of the container/VM to rebuild the packages, so let's switch back to $PKG_SUBDIR to tell the build scripts where to look for the packaging sources.
* Merge pull request #33763 from DaanDeMeyer/mkosiDaan De Meyer2024-07-181-2/+2
|\ | | | | mkosi: Two fixlets
| * mkosi: Fix indentationDaan De Meyer2024-07-181-2/+2
| |