From 99cc65a0c9c0810ec956994eeba53bc50ae2fda0 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 17 Mar 2024 15:48:25 +0100 Subject: [PATCH] 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 -- 2.47.3