summaryrefslogtreecommitdiffstats
path: root/.gitmodules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use .git suffix for all submodule urlsDaan De Meyer2024-03-251-4/+4
|
* mkosi: Switch to Arch Linux packaging sources main branchDaan De Meyer2024-03-221-2/+2
| | | | | https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/merge_requests/8 was merged so let's switch branches to the main branch.
* Update arch/debian packaging source URLsDaan De Meyer2024-03-171-2/+2
| | | | | Let's use the actual URL to avoid warnings from git about getting redirected.
* Switch opensuse packaging specs source url to src.opensuse.orgDaan De Meyer2024-03-171-2/+2
| | | | | | | opensuse's OBS has two git mirrors, code.opensuse.org uses pagure, src.opensuse.org uses gitea. Let's try src.opensuse.org as pagure doesn't seem to work properly when more advanced git functionality is used.
* mkosi: Introduce packaging sources as submodulesDaan De Meyer2024-03-131-0/+20
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.