Export the CDNAME variable in the conf file. Patch from Karl Goetz.
This commit is contained in:
parent
ebc4911a59
commit
38423b9daa
3
CONF.sh
3
CONF.sh
|
@ -55,6 +55,9 @@ unset MAX_PKG_SIZE || true
|
|||
# Where I am (hoping I'm in the debian-cd dir)
|
||||
export BASEDIR=`pwd`
|
||||
|
||||
# Name of the distribution for the image filename (Defaults to 'debian')
|
||||
# export CDNAME=debian
|
||||
|
||||
# Building squeeze cd set ...
|
||||
export CODENAME=squeeze
|
||||
|
||||
|
|
|
@ -55,6 +55,9 @@ unset MAX_PKG_SIZE || true
|
|||
# Where I am (hoping I'm in the debian-cd dir)
|
||||
export BASEDIR=`pwd`
|
||||
|
||||
# Name of the distribution for the image filename (Defaults to 'debian')
|
||||
# export CDNAME=debian
|
||||
|
||||
# Building squeeze cd set ...
|
||||
export CODENAME=squeeze
|
||||
|
||||
|
|
|
@ -60,7 +60,8 @@ debian-cd (3.1.3) UNRELEASED; urgency=low
|
|||
Closes: 566561
|
||||
|
||||
[ Karl Goetz ]
|
||||
* Improve the description for MAXCDS in the conf file.
|
||||
* Improve the description for MAXCDS in the conf file. (Closes: #570028)
|
||||
* Export the CDNAME variable in the conf file. (Closes: #570470)
|
||||
|
||||
-- Frans Pop <fjp@debian.org> Sun, 23 Aug 2009 08:59:25 +0200
|
||||
|
||||
|
|
Loading…
Reference in New Issue