[jhbuild] core-latest: Use main branch for NetworkManager
- From: verdre <jonasd src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] core-latest: Use main branch for NetworkManager
- Date: Sat, 24 Apr 2021 10:51:00 +0000 (UTC)
commit 64eea36f27ffb6668766fcaa4cf75bbbfca80d2a
Author: Jonas Dreßler <verdre v0yd nl>
Date: Thu Apr 22 08:30:42 2021 +0200
core-latest: Use main branch for NetworkManager
NM apparently switched to using "main" as its primary branch name
instead of "master", and it looks like git doesn't automatically follow
that change when jhbuild does "git pull", so it sticks to the outdated
"master" branch.
Fix it by manually specifying the revision to "main" in the moduleset to
make sure git switches the branch.
modulesets/gnome-suites-core-latest.modules | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/modulesets/gnome-suites-core-latest.modules b/modulesets/gnome-suites-core-latest.modules
index 127b09d8..77ed0c60 100644
--- a/modulesets/gnome-suites-core-latest.modules
+++ b/modulesets/gnome-suites-core-latest.modules
@@ -1266,6 +1266,7 @@
autogenargs="PYTHON=python3 --with-udev-dir=${libdir}/udev --with-systemdsystemunitdir=no
--with-crypto=gnutls --disable-more-warnings --disable-json-validation --disable-ovs">
<branch repo="gitlab.freedesktop.org"
module="NetworkManager/NetworkManager.git"
+ revision="main"
checkoutdir="NetworkManager"/>
<dependencies>
<dep package="libndp"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]