~comcloudway/builds.sr.ht

a53aed3db2e520c22bc80c6891c1772f9a3496e7 — Francesco Gazzetta 11 months ago 3b397aa
images/nixos: add 23.11

* Do not point latest to 23.11 yet because it's still in beta
* Replace the 22.11 cronjob since that version is EoL
3 files changed, 5 insertions(+), 1 deletions(-)

M contrib/crontab
A images/nixos/23.11/functions
A images/nixos/23.11/genimg
M contrib/crontab => contrib/crontab +1 -1
@@ 9,7 9,7 @@

# Weekly refreshes
 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/39
30 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/22.11
30 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/23.11
 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

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

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