diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-08 11:33:25 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-13 12:07:49 +0100 |
commit | 37bd860c22b60d6d389ebf1a27c93a32d4af9bc1 (patch) | |
tree | dd6c29ba5cb740c137f60ccc06b01e0138112a28 /pkg/opensuse | |
parent | mkosi: Remove some leftover shell debugging (diff) | |
download | systemd-37bd860c22b60d6d389ebf1a27c93a32d4af9bc1.tar.xz systemd-37bd860c22b60d6d389ebf1a27c93a32d4af9bc1.zip |
mkosi: Introduce packaging sources as submodules
By always cloning the latest branch commit, we can't bisect properly
using mkosi as when bisecting wildly different packaging sources will
be used compared to when the commit was merged. By using submodules, we
track individual commits which means when bisecting the same packaging
sources will be used.
We use git submodules as dependabot has support for automatically making
PRs to update git submodules. This commit also includes the necessary
dependabot configuration to enable this.
We make ubuntu/debian use the same submodule instead of adding the debian
packaging sources twice by introducing a new $PKG_SUBDIR environment variable
and using it instead of $DISTRIBUTION.
Diffstat (limited to 'pkg/opensuse')
m--------- | pkg/opensuse | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/pkg/opensuse b/pkg/opensuse new file mode 160000 +Subproject 37aca188c2ef606319217b30ff8b0c66df6c60f |