From 99cc65a0c9c0810ec956994eeba53bc50ae2fda0 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 17 Mar 2024 15:48:25 +0100 Subject: [PATCH 1/2] Switch opensuse packaging specs source url to src.opensuse.org 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. --- .gitmodules | 4 ++-- pkg/opensuse | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index c69576e9bb3..38589d08399 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,8 @@ branch = rawhide [submodule "pkg/opensuse"] path = pkg/opensuse - url = https://code.opensuse.org/package/systemd - branch = master + url = https://src.opensuse.org/rpm/systemd + branch = factory [submodule "pkg/debian"] path = pkg/debian url = https://salsa.debian.org/systemd-team/systemd diff --git a/pkg/opensuse b/pkg/opensuse index 37aca188c2e..af49127b4b1 160000 --- a/pkg/opensuse +++ b/pkg/opensuse @@ -1 +1 @@ -Subproject commit 37aca188c2ef606319217b30ff8b0c66df6c60f1 +Subproject commit af49127b4b18ee276af099c2144760c353c39646 From 4c8ab1e0eee34a74bd46b8aa706f732551de5f0c Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 17 Mar 2024 16:47:19 +0100 Subject: [PATCH 2/2] Update arch/debian packaging source URLs Let's use the actual URL to avoid warnings from git about getting redirected. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 38589d08399..ba9f6d7f27e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,7 @@ branch = factory [submodule "pkg/debian"] path = pkg/debian - url = https://salsa.debian.org/systemd-team/systemd + url = https://salsa.debian.org/systemd-team/systemd.git branch = debian/master [submodule "pkg/centos"] path = pkg/centos @@ -16,5 +16,5 @@ branch = c9s-sig-hyperscale [submodule "pkg/arch"] path = pkg/arch - url = https://gitlab.archlinux.org/daandemeyer/systemd + url = https://gitlab.archlinux.org/daandemeyer/systemd.git branch = strip