tbm has temporarily taken over daily mips builds from ths

This commit is contained in:
Frans Pop 2006-02-07 18:40:38 +00:00
parent 839d556954
commit 3f38cc069c
2 changed files with 6 additions and 2 deletions

4
debian/changelog vendored
View File

@ -160,8 +160,10 @@ debian-cd (2.2.24) UNRELEASED; urgency=low
package in the archive rather than from the d-i area.
* Add missing envvar checks in tools/generate_di*_list scripts.
* arm: risc* flavours are no longer built. Closes: #351818.
* Martin Michlmayr has temporarily taken over daily d-i builds for mips
from Thiemo Seufer.
-- Frans Pop <fjp@debian.org> Tue, 7 Feb 2006 19:32:50 +0100
-- Frans Pop <fjp@debian.org> Tue, 7 Feb 2006 19:39:17 +0100
debian-cd (2.2.23) unstable; urgency=low

View File

@ -14,7 +14,9 @@ set -e
N=$1
CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://people.debian.org/~ths/d-i/images/daily/"
# 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/"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
DI_WWW_HOME=""