From 559fbeb257d940e5d5ac9cbcb0dc51b8a8c759ba Mon Sep 17 00:00:00 2001 From: pat-s Date: Fri, 2 May 2025 09:24:36 +0200 Subject: [PATCH] set NTFY env vars --- .crow/alpine-321-amd64-install-deps.yaml | 7 +++++++ .crow/alpine-321-arm64-install-deps.yaml | 7 +++++++ .crow/build-alpine-320-amd64-single.yaml | 7 +++++++ .crow/build-alpine-320-amd64.yaml | 7 +++++++ .crow/build-alpine-320-arm64-single.yaml | 7 +++++++ .crow/build-alpine-320-arm64.yaml | 7 +++++++ .crow/build-alpine-321-amd64-1.yaml | 7 +++++++ .crow/build-alpine-321-amd64-10.yaml | 7 +++++++ .crow/build-alpine-321-amd64-2-single.yaml | 7 +++++++ .crow/build-alpine-321-amd64-2.yaml | 7 +++++++ .crow/build-alpine-321-amd64-3.yaml | 7 +++++++ .crow/build-alpine-321-amd64-4.yaml | 7 +++++++ .crow/build-alpine-321-amd64-5.yaml | 7 +++++++ .crow/build-alpine-321-amd64-6.yaml | 7 +++++++ .crow/build-alpine-321-amd64-7.yaml | 7 +++++++ .crow/build-alpine-321-amd64-8.yaml | 7 +++++++ .crow/build-alpine-321-amd64-9-single.yaml | 7 +++++++ .crow/build-alpine-321-amd64-9.yaml | 7 +++++++ .crow/build-alpine-321-amd64-single.yaml | 7 +++++++ .crow/build-alpine-321-arm64-1.yaml | 7 +++++++ .crow/build-alpine-321-arm64-10.yaml | 7 +++++++ .crow/build-alpine-321-arm64-2.yaml | 7 +++++++ .crow/build-alpine-321-arm64-3.yaml | 7 +++++++ .crow/build-alpine-321-arm64-4.yaml | 7 +++++++ .crow/build-alpine-321-arm64-5.yaml | 7 +++++++ .crow/build-alpine-321-arm64-6.yaml | 7 +++++++ .crow/build-alpine-321-arm64-7.yaml | 7 +++++++ .crow/build-alpine-321-arm64-8.yaml | 7 +++++++ .crow/build-alpine-321-arm64-9.yaml | 7 +++++++ .crow/build-alpine-321-arm64-single.yaml | 7 +++++++ .crow/build-redhat-8-amd64-single.yaml | 7 +++++++ .crow/build-redhat-8-amd64.yaml | 7 +++++++ .crow/build-redhat-8-arm64-single.yaml | 7 +++++++ .crow/build-redhat-8-arm64.yaml | 7 +++++++ .crow/build-redhat-9-amd64-single.yaml | 7 +++++++ .crow/build-redhat-9-amd64.yaml | 7 +++++++ .crow/build-redhat-9-arm64-single.yaml | 7 +++++++ .crow/build-redhat-9-arm64.yaml | 7 +++++++ .crow/build-ubuntu-2204-amd64-single.yaml | 7 +++++++ .crow/build-ubuntu-2204-amd64.yaml | 7 +++++++ .crow/build-ubuntu-2204-arm64-single.yaml | 7 +++++++ .crow/build-ubuntu-2204-arm64.yaml | 7 +++++++ .crow/build-ubuntu-2404-amd64-single.yaml | 7 +++++++ .crow/build-ubuntu-2404-amd64.yaml | 7 +++++++ .crow/build-ubuntu-2404-arm64-single.yaml | 7 +++++++ .crow/build-ubuntu-2404-arm64.yaml | 7 +++++++ .crow/process-updates-alpine-320-amd64.yaml | 7 +++++++ .crow/process-updates-alpine-320-arm64.yaml | 7 +++++++ .crow/process-updates-alpine-321-amd64.yaml | 7 +++++++ .crow/process-updates-alpine-321-arm64.yaml | 7 +++++++ .crow/process-updates-redhat-8-amd64.yaml | 7 +++++++ .crow/process-updates-redhat-8-arm64.yaml | 7 +++++++ .crow/process-updates-redhat-9-amd64.yaml | 7 +++++++ .crow/process-updates-redhat-9-arm64.yaml | 7 +++++++ .crow/process-updates-ubuntu-2204-amd64.yaml | 7 +++++++ .crow/process-updates-ubuntu-2204-arm64.yaml | 7 +++++++ .crow/process-updates-ubuntu-2404-amd64.yaml | 7 +++++++ .crow/process-updates-ubuntu-2404-arm64.yaml | 7 +++++++ .crow/update-package-index-alpine-320-amd64.yaml | 7 +++++++ .crow/update-package-index-alpine-320-arm64.yaml | 7 +++++++ .crow/update-package-index-alpine-321-amd64.yaml | 7 +++++++ .crow/update-package-index-alpine-321-arm64.yaml | 7 +++++++ .crow/update-package-index-redhat-8-amd64.yaml | 7 +++++++ .crow/update-package-index-redhat-8-arm64.yaml | 7 +++++++ .crow/update-package-index-redhat-9-amd64.yaml | 7 +++++++ .crow/update-package-index-redhat-9-arm64.yaml | 7 +++++++ .crow/update-package-index-ubuntu-2204-amd64.yaml | 7 +++++++ .crow/update-package-index-ubuntu-2204-arm64.yaml | 7 +++++++ .crow/update-package-index-ubuntu-2404-amd64.yaml | 7 +++++++ .crow/update-package-index-ubuntu-2404-arm64.yaml | 7 +++++++ 70 files changed, 490 insertions(+) diff --git a/.crow/alpine-321-amd64-install-deps.yaml b/.crow/alpine-321-amd64-install-deps.yaml index e6bfe31..b9494f7 100644 --- a/.crow/alpine-321-amd64-install-deps.yaml +++ b/.crow/alpine-321-amd64-install-deps.yaml @@ -19,6 +19,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/alpine-321-arm64-install-deps.yaml b/.crow/alpine-321-arm64-install-deps.yaml index 2ce1d95..6c1c361 100644 --- a/.crow/alpine-321-arm64-install-deps.yaml +++ b/.crow/alpine-321-arm64-install-deps.yaml @@ -19,6 +19,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-320-amd64-single.yaml b/.crow/build-alpine-320-amd64-single.yaml index b15a347..275b28d 100644 --- a/.crow/build-alpine-320-amd64-single.yaml +++ b/.crow/build-alpine-320-amd64-single.yaml @@ -29,6 +29,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-320-amd64.yaml b/.crow/build-alpine-320-amd64.yaml index cd3b769..64f2770 100644 --- a/.crow/build-alpine-320-amd64.yaml +++ b/.crow/build-alpine-320-amd64.yaml @@ -34,6 +34,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-320-arm64-single.yaml b/.crow/build-alpine-320-arm64-single.yaml index ae25773..b7ab064 100644 --- a/.crow/build-alpine-320-arm64-single.yaml +++ b/.crow/build-alpine-320-arm64-single.yaml @@ -29,6 +29,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-320-arm64.yaml b/.crow/build-alpine-320-arm64.yaml index 6ae955a..9eb7604 100644 --- a/.crow/build-alpine-320-arm64.yaml +++ b/.crow/build-alpine-320-arm64.yaml @@ -53,6 +53,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-amd64-1.yaml b/.crow/build-alpine-321-amd64-1.yaml index f91b541..bd0bf92 100644 --- a/.crow/build-alpine-321-amd64-1.yaml +++ b/.crow/build-alpine-321-amd64-1.yaml @@ -32,6 +32,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-amd64-10.yaml b/.crow/build-alpine-321-amd64-10.yaml index 84b5e0c..13c1035 100644 --- a/.crow/build-alpine-321-amd64-10.yaml +++ b/.crow/build-alpine-321-amd64-10.yaml @@ -32,6 +32,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-amd64-2-single.yaml b/.crow/build-alpine-321-amd64-2-single.yaml index 1248822..a8f5f35 100644 --- a/.crow/build-alpine-321-amd64-2-single.yaml +++ b/.crow/build-alpine-321-amd64-2-single.yaml @@ -29,6 +29,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-amd64-2.yaml b/.crow/build-alpine-321-amd64-2.yaml index f94f8cf..a646699 100644 --- a/.crow/build-alpine-321-amd64-2.yaml +++ b/.crow/build-alpine-321-amd64-2.yaml @@ -32,6 +32,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-amd64-3.yaml b/.crow/build-alpine-321-amd64-3.yaml index 0a1d374..895b5f0 100644 --- a/.crow/build-alpine-321-amd64-3.yaml +++ b/.crow/build-alpine-321-amd64-3.yaml @@ -32,6 +32,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-amd64-4.yaml b/.crow/build-alpine-321-amd64-4.yaml index b2dff50..c2485b1 100644 --- a/.crow/build-alpine-321-amd64-4.yaml +++ b/.crow/build-alpine-321-amd64-4.yaml @@ -32,6 +32,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-amd64-5.yaml b/.crow/build-alpine-321-amd64-5.yaml index 7ec0e9c..9a55ef4 100644 --- a/.crow/build-alpine-321-amd64-5.yaml +++ b/.crow/build-alpine-321-amd64-5.yaml @@ -32,6 +32,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-amd64-6.yaml b/.crow/build-alpine-321-amd64-6.yaml index c7cda8e..98025b6 100644 --- a/.crow/build-alpine-321-amd64-6.yaml +++ b/.crow/build-alpine-321-amd64-6.yaml @@ -32,6 +32,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-amd64-7.yaml b/.crow/build-alpine-321-amd64-7.yaml index 1e3a3e4..b7e8042 100644 --- a/.crow/build-alpine-321-amd64-7.yaml +++ b/.crow/build-alpine-321-amd64-7.yaml @@ -32,6 +32,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-amd64-8.yaml b/.crow/build-alpine-321-amd64-8.yaml index c8d20dd..a9013c8 100644 --- a/.crow/build-alpine-321-amd64-8.yaml +++ b/.crow/build-alpine-321-amd64-8.yaml @@ -32,6 +32,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-amd64-9-single.yaml b/.crow/build-alpine-321-amd64-9-single.yaml index 7172739..ea98e86 100644 --- a/.crow/build-alpine-321-amd64-9-single.yaml +++ b/.crow/build-alpine-321-amd64-9-single.yaml @@ -29,6 +29,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-amd64-9.yaml b/.crow/build-alpine-321-amd64-9.yaml index 845625f..5269999 100644 --- a/.crow/build-alpine-321-amd64-9.yaml +++ b/.crow/build-alpine-321-amd64-9.yaml @@ -30,6 +30,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-amd64-single.yaml b/.crow/build-alpine-321-amd64-single.yaml index a741096..fc1372a 100644 --- a/.crow/build-alpine-321-amd64-single.yaml +++ b/.crow/build-alpine-321-amd64-single.yaml @@ -29,6 +29,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-arm64-1.yaml b/.crow/build-alpine-321-arm64-1.yaml index cbef797..d27aada 100644 --- a/.crow/build-alpine-321-arm64-1.yaml +++ b/.crow/build-alpine-321-arm64-1.yaml @@ -49,6 +49,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-arm64-10.yaml b/.crow/build-alpine-321-arm64-10.yaml index 7fcfe98..ebea949 100644 --- a/.crow/build-alpine-321-arm64-10.yaml +++ b/.crow/build-alpine-321-arm64-10.yaml @@ -49,6 +49,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-arm64-2.yaml b/.crow/build-alpine-321-arm64-2.yaml index 42e021c..91423a1 100644 --- a/.crow/build-alpine-321-arm64-2.yaml +++ b/.crow/build-alpine-321-arm64-2.yaml @@ -49,6 +49,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-arm64-3.yaml b/.crow/build-alpine-321-arm64-3.yaml index 946ee6c..9a13309 100644 --- a/.crow/build-alpine-321-arm64-3.yaml +++ b/.crow/build-alpine-321-arm64-3.yaml @@ -49,6 +49,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-arm64-4.yaml b/.crow/build-alpine-321-arm64-4.yaml index f72c327..bfffddd 100644 --- a/.crow/build-alpine-321-arm64-4.yaml +++ b/.crow/build-alpine-321-arm64-4.yaml @@ -49,6 +49,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-arm64-5.yaml b/.crow/build-alpine-321-arm64-5.yaml index 37803ee..7d463d7 100644 --- a/.crow/build-alpine-321-arm64-5.yaml +++ b/.crow/build-alpine-321-arm64-5.yaml @@ -49,6 +49,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-arm64-6.yaml b/.crow/build-alpine-321-arm64-6.yaml index 32728ba..b1f83b5 100644 --- a/.crow/build-alpine-321-arm64-6.yaml +++ b/.crow/build-alpine-321-arm64-6.yaml @@ -49,6 +49,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-arm64-7.yaml b/.crow/build-alpine-321-arm64-7.yaml index 6e7f204..c6752c9 100644 --- a/.crow/build-alpine-321-arm64-7.yaml +++ b/.crow/build-alpine-321-arm64-7.yaml @@ -49,6 +49,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-arm64-8.yaml b/.crow/build-alpine-321-arm64-8.yaml index 23b1a2c..de5c6f3 100644 --- a/.crow/build-alpine-321-arm64-8.yaml +++ b/.crow/build-alpine-321-arm64-8.yaml @@ -49,6 +49,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-arm64-9.yaml b/.crow/build-alpine-321-arm64-9.yaml index f0d735f..78af95a 100644 --- a/.crow/build-alpine-321-arm64-9.yaml +++ b/.crow/build-alpine-321-arm64-9.yaml @@ -32,6 +32,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-alpine-321-arm64-single.yaml b/.crow/build-alpine-321-arm64-single.yaml index 075957c..424c8f3 100644 --- a/.crow/build-alpine-321-arm64-single.yaml +++ b/.crow/build-alpine-321-arm64-single.yaml @@ -25,6 +25,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-redhat-8-amd64-single.yaml b/.crow/build-redhat-8-amd64-single.yaml index fb8cb54..d7564e8 100644 --- a/.crow/build-redhat-8-amd64-single.yaml +++ b/.crow/build-redhat-8-amd64-single.yaml @@ -25,6 +25,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-redhat-8-amd64.yaml b/.crow/build-redhat-8-amd64.yaml index 6817df0..e035479 100644 --- a/.crow/build-redhat-8-amd64.yaml +++ b/.crow/build-redhat-8-amd64.yaml @@ -29,6 +29,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-redhat-8-arm64-single.yaml b/.crow/build-redhat-8-arm64-single.yaml index 7f65007..1faafea 100644 --- a/.crow/build-redhat-8-arm64-single.yaml +++ b/.crow/build-redhat-8-arm64-single.yaml @@ -25,6 +25,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-redhat-8-arm64.yaml b/.crow/build-redhat-8-arm64.yaml index b32d5e0..2614086 100644 --- a/.crow/build-redhat-8-arm64.yaml +++ b/.crow/build-redhat-8-arm64.yaml @@ -53,6 +53,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-redhat-9-amd64-single.yaml b/.crow/build-redhat-9-amd64-single.yaml index 3fc0382..f06ebce 100644 --- a/.crow/build-redhat-9-amd64-single.yaml +++ b/.crow/build-redhat-9-amd64-single.yaml @@ -25,6 +25,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-redhat-9-amd64.yaml b/.crow/build-redhat-9-amd64.yaml index 40a53ea..f2a97f0 100644 --- a/.crow/build-redhat-9-amd64.yaml +++ b/.crow/build-redhat-9-amd64.yaml @@ -29,6 +29,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-redhat-9-arm64-single.yaml b/.crow/build-redhat-9-arm64-single.yaml index 7ac2f98..564668c 100644 --- a/.crow/build-redhat-9-arm64-single.yaml +++ b/.crow/build-redhat-9-arm64-single.yaml @@ -25,6 +25,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-redhat-9-arm64.yaml b/.crow/build-redhat-9-arm64.yaml index 82bac58..feb4e35 100644 --- a/.crow/build-redhat-9-arm64.yaml +++ b/.crow/build-redhat-9-arm64.yaml @@ -53,6 +53,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-ubuntu-2204-amd64-single.yaml b/.crow/build-ubuntu-2204-amd64-single.yaml index 199172d..4645599 100644 --- a/.crow/build-ubuntu-2204-amd64-single.yaml +++ b/.crow/build-ubuntu-2204-amd64-single.yaml @@ -25,6 +25,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-ubuntu-2204-amd64.yaml b/.crow/build-ubuntu-2204-amd64.yaml index 5853fe6..cb0dc73 100644 --- a/.crow/build-ubuntu-2204-amd64.yaml +++ b/.crow/build-ubuntu-2204-amd64.yaml @@ -29,6 +29,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-ubuntu-2204-arm64-single.yaml b/.crow/build-ubuntu-2204-arm64-single.yaml index 2a681ed..21249bf 100644 --- a/.crow/build-ubuntu-2204-arm64-single.yaml +++ b/.crow/build-ubuntu-2204-arm64-single.yaml @@ -25,6 +25,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-ubuntu-2204-arm64.yaml b/.crow/build-ubuntu-2204-arm64.yaml index 3c39779..be2add4 100644 --- a/.crow/build-ubuntu-2204-arm64.yaml +++ b/.crow/build-ubuntu-2204-arm64.yaml @@ -53,6 +53,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-ubuntu-2404-amd64-single.yaml b/.crow/build-ubuntu-2404-amd64-single.yaml index 66bf495..aa3b389 100644 --- a/.crow/build-ubuntu-2404-amd64-single.yaml +++ b/.crow/build-ubuntu-2404-amd64-single.yaml @@ -25,6 +25,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-ubuntu-2404-amd64.yaml b/.crow/build-ubuntu-2404-amd64.yaml index 63030ad..fc4a3ab 100644 --- a/.crow/build-ubuntu-2404-amd64.yaml +++ b/.crow/build-ubuntu-2404-amd64.yaml @@ -29,6 +29,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-ubuntu-2404-arm64-single.yaml b/.crow/build-ubuntu-2404-arm64-single.yaml index fee5a5d..a36bf22 100644 --- a/.crow/build-ubuntu-2404-arm64-single.yaml +++ b/.crow/build-ubuntu-2404-arm64-single.yaml @@ -25,6 +25,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/build-ubuntu-2404-arm64.yaml b/.crow/build-ubuntu-2404-arm64.yaml index c9dbc66..31df81d 100644 --- a/.crow/build-ubuntu-2404-arm64.yaml +++ b/.crow/build-ubuntu-2404-arm64.yaml @@ -29,6 +29,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/process-updates-alpine-320-amd64.yaml b/.crow/process-updates-alpine-320-amd64.yaml index 8efa5c0..4afc76d 100644 --- a/.crow/process-updates-alpine-320-amd64.yaml +++ b/.crow/process-updates-alpine-320-amd64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/process-updates-alpine-320-arm64.yaml b/.crow/process-updates-alpine-320-arm64.yaml index 3973e00..4c29b04 100644 --- a/.crow/process-updates-alpine-320-arm64.yaml +++ b/.crow/process-updates-alpine-320-arm64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/process-updates-alpine-321-amd64.yaml b/.crow/process-updates-alpine-321-amd64.yaml index b07187d..948b454 100644 --- a/.crow/process-updates-alpine-321-amd64.yaml +++ b/.crow/process-updates-alpine-321-amd64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/process-updates-alpine-321-arm64.yaml b/.crow/process-updates-alpine-321-arm64.yaml index d3ef91f..603aeb6 100644 --- a/.crow/process-updates-alpine-321-arm64.yaml +++ b/.crow/process-updates-alpine-321-arm64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/process-updates-redhat-8-amd64.yaml b/.crow/process-updates-redhat-8-amd64.yaml index 0f50ab9..239e6c0 100644 --- a/.crow/process-updates-redhat-8-amd64.yaml +++ b/.crow/process-updates-redhat-8-amd64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/process-updates-redhat-8-arm64.yaml b/.crow/process-updates-redhat-8-arm64.yaml index c8d467c..64e0751 100644 --- a/.crow/process-updates-redhat-8-arm64.yaml +++ b/.crow/process-updates-redhat-8-arm64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/process-updates-redhat-9-amd64.yaml b/.crow/process-updates-redhat-9-amd64.yaml index cc5e4d1..7fe3a0b 100644 --- a/.crow/process-updates-redhat-9-amd64.yaml +++ b/.crow/process-updates-redhat-9-amd64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/process-updates-redhat-9-arm64.yaml b/.crow/process-updates-redhat-9-arm64.yaml index da1fd4f..dd9b8bc 100644 --- a/.crow/process-updates-redhat-9-arm64.yaml +++ b/.crow/process-updates-redhat-9-arm64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/process-updates-ubuntu-2204-amd64.yaml b/.crow/process-updates-ubuntu-2204-amd64.yaml index cd99a9f..860b038 100644 --- a/.crow/process-updates-ubuntu-2204-amd64.yaml +++ b/.crow/process-updates-ubuntu-2204-amd64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/process-updates-ubuntu-2204-arm64.yaml b/.crow/process-updates-ubuntu-2204-arm64.yaml index a83d734..d51fcb0 100644 --- a/.crow/process-updates-ubuntu-2204-arm64.yaml +++ b/.crow/process-updates-ubuntu-2204-arm64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/process-updates-ubuntu-2404-amd64.yaml b/.crow/process-updates-ubuntu-2404-amd64.yaml index eaa5f84..5c39f94 100644 --- a/.crow/process-updates-ubuntu-2404-amd64.yaml +++ b/.crow/process-updates-ubuntu-2404-amd64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/process-updates-ubuntu-2404-arm64.yaml b/.crow/process-updates-ubuntu-2404-arm64.yaml index f23adf2..52d19bf 100644 --- a/.crow/process-updates-ubuntu-2404-arm64.yaml +++ b/.crow/process-updates-ubuntu-2404-arm64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/update-package-index-alpine-320-amd64.yaml b/.crow/update-package-index-alpine-320-amd64.yaml index 19e3e91..04ba49b 100644 --- a/.crow/update-package-index-alpine-320-amd64.yaml +++ b/.crow/update-package-index-alpine-320-amd64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/update-package-index-alpine-320-arm64.yaml b/.crow/update-package-index-alpine-320-arm64.yaml index 84cc127..32190ac 100644 --- a/.crow/update-package-index-alpine-320-arm64.yaml +++ b/.crow/update-package-index-alpine-320-arm64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/update-package-index-alpine-321-amd64.yaml b/.crow/update-package-index-alpine-321-amd64.yaml index 459a4c4..5085fa6 100644 --- a/.crow/update-package-index-alpine-321-amd64.yaml +++ b/.crow/update-package-index-alpine-321-amd64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/update-package-index-alpine-321-arm64.yaml b/.crow/update-package-index-alpine-321-arm64.yaml index 9eee7c7..cf6bff9 100644 --- a/.crow/update-package-index-alpine-321-arm64.yaml +++ b/.crow/update-package-index-alpine-321-arm64.yaml @@ -25,6 +25,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/update-package-index-redhat-8-amd64.yaml b/.crow/update-package-index-redhat-8-amd64.yaml index 3383608..d12c76c 100644 --- a/.crow/update-package-index-redhat-8-amd64.yaml +++ b/.crow/update-package-index-redhat-8-amd64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/update-package-index-redhat-8-arm64.yaml b/.crow/update-package-index-redhat-8-arm64.yaml index 64c4ce2..c50cf94 100644 --- a/.crow/update-package-index-redhat-8-arm64.yaml +++ b/.crow/update-package-index-redhat-8-arm64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/update-package-index-redhat-9-amd64.yaml b/.crow/update-package-index-redhat-9-amd64.yaml index b8b016a..489be02 100644 --- a/.crow/update-package-index-redhat-9-amd64.yaml +++ b/.crow/update-package-index-redhat-9-amd64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/update-package-index-redhat-9-arm64.yaml b/.crow/update-package-index-redhat-9-arm64.yaml index c999d33..bed71b2 100644 --- a/.crow/update-package-index-redhat-9-arm64.yaml +++ b/.crow/update-package-index-redhat-9-arm64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/update-package-index-ubuntu-2204-amd64.yaml b/.crow/update-package-index-ubuntu-2204-amd64.yaml index ac5bce0..607ffec 100644 --- a/.crow/update-package-index-ubuntu-2204-amd64.yaml +++ b/.crow/update-package-index-ubuntu-2204-amd64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/update-package-index-ubuntu-2204-arm64.yaml b/.crow/update-package-index-ubuntu-2204-arm64.yaml index 9cd4c9f..9e8050c 100644 --- a/.crow/update-package-index-ubuntu-2204-arm64.yaml +++ b/.crow/update-package-index-ubuntu-2204-arm64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/update-package-index-ubuntu-2404-amd64.yaml b/.crow/update-package-index-ubuntu-2404-amd64.yaml index e15da60..d0e8102 100644 --- a/.crow/update-package-index-ubuntu-2404-amd64.yaml +++ b/.crow/update-package-index-ubuntu-2404-amd64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs diff --git a/.crow/update-package-index-ubuntu-2404-arm64.yaml b/.crow/update-package-index-ubuntu-2404-arm64.yaml index 130c3a2..e4c5fc0 100644 --- a/.crow/update-package-index-ubuntu-2404-arm64.yaml +++ b/.crow/update-package-index-ubuntu-2404-arm64.yaml @@ -27,6 +27,13 @@ steps: from_secret: GITHUB_PAT # normal env vars GIT_USER: pat-s + NTFY_SERVER: + from_secret: NTFY_SERVER + NTFY_TOPIC: + from_secret: NTFY_TOPIC + NTFY_AUTH: TRUE + NTFY_PASSWORD: + from_secret: ntfy_token # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves R_PKG_CACHE_DIR: /mnt/cache/pkgcache R_LIBS_USER: /mnt/cache/R-pkgs