From: Daan De Meyer Date: Mon, 25 Mar 2024 12:49:42 +0000 (+0100) Subject: Use .git suffix for all submodule urls X-Git-Tag: v256-rc1~417 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8848f53f7e72f6cfd005b789d000807c5dadc32;p=thirdparty%2Fsystemd.git Use .git suffix for all submodule urls --- diff --git a/.gitmodules b/.gitmodules index 787e4c85f5b..64d938fbf99 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