summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-10-03 13:28:18 +0200
committerThomas Haller <thaller@redhat.com>2016-10-03 13:28:18 +0200
commitebcdc503f49fea55ec0d345e59c55c0d770238b8 (patch)
tree8cec8b2334cc4739fafab39f10c9afb969efd7c5
parent2b0438f975fd84dba11071fbebb9f04c0d41d557 (diff)
downloadNetworkManager-ebcdc503f49fea55ec0d345e59c55c0d770238b8.tar.gz
makerepo: add git-remote for NetworkManager-pptp package
-rwxr-xr-xcontrib/fedora/utils/makerepo.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/fedora/utils/makerepo.sh b/contrib/fedora/utils/makerepo.sh
index 7094118267..6c071287b4 100755
--- a/contrib/fedora/utils/makerepo.sh
+++ b/contrib/fedora/utils/makerepo.sh
@@ -356,6 +356,9 @@ pushd "$DIRNAME"
elif [[ "$BUILD_TYPE" == "NetworkManager-libreswan" ]]; then
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"
+ 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
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"