| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In https://github.com/systemd/mkosi/pull/2847, the '@' specifier is
removed, CLI arguments take priority over configuration files again
and the "main" image is defined at the top level instead of in
mkosi.images/. Additionally, not every setting from the top level
configuration is inherited by the images in mkosi.images/ anymore,
only settings which make sense to be inherited are inherited.
This commit gets rid of all the usages of '@', moves the "main" image
configuration from mkosi.images/system to the top level and gets rid
of various hacks we had in place to deal with quirks of the old
configuration parsing logic.
We also remove usages of Images= and --append as these options are
removed by the mentioned PR.
|
| |
|
|\
| |
| | |
mkosi: Use the "default" root filesystem for each distribution
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Let's not insist on btrfs everywhere. 93440db8b5eae1244aaf5fecfa68050a8b26f3e3
switched us back to btrfs as we wanted to rely on the fact it records
timestamps properly. Since we now prefer to do incremental builds on the host
with "mkosi -t none" we don't mind anymore that timestamps are not recorded
properly so we're not forced to use btrfs anymore.
This also increases test coverage as we'll now test with different root
filesystems.
|
|\ \
| | |
| | | |
TEST-06-SELINUX: Two fixes
|
| |/
| |
| |
| |
| | |
The contents of this file are passed as arguments to fixfiles so
let's remove the comment as otherwise fixfiles just crashes.
|
|/
|
|
|
|
|
|
| |
This ensures that even in case the distro repository has newer
versions, the locally built packages are preferred and installed,
even to the point of downgrading already installed ones.
This is needed especially for future stable branches, when the
distros will have a newer version.
|
|
|
|
|
|
| |
Now that we have a way to rebuild and reinstall systemd without
having to rebuild the image, let's default to building a disk image
again.
|
| |
|
|
|
|
| |
Let's make sure we actually operate on the packaging git repo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* d74b24c7c6 meson options: vcs-tag=false
* 7424fedef0 upgpkg: 256.1-1: new upstream release
* 6016864c99 upgpkg: 256-3: rebuild to fix man pages...
* 6f6d48b221 upgpkg: 256-2: update shells
* b9ce44e766 drop systemd-stable repository, build from main one
* baf4803252 upgpkg: 256-1: new upstream release
* 1d75e7ddaa add an install hint on NEWS
* 6f17a23127 Ups, inverted...
* d76029f7cc update meson options
* 6e7929dd98 upgpkg: 256rc4-1: new upstream pre-release - testing only!
* 7b70e7b0e7 upgpkg: 256rc3-2: fast-forward to current git main, non-official testing
* a438b879e2 upgpkg: 256rc3-1: new upstream pre-release, non-official testing
* ff30a600c9 upgpkg: 256rc2-1: new upstream pre-release, non-official testing
|
| |
|
|
|
|
|
|
|
|
|
| |
These are not actually needed or installed, so delete them from the
build directory, so that inside an image one can do:
apt install --reinstall /work/build/*.deb
Follow-up for 690a85b1d4e794af62bca6d1ea530ffc530ee58c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With the latest mkosi, mkosi -t none can be used to rerun the build
script without messing with a previously built image. This allows
one to run "mkosi -t disk -f qemu" in one terminal to build and boot
an image in qemu and then run "mkosi -t none" in another terminal to
rebuild the packages. If one then has "RuntimeBuildSources=yes" set
in their mkosi configuration, the build directory is mounted into the
virtual machine, which means that one can then run "dnf upgrade
/work/build/*.rpm" from within the VM to install the new packages.
This allows for quickly iterating on changes without having to rebuild
the image all the time.
We'll probably want to document this at some point, but let's start
with making it possible by copying the built packages to the build directory.
|
|
|
|
|
|
|
| |
Currently if git merge-base fails we'll hide the error and exit with
exit status 0. Let's make we only exit early if git merge-base exits
with 1 which indicates the current commit is not on the target branch.
Any other error is considered fatal.
|
|
|
|
|
|
|
| |
* f9fe17dbde Use vmlinux.h from kernel-devel
* 9cbad936a6 Pull in openssl-devel-engine
* 8ae009f929 Only add Requires on python3-zstd on Fedora
* 750e910c7c Drop BuildRequires on python3-zstd
|
|
|
|
|
| |
If work is being done in a separate branch, don't touch the packaging
checkout.
|
|
|
|
| |
It's already installed on ubuntu via linux-tools-common.
|
|
|
|
|
|
| |
* abf24e775c Add recommends on linux-sysctl-defaults
* 76cb4138d2 autopkgtest: skip qemu tests on arm64
* 0935d73526 Install new systemd-import generator
|
|\
| |
| | |
Various integration test fixes
|
| | |
|
|/ |
|
|\
| |
| | |
mkosi: Switch back to btrfs
|
| |
| |
| |
| |
| |
| |
| |
| | |
Now that we're running on Noble instead of Jammy btrfs has the temp_fsid
feature which means we can mount the same image multiple times so let's
switch back to btrfs instead of ext4 as the filesystem as btrfs properly
records timestamps when building filesystems from a root directory unlike
ext4.
|
| | |
|
| |
| |
| |
| |
| | |
The package was merged into the main systemd package in
https://src.opensuse.org/rpm/systemd/commit/23bfa9d83b6e24a5395a704b816a351f3dc5b5316e580cacedd1b5d9e068c117.
|
|/
|
|
|
| |
This patch does not apply anymore on upstream, so let's remove it
from the spec before building until the spec is fixed.
|
|
|
|
|
| |
The factory branch seems to have been reset to 9 years ago, switch
to devel
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 8153d9b0f9 Revert "Remove tmpfiles snippet for /home and /srv"
* a76669ee22 Remove tmpfiles snippet for /home and /srv
* b3e1d52cb4 Soft-disable tmpfiles --purge until a good use case comes up
* 4a29ab3f3b Version 256.1
* ebf352d292 disable auto-features when bootstrapping
* 1ae0516ae7 Version 256
* b32641170e Restore patch to drop varlink method call
* 421f0041b3 Version 256~rc4
* 65d9b49791 Fix typo
* c56891fb68 Drop sysusers.d/basic.conf
* 69472997b9 Renumber sources and make order more consistent
|
|
|
|
|
|
|
| |
* 3b4368d4b8 d/not-installed: fix shutdown.standalone path
* 2de05155e8 Update changelog for 256.1-2 release
* cd98bcef06 autopkgtest: add dependency on libcryptsetup-dev in unit-tests suite
* e220ce22f1 Bump breaks/replaces to conflicts for DEP17
|
| |
|
|
|
|
|
| |
repart and cryptsetup tools were moved out of the main package
to reduce dependencies.
|
|
|
|
| |
Follow-up for c01cb8cbff8512b65b7903b55f78c8d12661b8d7
|
|
|
|
|
| |
sbsigntool, systemd-boot and systemd-boot-efi do not exist on other
architectures
|
|
|
|
| |
Follow-up for 46368556afee7a1f3a1685609942438ef2d9d6c1
|
|
|
|
|
| |
Ubuntu disables them by default in Noble, ship a sysctl to turn them back on
so that tests can use them
|
| |
|
| |
|
|
|
|
|
| |
sysusers.d is not intended for regular users, so let's use useradd
instead.
|
| |
|
| |
|
|
|
|
| |
Required to get the new dh-dlopenlibdeps package
|
|
|
|
| |
A fix was made to the softhsm package so the test now passes.
|
|
|
|
|
|
| |
The repository on Salsa includes the full upstream sources, which means
they are duplicated, taking extra space and showing duplicated grep results.
But we only need the debian/ subfolder, so do a sparse clone and checkout.
|
|\
| |
| | |
Add helper script to update distro packaging hashes
|
| |
| |
| |
| | |
* 1f94b56cee Partially backport PR #33016 to fix crashes in KDE 6.3.0
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 5b9607385d debian/tests/storage: without scsi_debug, skip test
* 8a195a6327 debian/extra: use a dropin to configure Nice=-1 on systemd-journald.service
* 5436d49288 debian/extra: use a drop-in resolved.conf to configure Cache=no-negative
* 596a99d2d3 debian/extra: set ManagedOOMSwap=auto on -.slice
* 07ba81b14d LimitCORE: restore default hard limit to infinity
* df3a9a91e8 Restart managers on libc-upgrade dpkg trigger
|
| |
| |
| |
| |
| |
| |
| | |
Those scripts are written with the expectation that all input variables are set
and will not behave correctly if something is ommitted. In particular, the
non-chrooted scripts (mkosi.clean, mkosi.sync) might wreak havoc if called
without the full environment.
|
| |
| |
| |
| |
| |
| | |
wireguard-tools was added back to debian testing.
This reverts commit 8c335463d9fe6c2e2f3d9584d7c26871800065e2.
|