From e104c634ad873c919d88af3253e74dccc965bdea Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 6 Nov 2007 17:02:23 +0000 Subject: [PATCH] Call it minix, not regular minix --- tools/release.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/release.sh b/tools/release.sh index 216463440..d7de3ee86 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -50,7 +50,7 @@ disable=inet bios_wini=yes bios_remap_first=1 ramimagedev=c0d7p0s0 -bootbig(1, Regular MINIX 3) { image=/boot/image_big; boot } +bootbig(1, MINIX 3) { image=/boot/image_big; boot } main() { trap 10000 boot ; menu; } save' | $RELEASEDIR/usr/bin/edparams $TMPDISK3 @@ -132,7 +132,7 @@ do esac done -USRMB=500 +USRMB=580 USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`" USRSECTS="`expr $USRMB \* 1024 \* 2`" @@ -286,10 +286,11 @@ chmod -R u+w $RELEASEDIR/usr/lib if [ "$COPY" -ne 1 ] then echo " * Doing new svn export" - REPO=https://gforge.cs.vu.nl/svn/minix/branches/r3.1.3 + BRANCH=r3.1.3 + REPO=https://gforge.cs.vu.nl/svn/minix/branches/$BRANCH REVISION="`svn info $USERNAME $SVNREV $REPO | grep '^Revision: ' | awk '{ print $2 }'`" echo "Doing export of revision $REVISION from $REPO." - ( cd $RELEASEDIR/usr && svn $USERNAME export -r$REVISION $REPO ) + ( cd $RELEASEDIR/usr && svn $USERNAME export -r$REVISION $REPO && mv $BRANCH $SRC ) REVTAG=r$REVISION echo " -- 2.44.0