* Now build etch CDs by default.
* Remove DH_CODENAME unset from CONF.sh, to allow it to be passed in via the environemtn. Closes: #326814
This commit is contained in:
parent
1904f2c2b8
commit
c540a0d13e
1
CONF.sh
1
CONF.sh
|
@ -40,7 +40,6 @@ unset UDEB_EXCLUDE || true
|
|||
unset BASE_INCLUDE || true
|
||||
unset BASE_EXCLUDE || true
|
||||
unset INSTALLER_CD || true
|
||||
unset DI_CODENAME || true
|
||||
unset MAXCDS || true
|
||||
unset SPLASHPNG || true
|
||||
unset OMIT_MANUAL || true
|
||||
|
|
|
@ -12,8 +12,9 @@ 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)
|
||||
* Now build etch CDs by default.
|
||||
* Remove DH_CODENAME unset from CONF.sh, to allow it to be passed in
|
||||
via the environemtn. Closes: #326814
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Wed, 7 Sep 2005 15:13:46 -0400
|
||||
|
||||
|
|
Loading…
Reference in New Issue