Make sure DI_CODENAME is not taken from the environemt by from the config file.
This commit is contained in:
parent
1358ed4fb9
commit
b6417564c6
1
CONF.sh
1
CONF.sh
|
@ -40,6 +40,7 @@ unset UDEB_EXCLUDE || true
|
|||
unset BASE_INCLUDE || true
|
||||
unset BASE_EXCLUDE || true
|
||||
unset INSTALLER_CD || true
|
||||
unset DI_CODENAME || true
|
||||
|
||||
|
||||
# The debian-cd dir
|
||||
|
|
|
@ -29,6 +29,7 @@ unset PUBLISH_URL || true
|
|||
unset PUBLISH_NONUS_URL || true
|
||||
unset PUBLISH_PATH || true
|
||||
unset INSTALLER_CD || true
|
||||
unset DI_CODENAME || true
|
||||
|
||||
|
||||
# The debian-cd dir
|
||||
|
|
Loading…
Reference in New Issue