mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
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.
21 lines
571 B
Plaintext
21 lines
571 B
Plaintext
[submodule "pkg/fedora"]
|
|
path = pkg/fedora
|
|
url = https://src.fedoraproject.org/rpms/systemd
|
|
branch = rawhide
|
|
[submodule "pkg/opensuse"]
|
|
path = pkg/opensuse
|
|
url = https://src.opensuse.org/rpm/systemd
|
|
branch = factory
|
|
[submodule "pkg/debian"]
|
|
path = pkg/debian
|
|
url = https://salsa.debian.org/systemd-team/systemd
|
|
branch = debian/master
|
|
[submodule "pkg/centos"]
|
|
path = pkg/centos
|
|
url = https://git.centos.org/rpms/systemd
|
|
branch = c9s-sig-hyperscale
|
|
[submodule "pkg/arch"]
|
|
path = pkg/arch
|
|
url = https://gitlab.archlinux.org/daandemeyer/systemd
|
|
branch = strip
|