* ths has taken over mipsel builds

This commit is contained in:
Joey Hess 2006-05-10 20:08:42 +00:00
parent 78966b6bde
commit 9d6a6006e7
2 changed files with 6 additions and 3 deletions

7
debian/changelog vendored
View File

@ -29,8 +29,11 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
* Fix to tools/grab_md5: reset the file and dir name after each source
package is finished with.
* Add extra debug in tools/boot/etch/boot-i386
-- Frans Pop <fjp@debian.org> Sun, 23 Apr 2006 20:09:44 +0200
[ Joey Hess ]
* ths has taken over mipsel builds
-- Joey Hess <joeyh@debian.org> Wed, 10 May 2006 16:08:29 -0400
debian-cd (2.2.24) unstable; urgency=low

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/~joeyh/d-i/mipsel/images/daily/decstation/cdrom/"
DI_WWW_HOME="http://people.debian.org/~ths/d-i/mipsel/images/daily/decstation/cdrom/"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
DI_WWW_HOME=""