From 27bf152cb66763f2f769a0accf209c8d83a741f5 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Mon, 18 Dec 2006 14:38:10 +0000 Subject: [PATCH] Don't set DI_CODENAME separately by default --- CONF.sh | 1 - debian/CONF.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/CONF.sh b/CONF.sh index 1eb5a2a6..c607f723 100644 --- a/CONF.sh +++ b/CONF.sh @@ -51,7 +51,6 @@ export BASEDIR=`pwd` # Building etch cd set ... export CODENAME=etch -export DI_CODENAME=etch # By default use Debian installer packages from $CODENAME if [ ! "$DI_CODENAME" ] diff --git a/debian/CONF.sh b/debian/CONF.sh index 1eb5a2a6..c607f723 100644 --- a/debian/CONF.sh +++ b/debian/CONF.sh @@ -51,7 +51,6 @@ export BASEDIR=`pwd` # Building etch cd set ... export CODENAME=etch -export DI_CODENAME=etch # By default use Debian installer packages from $CODENAME if [ ! "$DI_CODENAME" ]