From 0bd7b3152856a9c3f6099fd54ec5a38374998c28 Mon Sep 17 00:00:00 2001 From: atoth Date: Thu, 26 Jan 2023 13:24:31 +0000 Subject: [PATCH 1/4] It's 2023 --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index fb6b9d4..96e2637 100644 --- a/config.yaml +++ b/config.yaml @@ -27,7 +27,7 @@ permalinks: Author: twitter: "clubdiscordia" - email: "mail2022@berlin.ccc.de" + email: "mail2023@berlin.ccc.de" mastodon: "chaos.social/@clubdiscordia" irc: "https://webirc.hackint.org/#ircs://irc.hackint.org/#cccb" From 92ed8e865265a0f4d3633381bf542ba4cf0af8c2 Mon Sep 17 00:00:00 2001 From: atoth Date: Thu, 26 Jan 2023 13:26:46 +0000 Subject: [PATCH 2/4] It's 2023 --- content/page/impressum.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/page/impressum.md b/content/page/impressum.md index f8a199f..c2d137d 100644 --- a/content/page/impressum.md +++ b/content/page/impressum.md @@ -24,7 +24,7 @@ Postfach 64 02 36 10048 Berlin ``` -E-Mail: +E-Mail: Eingetragen im Vereinsregister des Amtsgerichts Berlin Charlottenburg unter der Vereinsregisternummer 16058. From f88250b07220c676f3f15d8d14328c88cb6d3c98 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Sat, 28 Jan 2023 20:08:58 +0100 Subject: [PATCH 3/4] chore: update build pipeline skip hugo, we need an old version --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8a2ab9..083e906 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ build_pages: - hugo $(cat .hugo-params) build_calendar: - image: "python:3.7-alpine3.8" + image: "3.11.1-alpine3.17" stage: calendar dependencies: - build_pages @@ -42,7 +42,7 @@ build_calendar: - upcoming="$(python tools/gen_upcoming.py static/all.ics 20 5|tr '\n' ' ')" && sed -i "s#CALENDAR#$upcoming#g" public/index.html deploy_staging: - image: "alpine:3.8" + image: "alpine:3.17" stage: deploy dependencies: - build_calendar @@ -67,7 +67,7 @@ deploy_staging: - staging deploy_production: - image: "alpine:3.8" + image: "alpine:3.17" stage: deploy dependencies: - build_calendar From 0e1ae963215b41c000fc0008e6ce80b84160c19a Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Sat, 28 Jan 2023 20:55:09 +0100 Subject: [PATCH 4/4] fix: image name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 083e906..b8f4f6e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ build_pages: - hugo $(cat .hugo-params) build_calendar: - image: "3.11.1-alpine3.17" + image: "python:3.11.1-alpine3.17" stage: calendar dependencies: - build_pages