Luk Claes has taken over alpha, amd64, mips, and mipsel daily d-i
builds.
This commit is contained in:
parent
27c98b9a17
commit
e08830966d
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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#*~}"
|
||||
|
|
Loading…
Reference in New Issue