mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 06:08:02 +02:00
makerepo: add git-remote for NetworkManager-pptp package
This commit is contained in:
parent
2b0438f975
commit
ebcdc503f4
1 changed files with 3 additions and 0 deletions
|
|
@ -356,6 +356,9 @@ pushd "$DIRNAME"
|
||||||
elif [[ "$BUILD_TYPE" == "NetworkManager-libreswan" ]]; then
|
elif [[ "$BUILD_TYPE" == "NetworkManager-libreswan" ]]; then
|
||||||
git remote add origin "git://git.gnome.org/network-manager-libreswan";
|
git remote add origin "git://git.gnome.org/network-manager-libreswan";
|
||||||
git remote 'set-url' --push origin "ssh://$USER@git.gnome.org/git/network-manager-libreswan"
|
git remote 'set-url' --push origin "ssh://$USER@git.gnome.org/git/network-manager-libreswan"
|
||||||
|
elif [[ "$BUILD_TYPE" == "NetworkManager-pptp" ]]; then
|
||||||
|
git remote add origin "git://git.gnome.org/network-manager-pptp";
|
||||||
|
git remote 'set-url' --push origin "ssh://$USER@git.gnome.org/git/network-manager-pptp"
|
||||||
elif [[ "$BUILD_TYPE" == "NetworkManager-vpnc" ]]; then
|
elif [[ "$BUILD_TYPE" == "NetworkManager-vpnc" ]]; then
|
||||||
git remote add origin "git://git.gnome.org/network-manager-vpnc";
|
git remote add origin "git://git.gnome.org/network-manager-vpnc";
|
||||||
git remote 'set-url' --push origin "ssh://$USER@git.gnome.org/git/network-manager-vpnc"
|
git remote 'set-url' --push origin "ssh://$USER@git.gnome.org/git/network-manager-vpnc"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue