Colin Watson has taken over daily d-i builds for PowerPC
This commit is contained in:
parent
b4ce9c16a7
commit
0596978928
|
@ -6,13 +6,15 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
|
||||||
[ Frans Pop ]
|
[ Frans Pop ]
|
||||||
* Consistently change location for installation guide to /doc/manual
|
* Consistently change location for installation guide to /doc/manual
|
||||||
on the CD.
|
on the CD.
|
||||||
|
* Update author (and timestamp) in README.
|
||||||
|
* Colin Watson has taken over daily d-i builds for PowerPC.
|
||||||
|
|
||||||
[ Steve McIntyre ]
|
[ Steve McIntyre ]
|
||||||
* Fix to tools/grab_md5: when building the md5-list, DO NOT use the
|
* Fix to tools/grab_md5: when building the md5-list, DO NOT use the
|
||||||
"current" symlink in the d-i directories - that causes jigdo problems
|
"current" symlink in the d-i directories - that causes jigdo problems
|
||||||
later on. Use the real dirs (as dated) instead.
|
later on. Use the real dirs (as dated) instead.
|
||||||
|
|
||||||
-- Frans Pop <fjp@debian.org> Thu, 9 Mar 2006 02:18:47 +0100
|
-- Frans Pop <fjp@debian.org> Tue, 28 Mar 2006 18:20:30 +0200
|
||||||
|
|
||||||
debian-cd (2.2.24) unstable; urgency=low
|
debian-cd (2.2.24) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ N=$1
|
||||||
CDDIR=$2
|
CDDIR=$2
|
||||||
INSTALLDIR=$CDDIR/install
|
INSTALLDIR=$CDDIR/install
|
||||||
if [ "$DI_WWW_HOME" = "default" ];then
|
if [ "$DI_WWW_HOME" = "default" ];then
|
||||||
DI_WWW_HOME="http://people.debian.org/~luther/d-i/images/daily"
|
DI_WWW_HOME="http://people.debian.org/~cjwatson/d-i/images/daily"
|
||||||
if [ -n "$DI_DIR" ];then
|
if [ -n "$DI_DIR" ];then
|
||||||
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
|
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
|
||||||
DI_WWW_HOME=""
|
DI_WWW_HOME=""
|
||||||
|
|
Loading…
Reference in New Issue