Kyle McMartin is now taking care of HPPA daily builds

This commit is contained in:
Frans Pop 2006-02-15 22:20:09 +00:00
parent 0099921101
commit e365484e8b
2 changed files with 4 additions and 3 deletions

5
debian/changelog vendored
View File

@ -162,6 +162,7 @@ debian-cd (2.2.24) UNRELEASED; urgency=low
* arm: risc* flavours are no longer built. Closes: #351818.
* Martin Michlmayr has temporarily taken over daily d-i builds for mips
from Thiemo Seufer.
* Kyle McMartin is now taking care of HPPA daily builds.
[ Joey Hess ]
* Switch alpha to 2.6 kernels.
@ -183,9 +184,9 @@ debian-cd (2.2.24) UNRELEASED; urgency=low
[ Sven Luther ]
* Added icon to powerpc/chrp bootinfo.txt, which will allow booting on IBM
RS6K and pSeries. Closes: 352672
RS6K and pSeries. Closes: #352672
-- Sven Luther <luther@debian.org> Wed, 15 Feb 2006 12:01:52 +0000
-- Frans Pop <fjp@debian.org> Wed, 15 Feb 2006 23:18:19 +0100
debian-cd (2.2.23) unstable; urgency=low

View File

@ -14,7 +14,7 @@ set -e
N=$1
CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://people.debian.org/~jbailey/d-i/hppa/daily/cdrom/2.6"
DI_WWW_HOME="http://people.debian.org/~kyle/d-i/hppa/daily/cdrom/2.6"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
DI_WWW_HOME=""