update-cd: bump codename to bookworm and version to 12.1.0

Also point to the r0-r1.diff, ready for the first point release!
This commit is contained in:
Cyril Brulebois 2023-06-08 16:14:31 +02:00
parent c1312811c7
commit ee4d6cb1d4
1 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ NONFREE=0
NONFREE_FIRMWARE=1 NONFREE_FIRMWARE=1
# What release version is this? # What release version is this?
VER=9.1.0 VER=12.1.0
# Is this an official CD? # Is this an official CD?
OFFICIAL=Official OFFICIAL=Official
@ -35,13 +35,13 @@ JTE=1
BT=1 BT=1
# The working directory to use. MUST be on the same partition as the mirror. # The working directory to use. MUST be on the same partition as the mirror.
TDIR=/srv/cdbuilder.debian.org/src/deb-cd/tmp/stretch-update/cd-work TDIR=/srv/cdbuilder.debian.org/src/deb-cd/tmp/bookworm-update/cd-work
# Building stretch cd set ... # Building bookworm cd set ...
CODENAME=stretch CODENAME=bookworm
# Path where the images will be written # Path where the images will be written
OUT=/srv/cdbuilder.debian.org/src/deb-cd/tmp/stretch-update/cd-out OUT=/srv/cdbuilder.debian.org/src/deb-cd/tmp/bookworm-update/cd-out
# Location(s) for the snapshot(s) # Location(s) for the snapshot(s)
SNAPSHOT='Debian=https://us.cdimage.debian.org/cdimage/snapshot/Debian/ --try-last' SNAPSHOT='Debian=https://us.cdimage.debian.org/cdimage/snapshot/Debian/ --try-last'
@ -69,7 +69,7 @@ esac
# Location of the diff file to use to determine the changes. If you leave # Location of the diff file to use to determine the changes. If you leave
# this blank, we'll try to determine the changes from the ChangeLog files, # this blank, we'll try to determine the changes from the ChangeLog files,
# which is probably less accurate. # which is probably less accurate.
DIFF=/home/debian-cd/lists/stretch/r0-r2.diff DIFF=/home/debian-cd/lists/bookworm/r0-r1.diff
if [ "$TYPE" = "cd" ] ; then if [ "$TYPE" = "cd" ] ; then
CDSIZE=644 # megabytes, leaving space for metadata CDSIZE=644 # megabytes, leaving space for metadata