Release script includes version number and timestamp in iso filename..

This commit is contained in:
Ben Gras 2005-09-23 23:32:45 +00:00
parent eab5a7ded2
commit 9395e97d1b

View file

@ -60,7 +60,7 @@ CDFILES=/usr/tmp/cdreleasefiles
sh tell_config OS_RELEASE . OS_VERSION >/tmp/rel.$$
version_pretty=`sed 's/[" ]//g;/^$/d' </tmp/rel.$$`
version=`sed 's/[" ]//g;/^$/d' </tmp/rel.$$ | tr . _`
ISO=minix${version}.iso
ISO=minix${version}_`date +%Y%m%d-%H%M%S`.iso
ISOGZ=${ISO}.gz
echo $ISOGZ
RAM=/dev/ram