~comcloudway/builds.sr.ht

a1c186f4ff6c74ef4a3a59240ceab550796d360b — Francesco Gazzetta 1 year, 8 months ago e6daf74
images/nixos: add 22.11, point latest to it
M contrib/crontab => contrib/crontab +2 -1
@@ 9,7 9,8 @@

# Weekly refreshes
 0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/36
30 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/22.05
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 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/22.11/functions => images/nixos/22.11/functions +1 -0
@@ 0,0 1,1 @@
../functions
\ No newline at end of file

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

M images/nixos/build.yml => images/nixos/build.yml +1 -1
@@ 8,7 8,7 @@ sources:
secrets:
  - fa00a8d3-7b63-42d5-8060-3bb31c3e3018
environment:
  release: "22.05"
  release: "22.11"
  arch: x86_64
  slaves:
#   - deploy@cirno1.sr.ht

M images/nixos/latest => images/nixos/latest +1 -1
@@ 1,1 1,1 @@
22.05
\ No newline at end of file
22.11
\ No newline at end of file