- Switch mips daily builds to new builds by ths.
This commit is contained in:
parent
72b99d6243
commit
509a9fe0e0
|
@ -20,6 +20,7 @@ debian-cd (2.2.21) UNRELEASED; urgency=low
|
|||
- Exclude some kernel-headers with no matching kernel-images from CD1.
|
||||
- Update task lists to reflect tasksel changes.
|
||||
- Exclude new kernels from CD1.
|
||||
- Switch mips daily builds to new builds by ths.
|
||||
* Steve McIntyre
|
||||
- Substantially updated update-cd:
|
||||
- Cope with Woody r3 updates taking more than 1 CD per
|
||||
|
|
|
@ -14,7 +14,7 @@ set -e
|
|||
N=$1
|
||||
CDROOT=$2
|
||||
if [ "$DI_WWW_HOME" = "default" ];then
|
||||
DI_WWW_HOME="http://people.debian.org/~tbm/d-i/images/mips/daily/"
|
||||
DI_WWW_HOME="http://people.debian.org/~ths/d-i/images/daily/"
|
||||
fi
|
||||
if [ ! "$DI_DIST" ]; then
|
||||
DI_DIST="$DI_CODENAME"
|
||||
|
|
Loading…
Reference in New Issue