summaryrefslogtreecommitdiff
path: root/ACE/bin
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-17 10:14:35 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-17 10:14:35 +0200
commitdbbd86832258985b5cf9533d85738e38df37ee66 (patch)
tree5045ffd6a26df1469ad96937969159e45d089398 /ACE/bin
parent7ed14884f80170cd5d19c586a5be53b6c89b36ce (diff)
downloadATCD-dbbd86832258985b5cf9533d85738e38df37ee66.tar.gz
Make ACE 6.5.11 and TAO 2.5.11 public available and prepare for next release
* ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
Diffstat (limited to 'ACE/bin')
-rwxr-xr-xACE/bin/copy-local-script.sh2
-rwxr-xr-xACE/bin/diff-builds-and-group-fixed-tests-only.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/ACE/bin/copy-local-script.sh b/ACE/bin/copy-local-script.sh
index bc27611b883..3d325d7e948 100755
--- a/ACE/bin/copy-local-script.sh
+++ b/ACE/bin/copy-local-script.sh
@@ -1,7 +1,7 @@
#!/bin/sh
for i in *.gz *.bz2 *.zip *.md5; do
- d=`echo $i | sed 's/\.[tz][ai][rp]/-6.5.10&/'`
+ d=`echo $i | sed 's/\.[tz][ai][rp]/-6.5.11&/'`
echo "Copying $i to $d"
cp -ip $i $d
done
diff --git a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
index d9541a38839..2d8da0fbb16 100755
--- a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
+++ b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
@@ -2,7 +2,7 @@
if test -z $1; then newdate=`date -u +%Y_%m_%d`; else newdate=$1; fi
if test -z $2; then prefix=`date -u +%Y%m%d%a`; else prefix=$2; fi
-if test -z $3; then olddate=2020_07_01; else olddate=$3; fi
+if test -z $3; then olddate=2020_08_17; else olddate=$3; fi
if test -z $ACE_ROOT; then ACE_ROOT=..; fi
if test -z $TAO_ROOT; then TAO_ROOT=${ACE_ROOT}/TAO; fi
if test -z $CIAO_ROOT; then CIAO_ROOT=${TAO_ROOT}/CIAO; fi