[NetworkManager-fortisslvpn] Revert gitlab changes for f29
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-fortisslvpn] Revert gitlab changes for f29
- Date: Thu, 11 Apr 2019 12:57:42 +0000 (UTC)
commit 2c72709888dae0936ade51d3cf5b42bdad99bfd6
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Thu Apr 11 13:56:21 2019 +0200
Revert gitlab changes for f29
We may want to keep libnm-glib enabled f28 for some time. We'll fix this
instead.
This reverts commits d3bc4d85933b9c87895c86aa8eb5041f8ded9e8e and
3868d8cabc77cc53124637295bef974d0d3e7f4d.
.gitlab-ci.yml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index caff5a7..5f1e95f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@
.dist: &dist
stage: test
dependencies:
- - fedora29_dist
+ - fedora28_dist
variables:
GIT_STRATEGY: none
@@ -39,20 +39,24 @@
- cd NetworkManager-fortisslvpn-*/
- ./configure
--disable-silent-rules
+ --without-libnm-glib
- make -j
- make -j check
- make -j install
- make -j uninstall
# Roll the distribution tarball
-fedora29_dist:
+fedora28_dist:
<<: *fedora_deps
- image: fedora:29
+ image: fedora:28
stage: build
script:
- dnf -y install
/usr/bin/autopoint
autoconf automake make
+ NetworkManager-devel
+ NetworkManager-glib-devel
+ libnm-gtk-devel
- sh autogen.sh
- make -j distcheck
artifacts:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]