public inbox for [email protected]
help / color / mirror / Atom feed[Patch] pglister: gitlab-ci: bump OS and tool for checking syntax
2+ messages / 2 participants
[nested] [flat]
* [Patch] pglister: gitlab-ci: bump OS and tool for checking syntax
@ 2025-08-07 09:15 Célestin Matte <[email protected]>
2025-08-07 14:33 ` Re: [Patch] pglister: gitlab-ci: bump OS and tool for checking syntax Magnus Hagander <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Célestin Matte @ 2025-08-07 09:15 UTC (permalink / raw)
To: PostgreSQL WWW <[email protected]>
CI is still on buster
--
Célestin Matte
Attachments:
[text/x-patch] 0001-gitlab-ci-bump-OS-and-tool-for-checking-syntax.patch (906B, 2-0001-gitlab-ci-bump-OS-and-tool-for-checking-syntax.patch)
download | inline diff:
From 5f733591e0349e8f1b77e2a172a87c23323a814a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9lestin=20Matte?= <[email protected]>
Date: Mon, 14 Aug 2023 12:06:57 +0200
Subject: [PATCH] gitlab-ci: bump OS and tool for checking syntax
---
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f31de4..6992859 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,9 +3,9 @@ stages:
validate syntax:
stage: test
- image: "debian:buster"
+ image: "debian:bookworm"
before_script:
- - apt-get update -qq && apt-get install -y -qq pep8
+ - apt-get update -qq && apt-get install -y -qq pycodestyle
script:
- (for X in $(find . -name "*.py") ; do cat $X | python3 -c "import sys, os; compile(sys.stdin.read(), sys.argv[1], 'exec')" $X ||exit 1 ; done)
- - pep8 -v .
+ - pycodestyle -v .
--
2.50.1
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [Patch] pglister: gitlab-ci: bump OS and tool for checking syntax
2025-08-07 09:15 [Patch] pglister: gitlab-ci: bump OS and tool for checking syntax Célestin Matte <[email protected]>
@ 2025-08-07 14:33 ` Magnus Hagander <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Magnus Hagander @ 2025-08-07 14:33 UTC (permalink / raw)
To: Célestin Matte <[email protected]>; +Cc: PostgreSQL WWW <[email protected]>
Hah, yeah that's pretty old. Applied.
//Magnus
On Thu, Aug 7, 2025 at 11:15 AM Célestin Matte <[email protected]>
wrote:
> CI is still on buster
>
> --
> Célestin Matte
>
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2025-08-07 14:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-08-07 09:15 [Patch] pglister: gitlab-ci: bump OS and tool for checking syntax Célestin Matte <[email protected]>
2025-08-07 14:33 ` Magnus Hagander <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox