Browse Source

Replaced T2/t2 with OpenSDE/opensde.

misl/sde-wrapper
Minto van der Sluis 17 years ago
parent
commit
2caac076ff
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      misc/archive/PackBuildInfo.sh
  2. +1
    -1
      misc/archive/RegressionsReport.sh
  3. +1
    -1
      misc/archive/findorphans.sh

+ 1
- 1
misc/archive/PackBuildInfo.sh

@ -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

+ 1
- 1
misc/archive/RegressionsReport.sh

@ -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>

+ 1
- 1
misc/archive/findorphans.sh

@ -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
fi

Loading…
Cancel
Save