[tracker/wip/carlosg/hotdoc: 40/40] ci: Update fedora image with documentation tools




commit 3f9bc2bed9daa4900d75f8e14ce5ed4ba7b8b43c
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Jun 7 02:01:38 2021 +0200

    ci: Update fedora image with documentation tools
    
    We now need hotdoc to build docs.

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2bfc455a9..ec9f51c53 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,14 +60,14 @@ check-merge-request:
 
 .tracker.fedora@common:
   variables:
-    BASE_TAG: '2021-06-13.2'
+    BASE_TAG: '2021-08-05.0'
     FDO_UPSTREAM_REPO: GNOME/tracker
     FDO_DISTRIBUTION_PACKAGES: 'clang clang-analyzer gcovr git libasan libubsan python3-gobject python3-pip 
umockdev-devel xmlto uncrustify patch diffutils'
     FDO_DISTRIBUTION_EXEC: |
       dnf install -y 'dnf-command(builddep)' &&
       dnf builddep -y tracker tracker-miners --setopt=install_weak_deps=False &&
       dnf clean all &&
-      pip3 install beautifulsoup4 mkdocs mkdocs-cinder tap.py meson
+      pip3 install beautifulsoup4 mkdocs mkdocs-cinder tap.py meson hotdoc
 
 .tracker.ubuntu@common:
   variables:


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