From 62aa9771d38b170362b24457944f4e928b310738 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Wed, 7 Oct 2015 15:51:42 +0100 Subject: [PATCH] Current update-cd setup --- update-cd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/update-cd b/update-cd index 18c8bb2b..2368d177 100755 --- a/update-cd +++ b/update-cd @@ -37,13 +37,13 @@ JTE=1 BT=1 # The working directory to use. MUST be on the same partition as the mirror. -TDIR=/org/cdbuilder.debian.org/src/deb-cd/tmp/squeeze-update/cd-work +TDIR=/org/cdbuilder.debian.org/src/deb-cd/tmp/jessie-update/cd-work -# Building squeeze cd set ... -CODENAME=squeeze +# Building jessie cd set ... +CODENAME=jessie # Path where the images will be written -OUT=/org/cdbuilder.debian.org/src/deb-cd/tmp/squeeze-update/cd-out +OUT=/org/cdbuilder.debian.org/src/deb-cd/tmp/jessie-update/cd-out # Location(s) for the snapshot(s) SNAPSHOT='Debian=http://us.cdimage.debian.org/cdimage/snapshot/Debian/ --try-last'