[Fontconfig] fontconfig: Branch 'main'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Jul 15 07:19:18 UTC 2023
.gitlab-ci.yml | 4 ++--
.gitlab-ci/ci.template | 2 +-
.gitlab-ci/config.yml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 4244a5d4ec52ac331cd608b29137e10172bdce56
Author: Akira TAGOH <akira at tagoh.org>
Date: Sat Jul 15 16:00:23 2023 +0900
Apply a fix of ci-templates
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9387806..de2ae93 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@
# and run ci-fairy generate-template. For details, see
# https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml
-.templates_sha: &template_sha dd90ac0d7a03b574eb4f18d7358083f0c97825f3
+.templates_sha: &template_sha 81a36b5c5349fd3222036bb3caa0166083a3fd44
include:
# Fedora container builder template
@@ -35,7 +35,7 @@ variables:
# changing these will force rebuilding the associated image
# Note: these tags have no meaning and are not tied to a particular
# fontconfig version
- FEDORA_TAG: '2023-03-31.0-e8249e0940af'
+ FEDORA_TAG: '2023-07-15.0-029bccad11f1'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index 43572db..54715a1 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -12,7 +12,7 @@
# and run ci-fairy generate-template. For details, see
# https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml
-.templates_sha: &template_sha dd90ac0d7a03b574eb4f18d7358083f0c97825f3
+.templates_sha: &template_sha 81a36b5c5349fd3222036bb3caa0166083a3fd44
include:
{% for distro in distributions|sort(attribute="name") %}
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index 6ddd5bf..ecb9e1a 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -1,4 +1,4 @@
-.default_tag: &default_tag "2023-03-31.0"
+.default_tag: &default_tag "2023-07-15.0"
distributions:
- name: fedora
More information about the Fontconfig
mailing list