~comcloudway/builds.sr.ht

f88dd291228e182b08d0677a86a158ac99a16a25 — Taavi Väänänen 1 year, 4 months ago 9ad4dbb
images/debian: Update for bookworm release

* Add trixie as the new testing release.
* Update the testing,stable,oldstable aliases to point to the correct
  distributions (trixie,bookworm,bullseye).
M images/debian/oldstable => images/debian/oldstable +1 -1
@@ 1,1 1,1 @@
buster
\ No newline at end of file
bullseye
\ No newline at end of file

M images/debian/stable => images/debian/stable +1 -1
@@ 1,1 1,1 @@
bullseye
\ No newline at end of file
bookworm
\ No newline at end of file

M images/debian/testing => images/debian/testing +1 -1
@@ 1,1 1,1 @@
bookworm
\ No newline at end of file
trixie
\ No newline at end of file

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

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