- Switch mipsel to use my builds.

This commit is contained in:
Joey Hess 2005-08-04 05:54:00 +00:00
parent 080b47e19e
commit 97a1836833
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -36,6 +36,7 @@ debian-cd (2.2.23) unstable; UNRELEASED
so it does not need to be maintained in both places.
- Repository moved to svn, update docs to reflect move.
- Add hw-detect-full to exclude list for etch, renamed to disk-detect.
- Switch mipsel to use my builds.
* Stephen R. Marenka
- Changed m68k boot for etch to handle etch changes in d-i.

View File

@ -22,7 +22,7 @@ set -e
N=$1
CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://people.debian.org/~tbm/d-i/images/mipsel/daily/"
DI_WWW_HOME="http://people.debian.org/~joeyh/d-i/mipsel/images/daily/"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
DI_WWW_HOME=""