From 694e7f6d916892ca178284bc79f257af0ed0a862 Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Sat, 6 Jan 2024 04:16:31 +0100
Subject: [PATCH] contrib: drop Gluon version from CI site

Drop the Gluon version reference from the site configuration used for
the CI builds.

These version indicators were most likely just copied from the example
site in the docs, where the version information makes sense. However,
the CI site is always built for a specific Gluon version and therefor
commit.

This avoids editing the version for each release.

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 1ec9943539638249a3ee72646b4b6dc605a19306)
---
 contrib/ci/minimal-site/site.conf | 2 +-
 contrib/ci/olsr-site/site.conf    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/ci/minimal-site/site.conf b/contrib/ci/minimal-site/site.conf
index e1e41b2a..b3ff28dd 100644
--- a/contrib/ci/minimal-site/site.conf
+++ b/contrib/ci/minimal-site/site.conf
@@ -1,4 +1,4 @@
--- This is an example site configuration for Gluon v2023.2
+-- This is an example site configuration
 --
 -- Take a look at the documentation located at
 -- https://gluon.readthedocs.io/ for details.
diff --git a/contrib/ci/olsr-site/site.conf b/contrib/ci/olsr-site/site.conf
index edf5b6e4..1f3ac3ed 100644
--- a/contrib/ci/olsr-site/site.conf
+++ b/contrib/ci/olsr-site/site.conf
@@ -1,4 +1,4 @@
--- This is an example site configuration for Gluon v2023.2
+-- This is an example site configuration
 --
 -- Take a look at the documentation located at
 -- https://gluon.readthedocs.io/ for details.
-- 
GitLab