Luk Claes has taken over alpha, amd64, mips, and mipsel daily d-i

builds.
This commit is contained in:
Colin Watson 2009-03-26 01:54:41 +00:00
parent 27c98b9a17
commit e08830966d
5 changed files with 9 additions and 4 deletions

5
debian/changelog vendored
View File

@ -1,7 +1,12 @@
debian-cd (3.1.2) UNRELEASED; urgency=low
[ Frans Pop ]
* Add support for squeeze.
[ Colin Watson ]
* Luk Claes has taken over alpha, amd64, mips, and mipsel daily d-i
builds.
-- Frans Pop <fjp@debian.org> Sun, 15 Feb 2009 23:41:25 +0100
debian-cd (3.1.1) unstable; urgency=high

View File

@ -26,7 +26,7 @@ N=$1
CDDIR=$2
BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://people.debian.org/~vorlon/d-i/alpha/daily/cdrom/"
DI_WWW_HOME="http://people.debian.org/~luk/alpha/images/daily/cdrom/"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
DI_WWW_HOME=""

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

View File

@ -17,7 +17,7 @@ N=$1
CDROOT=$2
if [ "$DI_WWW_HOME" = "default" ];then
# Temporarily disabled to stop cron jobs complaining
# DI_WWW_HOME="http://people.debian.org/~ths/d-i/mipsel/images/daily/decstation/cdrom/"
# DI_WWW_HOME="http://people.debian.org/~luks/mipsel/images/daily/decstation/cdrom/"
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
DI_WWW_HOME=""

View File

@ -19,7 +19,7 @@ if [ "$DI_WWW_HOME" = "default" ];then
if [ "$ARCH" = i386 ]; then
DI_WWW_HOME="http://people.debian.org/~joeyh/d-i/images/daily"
else
DI_WWW_HOME="http://people.debian.org/~aba/d-i/images/daily"
DI_WWW_HOME="http://people.debian.org/~luk/amd64/images/daily"
fi
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"