summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-07-17 15:41:29 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-07-17 15:42:07 +0200
commitf5524da136de3f0fc37db73fd8dc4aeeafb493cd (patch)
tree1685b268b7b1f19a830c878b4085d544629adb96
parent31a0881f3c52412b9275aec4d390e92ade2be1f3 (diff)
downloadNetworkManager-lr/gitlab.tar.gz
all: point git references to the GitLab instancelr/gitlab
-rw-r--r--ChangeLog7
-rw-r--r--TODO6
-rw-r--r--contrib/fedora/rpm/README2
-rw-r--r--docs/libnm/libnm-docs.xml2
-rw-r--r--po/ChangeLog13
-rwxr-xr-xtools/test-networkmanager-service.py2
6 files changed, 7 insertions, 25 deletions
diff --git a/ChangeLog b/ChangeLog
index 2897fda671..fdb8c4d320 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,6 @@ For the detailed project history see git [2].
For notable changes between releases see the NEWS file [3].
-
-[1] https://cgit.freedesktop.org/NetworkManager/NetworkManager/plain/ChangeLog?id=b25c227e078bc9e3a2e06b3f62bd2b727f50beee
-[2] https://cgit.freedesktop.org/NetworkManager/NetworkManager/log/
-[3] https://cgit.freedesktop.org/NetworkManager/NetworkManager/plain/NEWS
+[1] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/b25c227e078bc9e3a2e06b3f62bd2b727f50beee/ChangeLog
+[2] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commits/master
+[3] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/master/NEWS
diff --git a/TODO b/TODO
index 566bbd5a0f..e13953de22 100644
--- a/TODO
+++ b/TODO
@@ -123,11 +123,7 @@ pseudo-ethernet device to obtain addressing information. This is not currently
possible, but NM already has all the code for DHCP. Thus, a new "method"
key should be defined in include/NetworkManagerVPN.h to allow for DHCP to
be performed if the VPN service daemon requests it in the IP4Config or IP6Config
-signals. A patch here:
-
-http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?h=vpn-ip-method
-
-shows that. In nm-vpn-connection.c, upon receipt of the D-Bus Ip4Config signal
+signals. In nm-vpn-connection.c, upon receipt of the D-Bus Ip4Config signal
from the VPN plugin, NetworkManager would inspect the "method" property of the
ip4 config dictionary. If that property was present and set to "auto" then
DHCP would be started using the network interface returned in the dict. The
diff --git a/contrib/fedora/rpm/README b/contrib/fedora/rpm/README
index 5e710c28c3..8cc9c6f0a0 100644
--- a/contrib/fedora/rpm/README
+++ b/contrib/fedora/rpm/README
@@ -4,7 +4,7 @@
#
# preparation:
#
-git clone git://anongit.freedesktop.org/NetworkManager/NetworkManager
+git clone https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
cd NetworkManager
git checkout $WHATEVER
sudo sh ./contrib/fedora/REQUIRED_PACKAGES
diff --git a/docs/libnm/libnm-docs.xml b/docs/libnm/libnm-docs.xml
index bdb3c2daec..15d00a3b4b 100644
--- a/docs/libnm/libnm-docs.xml
+++ b/docs/libnm/libnm-docs.xml
@@ -169,7 +169,7 @@ print ("NetworkManager version " + client.get_version())]]></programlisting></in
In general, the C API documentation applies to the use GObject introspection
from other languages, with the calling convention respecting the language's
customs. Consult the source tree for
- <ulink url="https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/examples">some examples</ulink>.
+ <ulink url="https://gitlab.freedesktop.org/NetworkManager/NetworkManager/tree/master/examples">some examples</ulink>.
</para>
</simplesect>
</section>
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index 68c4752975..0000000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-Changelog for NetworkManager.
-
-A separate changelog is no longer maintained since 2009.
-See the latest version before removing it in git [1].
-
-For the detailed project history see git [2].
-
-For notable changes between releases see the NEWS file [3].
-
-
-[1] https://cgit.freedesktop.org/NetworkManager/NetworkManager/plain/po/ChangeLog?id=665d47466a16f57affa329e70b39648c7b104141
-[2] https://cgit.freedesktop.org/NetworkManager/NetworkManager/log/po
-[3] https://cgit.freedesktop.org/NetworkManager/NetworkManager/plain/NEWS
diff --git a/tools/test-networkmanager-service.py b/tools/test-networkmanager-service.py
index 328bcdd9fa..9dd75bea55 100755
--- a/tools/test-networkmanager-service.py
+++ b/tools/test-networkmanager-service.py
@@ -647,7 +647,7 @@ class ExportedObj(dbus.service.Object):
# compatibility reasons. Note that this stub server implementation gets this wrong,
# for example, it emits PropertiesChanged signal on org.freedesktop.NetworkManager.Device,
# which NetworkManager never did.
- # See https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/nm-dbus-manager.c?id=db80d5f62a1edf39c5970887ef7b9ec62dd4163f#n1274
+ # See https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/db80d5f62a1edf39c5970887ef7b9ec62dd4163f/src/nm-dbus-manager.c#L1274
if dbus_interface.legacy_prop_changed_func is not None:
dbus_interface.legacy_prop_changed_func(self, prop)