On Thu, Jan 08, 2009 at 11:15:43AM +0100, W. Martin Borgert wrote: > On 2009-01-07 15:51, Jens Seidel wrote: > > A few errors where reported in the German translation of the Etch Release > > Notes > > and I fail to find the source :-( > > It's not available in > > svn.debian.org/svn/ddp/manuals/branches/release-notes/ which > > is empty. > > ddp/manuals/tags/release-notes/etch is it.
The Etch build seems to be ok (at least the html part). In order to switch to the SVN source instead of old CVS on www-master: * svn co svn://svn.debian.org/svn/ddp/manuals/tags/release-notes/etch * modify the crontab in order to "svn up" instead of "cvs up" -- Simon Paillard
--- 7release-notes.orig 2009-01-10 21:05:25.076819929 +0100 +++ 7release-notes 2009-01-10 21:05:51.936818576 +0100 @@ -15,7 +15,7 @@ # is needed just add it here for release in etch; do echo "rebuilding the release notes for $release" >> $notesdir/build.log - (cd $notesdir/$release && cvs update -d -P) >> $notesdir/build.log 2>&1 + (cd $notesdir/$release && svn update) >> $notesdir/build.log 2>&1 make -C $notesdir/$release publish \ PUBLISHTARBALL=yes PUBLISHDIR=$webtopdir/www/releases/$release >> $notesdir/build.log 2>&1 done