diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-25 13:49:42 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-03-25 14:27:12 +0100 |
commit | c8848f53f7e72f6cfd005b789d000807c5dadc32 (patch) | |
tree | 452f4f62b69cd61fd11a97a9aac01bf90f678c2e | |
parent | mkosi: Use new environment variables for Arch (diff) | |
download | systemd-c8848f53f7e72f6cfd005b789d000807c5dadc32.tar.xz systemd-c8848f53f7e72f6cfd005b789d000807c5dadc32.zip |
Use .git suffix for all submodule urls
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 787e4c85f5..64d938fbf9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,10 @@ [submodule "pkg/fedora"] path = pkg/fedora - url = https://src.fedoraproject.org/rpms/systemd + url = https://src.fedoraproject.org/rpms/systemd.git branch = rawhide [submodule "pkg/opensuse"] path = pkg/opensuse - url = https://src.opensuse.org/rpm/systemd + url = https://src.opensuse.org/rpm/systemd.git branch = factory [submodule "pkg/debian"] path = pkg/debian @@ -12,9 +12,9 @@ branch = debian/master [submodule "pkg/centos"] path = pkg/centos - url = https://git.centos.org/rpms/systemd + url = https://git.centos.org/rpms/systemd.git branch = c9s-sig-hyperscale [submodule "pkg/arch"] path = pkg/arch - url = https://gitlab.archlinux.org/archlinux/packaging/packages/systemd + url = https://gitlab.archlinux.org/archlinux/packaging/packages/systemd.git branch = main |