diff options
author | Luca Boccassi <bluca@debian.org> | 2024-05-21 19:19:04 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2024-05-21 19:22:21 +0200 |
commit | 34977b7512c95596ee123dc01bdf58ab04a88583 (patch) | |
tree | fdc8858af2b44bd10b3719004f4112bad0be142d | |
parent | Merge pull request #32957 from mrc0mmand/fix-coverage-builds (diff) | |
download | systemd-34977b7512c95596ee123dc01bdf58ab04a88583.tar.xz systemd-34977b7512c95596ee123dc01bdf58ab04a88583.zip |
pkg/opensuse: switch to SHA1 fork
src.opensuse.org switched to SHA256, which means it can no longer be
used as a submodule in a SHA1 repository. Switch to a fork on Pagure
that gets synced across and is still SHA1:
https://code.opensuse.org/package/systemd.git
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | pkg/opensuse | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 64d938fbf9..7ae6ace680 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,8 @@ branch = rawhide [submodule "pkg/opensuse"] path = pkg/opensuse - url = https://src.opensuse.org/rpm/systemd.git - branch = factory + url = https://code.opensuse.org/package/systemd.git + branch = master [submodule "pkg/debian"] path = pkg/debian url = https://salsa.debian.org/systemd-team/systemd.git diff --git a/pkg/opensuse b/pkg/opensuse -Subproject acdb1cd8c5594f66299cc9f8d30d075277eef49 +Subproject c3399411ac70a440ca9080d6df391eb897bba4e |