Daily builds for amd64 now done by Andreas Barth; with thanks to Kurt Roeckx

This commit is contained in:
Frans Pop 2006-12-07 01:01:01 +00:00
parent 4c83b14ad9
commit 5f62118c2c
2 changed files with 7 additions and 2 deletions

7
debian/changelog vendored
View File

@ -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 <fjp@debian.org> Sun, 3 Dec 2006 20:10:21 +0100
[ Frans Pop ]
*
-- Frans Pop <fjp@debian.org> Thu, 7 Dec 2006 02:00:04 +0100
debian-cd (2.2.25) unstable; urgency=low

View File

@ -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=""