Thiemo Seufer has resumed building images for mips

This commit is contained in:
Frans Pop 2006-04-23 18:10:53 +00:00
parent d015fe8754
commit e13e471f6d
2 changed files with 3 additions and 4 deletions

3
debian/changelog vendored
View File

@ -19,8 +19,9 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
dependency from netbase. For some reason debootstrap requires both inetd
packages, so don't exclude netkit-inetd.
Makes full/netinst images have base_installable again.
* Thiemo Seufer has resumed building images for mips.
-- Frans Pop <fjp@debian.org> Sun, 23 Apr 2006 01:58:38 +0200
-- Frans Pop <fjp@debian.org> Sun, 23 Apr 2006 20:09:44 +0200
debian-cd (2.2.24) unstable; urgency=low

View File

@ -14,9 +14,7 @@ set -e
N=$1
CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then
# tbm has temporarily taken over daily mips builds
#DI_WWW_HOME="http://people.debian.org/~ths/d-i/images/daily/"
DI_WWW_HOME="http://people.debian.org/~tbm/d-i/images/daily/"
DI_WWW_HOME="http://people.debian.org/~ths/d-i/images/daily/"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
DI_WWW_HOME=""