diff --git a/debian/changelog b/debian/changelog index f25d3b42..d8855efb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -105,11 +105,16 @@ debian-cd (2.2.26) UNRELEASED; urgency=low * tasks/exclude-etch: clean up packages no longer in the archive. * tools/generate_di+k_list: no longer include kernel-image packages for powerpc as we don't support 2.4 based installs anymore. Closes #401429. + * Daily builds for amd64 now done by Andreas Barth; with thanks to + Kurt Roeckx for his past builds. [ Colin Watson ] * Include prep support on powerpc images again. - -- Frans Pop Sun, 3 Dec 2006 20:10:21 +0100 + [ Frans Pop ] + * + + -- Frans Pop Thu, 7 Dec 2006 02:00:04 +0100 debian-cd (2.2.25) unstable; urgency=low diff --git a/tools/boot/etch/boot-amd64 b/tools/boot/etch/boot-amd64 index 007eaf58..0d78de89 100755 --- a/tools/boot/etch/boot-amd64 +++ b/tools/boot/etch/boot-amd64 @@ -18,7 +18,7 @@ echo "DI_WWW_HOME is $DI_WWW_HOME" echo "DI_DIR is $DI_DIR" if [ "$DI_WWW_HOME" = "default" ];then - DI_WWW_HOME="http://people.debian.org/~kroeckx/d-i/images/daily" + DI_WWW_HOME="http://people.debian.org/~aba/d-i/images/daily" if [ -n "$DI_DIR" ];then DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}" DI_WWW_HOME=""