From 2c48f2f322f711d4caf2211ad13180cbee282e8d Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Thu, 8 Jun 2023 16:11:05 +0200 Subject: [PATCH] Bump codename. --- update-cd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update-cd b/update-cd index 4fcc656c..2e897856 100755 --- a/update-cd +++ b/update-cd @@ -34,13 +34,13 @@ JTE=1 BT=1 # 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/bullseye-update/cd-work # Building stretch cd set ... -CODENAME=stretch +CODENAME=bullseye # 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/bullseye-update/cd-out # Location(s) for the snapshot(s) SNAPSHOT='Debian=https://us.cdimage.debian.org/cdimage/snapshot/Debian/ --try-last'