summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-12-05 08:29:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-12-05 08:29:09 +0000
commit5122b3cdbfdcf3e9d329a6c4e6b9a0d0ae780c0f (patch)
treeb6d72b5a84e24d6ac1a180ae0d6e71f500921691 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent3b492406c9c59fdc635646e2d09fd8e46e3c91ce (diff)
downloadATCD-5122b3cdbfdcf3e9d329a6c4e6b9a0d0ae780c0f.tar.gz
Mon Dec 5 08:22:11 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/diff-builds-and-group-fixed-tests-only.sh: * docs/Download.html: * etc/index.html: Made 6.0.6 publicly available * docs/bczar/bczar.html: Updated for next release and added wget step to get subversion config file to make sure we checkout using commit timestamps
Diffstat (limited to 'ACE/bin/diff-builds-and-group-fixed-tests-only.sh')
-rwxr-xr-xACE/bin/diff-builds-and-group-fixed-tests-only.sh2
1 files changed, 1 insertions, 1 deletions
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 7db9fb35556..e28e9f3c785 100755
--- a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
+++ b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# $Id$
-if test -z $1; then olddate=2011_10_10; else olddate=$1; fi
+if test -z $1; then olddate=2011_12_04; else olddate=$1; fi
if test -z $2; then newdate=`date -u +%Y_%m_%d`; else newdate=$2; fi
if test -z $3; then prefix=`date -u +%Y%m%d%a`; else prefix=$3; fi
if test -z $ACE_ROOT; then ACE_ROOT=..; fi