mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 01:20:07 +01:00
contrib/makerepo: fix detection of centpkg for git+ssh:// remotes
This commit is contained in:
parent
ea49b50651
commit
c8d80f332d
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ if [[ "$FEDPKG" == "" ]]; then
|
|||
URL="$(git config --get "remote.$REMOTE.url")"
|
||||
if [[ "$URL" = *'pkgs.devel.redhat.com'* ]]; then
|
||||
FEDPKG=rhpkg
|
||||
elif [[ "$URL" = *'gitlab.com:redhat/centos-stream'* ]]; then
|
||||
elif [[ "$URL" = *'gitlab.com'*'redhat/centos-stream'* ]]; then
|
||||
FEDPKG=centpkg
|
||||
elif [[ "$URL" = *'pkgs.fedoraproject.org/'* ]]; then
|
||||
FEDPKG=fedpkg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue