From 1904f2c2b82197eecfe24591b6f2b5980ad688f3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 7 Sep 2005 19:14:12 +0000 Subject: [PATCH] * Now build etch CDs by default. Closes: #326814 (except the unset bit possibly) --- CONF.sh | 4 ++-- debian/changelog | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CONF.sh b/CONF.sh index a88ef37f..41719344 100644 --- a/CONF.sh +++ b/CONF.sh @@ -50,8 +50,8 @@ unset OMIT_RELEASE_NOTES || true # Where I am (hoping I'm in the debian-cd dir) export BASEDIR=`pwd` -# Building sarge cd set ... -export CODENAME=sarge +# Building etch cd set ... +export CODENAME=etch # By default use Debian installer packages from $CODENAME if [ ! "$DI_CODENAME" ] diff --git a/debian/changelog b/debian/changelog index 6e186ec7..e8864819 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,10 @@ debian-cd (2.2.24) UNRELEASED; urgency=low * Remove contrib/testingcds. For now the entire setup directory used to build Debian CDs is in svn at svn+ssh://svn.debian.org/svn/debian-cd/setup * Point sid symlinks at etch. + * Now build etch CDs by default. Closes: #326814 (except the unset bit + possibly) - -- Joey Hess Tue, 6 Sep 2005 10:24:36 -0400 + -- Joey Hess Wed, 7 Sep 2005 15:13:46 -0400 debian-cd (2.2.23) unstable; urgency=low