[network-manager-applet/lr/libnmicide] gitlab: move from fedora:28 to fedora:30



commit 9c9ab6d559fe44c41bfd66f230add722009dbe1c
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Mon Oct 14 11:27:59 2019 +0200

    gitlab: move from fedora:28 to fedora:30
    
    We need a libnma new enough.

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 843be3ec..5d605332 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,7 @@
 
 .dist: &dist
   dependencies:
-    - fedora28_dist
+    - fedora30_dist
   variables:
     GIT_STRATEGY: none
 
@@ -133,9 +133,9 @@
     - make -j$(nproc) install
     - make -j$(nproc) uninstall
 
-fedora28_dist:
+fedora30_dist:
   <<: *fedora_full
-  image: fedora:28
+  image: fedora:30
   stage: build
   script:
     - dnf -y install


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]