~comcloudway/builds.sr.ht

5160255d6e304955dc7d5d9315d62a6a45bd20ab — Francesco Gazzetta 1 year, 4 months ago d6240b3
images/nixos: add 23.05

There is a 23.05 channel but the release didn't happen yet, so we don't
change "latest"
3 files changed, 5 insertions(+), 1 deletions(-)

M contrib/crontab
A images/nixos/23.05/functions
A images/nixos/23.05/genimg
M contrib/crontab => contrib/crontab +1 -1
@@ 10,7 10,7 @@
# Weekly refreshes
 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/38
30 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/22.11
 0 20 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/22.05
 0 20 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/23.05
 0 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/old
30 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 debian/stable
 0 19 * * 2 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/latest

A images/nixos/23.05/functions => images/nixos/23.05/functions +1 -0
@@ 0,0 1,1 @@
../functions
\ No newline at end of file

A images/nixos/23.05/genimg => images/nixos/23.05/genimg +3 -0
@@ 0,0 1,3 @@
#!/bin/sh
export release=23.05
exec ../genimg "$@"