From 914562814170fc8d3928e3f03be5279d3a826747 Mon Sep 17 00:00:00 2001 From: pat-s Date: Wed, 19 Feb 2025 16:24:59 +0100 Subject: [PATCH] normal update processing again --- .woodpecker/process-updates-alpine-320-amd64.yaml | 2 +- .woodpecker/process-updates-alpine-320-arm64.yaml | 2 +- .woodpecker/process-updates-alpine-321-amd64.yaml | 2 +- .woodpecker/process-updates-alpine-321-arm64.yaml | 2 +- .woodpecker/process-updates-redhat-8-amd64.yaml | 2 +- .woodpecker/process-updates-redhat-8-arm64.yaml | 2 +- .woodpecker/process-updates-redhat-9-amd64.yaml | 2 +- .woodpecker/process-updates-redhat-9-arm64.yaml | 2 +- .woodpecker/process-updates-ubuntu-2204-amd64.yaml | 2 +- .woodpecker/process-updates-ubuntu-2204-arm64.yaml | 2 +- .woodpecker/process-updates-ubuntu-2404-amd64.yaml | 2 +- .woodpecker/process-updates-ubuntu-2404-arm64.yaml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.woodpecker/process-updates-alpine-320-amd64.yaml b/.woodpecker/process-updates-alpine-320-amd64.yaml index 04aac48..ce71302 100644 --- a/.woodpecker/process-updates-alpine-320-amd64.yaml +++ b/.woodpecker/process-updates-alpine-320-amd64.yaml @@ -35,7 +35,7 @@ steps: ARCH: amd64 NCPUS: 2 STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) + INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) # volumes: # - amd64-binaries-r-dep-cache-alpine-320:/mnt/cache commands: diff --git a/.woodpecker/process-updates-alpine-320-arm64.yaml b/.woodpecker/process-updates-alpine-320-arm64.yaml index da679c3..2b3d563 100644 --- a/.woodpecker/process-updates-alpine-320-arm64.yaml +++ b/.woodpecker/process-updates-alpine-320-arm64.yaml @@ -35,7 +35,7 @@ steps: ARCH: arm64 NCPUS: 2 STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) + INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) # volumes: # - arm64-binaries-r-dep-cache-alpine-320:/mnt/cache commands: diff --git a/.woodpecker/process-updates-alpine-321-amd64.yaml b/.woodpecker/process-updates-alpine-321-amd64.yaml index 14aeeb5..09e8572 100644 --- a/.woodpecker/process-updates-alpine-321-amd64.yaml +++ b/.woodpecker/process-updates-alpine-321-amd64.yaml @@ -35,7 +35,7 @@ steps: ARCH: amd64 NCPUS: 2 STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) + INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) # volumes: # - amd64-binaries-r-dep-cache-alpine-321:/mnt/cache commands: diff --git a/.woodpecker/process-updates-alpine-321-arm64.yaml b/.woodpecker/process-updates-alpine-321-arm64.yaml index 05daecf..c9db20d 100644 --- a/.woodpecker/process-updates-alpine-321-arm64.yaml +++ b/.woodpecker/process-updates-alpine-321-arm64.yaml @@ -34,7 +34,7 @@ steps: PLATFORM: alpine-321 ARCH: arm64 NCPUS: 2 - INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) + INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) # volumes: # - arm64-binaries-r-dep-cache-alpine-321:/mnt/cache commands: diff --git a/.woodpecker/process-updates-redhat-8-amd64.yaml b/.woodpecker/process-updates-redhat-8-amd64.yaml index f57355d..9c60356 100644 --- a/.woodpecker/process-updates-redhat-8-amd64.yaml +++ b/.woodpecker/process-updates-redhat-8-amd64.yaml @@ -35,7 +35,7 @@ steps: ARCH: amd64 NCPUS: 2 STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) + INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) # volumes: # - amd64-binaries-r-dep-cache-redhat-8:/mnt/cache commands: diff --git a/.woodpecker/process-updates-redhat-8-arm64.yaml b/.woodpecker/process-updates-redhat-8-arm64.yaml index 3bc0d02..5d4d53f 100644 --- a/.woodpecker/process-updates-redhat-8-arm64.yaml +++ b/.woodpecker/process-updates-redhat-8-arm64.yaml @@ -34,7 +34,7 @@ steps: PLATFORM: redhat-8 ARCH: arm64 NCPUS: 2 - INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) + INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) # volumes: # - arm64-binaries-r-dep-cache-redhat-8:/mnt/cache commands: diff --git a/.woodpecker/process-updates-redhat-9-amd64.yaml b/.woodpecker/process-updates-redhat-9-amd64.yaml index e9446a4..b30e349 100644 --- a/.woodpecker/process-updates-redhat-9-amd64.yaml +++ b/.woodpecker/process-updates-redhat-9-amd64.yaml @@ -36,7 +36,7 @@ steps: NCPUS: 2 MEMORY: 18Gi STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) + INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) # volumes: # - amd64-binaries-r-dep-cache-redhat-9:/mnt/cache commands: diff --git a/.woodpecker/process-updates-redhat-9-arm64.yaml b/.woodpecker/process-updates-redhat-9-arm64.yaml index eb78199..2a5c3e2 100644 --- a/.woodpecker/process-updates-redhat-9-arm64.yaml +++ b/.woodpecker/process-updates-redhat-9-arm64.yaml @@ -34,7 +34,7 @@ steps: PLATFORM: redhat-9 ARCH: arm64 NCPUS: 2 - INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) + INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) # volumes: # - arm64-binaries-r-dep-cache-redhat-9:/mnt/cache commands: diff --git a/.woodpecker/process-updates-ubuntu-2204-amd64.yaml b/.woodpecker/process-updates-ubuntu-2204-amd64.yaml index ccaf5ca..e7b350f 100644 --- a/.woodpecker/process-updates-ubuntu-2204-amd64.yaml +++ b/.woodpecker/process-updates-ubuntu-2204-amd64.yaml @@ -36,7 +36,7 @@ steps: NCPUS: 2 MEMORY: 18Gi STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) + INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) # volumes: # - amd64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache commands: diff --git a/.woodpecker/process-updates-ubuntu-2204-arm64.yaml b/.woodpecker/process-updates-ubuntu-2204-arm64.yaml index 5d6a818..e25b3a8 100644 --- a/.woodpecker/process-updates-ubuntu-2204-arm64.yaml +++ b/.woodpecker/process-updates-ubuntu-2204-arm64.yaml @@ -34,7 +34,7 @@ steps: PLATFORM: ubuntu-2204 ARCH: arm64 NCPUS: 2 - INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) + INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) # volumes: # - arm64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache commands: diff --git a/.woodpecker/process-updates-ubuntu-2404-amd64.yaml b/.woodpecker/process-updates-ubuntu-2404-amd64.yaml index 1d91eb9..b239371 100644 --- a/.woodpecker/process-updates-ubuntu-2404-amd64.yaml +++ b/.woodpecker/process-updates-ubuntu-2404-amd64.yaml @@ -35,7 +35,7 @@ steps: ARCH: amd64 NCPUS: 1 STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) + INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) # volumes: # - amd64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache commands: diff --git a/.woodpecker/process-updates-ubuntu-2404-arm64.yaml b/.woodpecker/process-updates-ubuntu-2404-arm64.yaml index 6113d35..9740791 100644 --- a/.woodpecker/process-updates-ubuntu-2404-arm64.yaml +++ b/.woodpecker/process-updates-ubuntu-2404-arm64.yaml @@ -34,7 +34,7 @@ steps: PLATFORM: ubuntu-2404 ARCH: arm64 NCPUS: 2 - INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) + INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) # volumes: # - arm64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache commands: