@ -63,6 +63,6 @@ echo "INFO: adding flist files ..." 1>&2
cp build/$SDECFG_ID/var/adm/flists/* $tmpdir/flist/
#done
tar -C $tmpdir -jcf cachepack-$config-t2-r${rev:-0}.tar.bz2 .
tar -C $tmpdir -jcf cachepack-$config-opensde-r${rev:-0}.tar.bz2 .
rm -rf $tmpdir
@ -45,7 +45,7 @@ echo "[$( date +%T )] Rendering report..."
{
cat <<EOT
<html>
<head><title>T2 r$revision - $( date )</title></head>
<head><title>OpenSDE $revision - $( date )</title></head>
<body>
<table border="0">
<tr><th colspan="2">$SDECFG_ID ($revision)</th></tr>
@ -46,7 +46,7 @@ if [ -z "$root" ]; then
fi
if [ ! -d "$root/var/adm/flists" ]; then
echo "ERROR: '$root' is not a valid T2 box/sandbox root"
echo "ERROR: '$root' is not a valid OpenSDE box/sandbox root"
exit 3