echo CVS Tag: $CVSTAG
echo Modules: $*
-cvs -q export -r $CVSTAG -d $RELNAME $*
+cvs -q export -kkv -r $CVSTAG -d $RELNAME $*
if test ! -d $RELNAME ; then
echo "error: $RELNAME doesn't exists"
if test ! -e $RELNAME/build/version.sh ; then
echo "No build version"
- exit 1
+ OL_STRING="something"
+else
+ eval `$RELNAME/build/version.sh`
fi
-eval `$RELNAME/build/version.sh`
+echo "Rolling up $OL_STRING ..."
+
tar cf $RELNAME.tar $RELNAME
gzip -9 -c $RELNAME.tar > $RELNAME.tgz