all: point git references to the GitLab instance

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/2
This commit is contained in:
Lubomir Rintel 2018-07-17 15:41:29 +02:00
parent e3c944d565
commit d70185ddf1
5 changed files with 7 additions and 12 deletions

View file

@ -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

6
TODO
View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -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)