summaryrefslogtreecommitdiffstats
path: root/bzr-update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bzr-update.sh')
-rw-r--r--bzr-update.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/bzr-update.sh b/bzr-update.sh
deleted file mode 100644
index e1d88e5d7..000000000
--- a/bzr-update.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-HOST=`hostname -s`
-TAG="current-staging"
-[ "$HOST" == "mradm02" -o "$HOST" == "ip-admin02" ] && TAG="current-production"
-echo "+ bzr pull --overwrite -rtag:$TAG"
-output=`bzr pull --overwrite -rtag:$TAG 2>&1`
-echo "$output"
-echo "$output" | grep "Now on revision" | sed -e 's/Now on revision //' -e 's/\.$//' | xargs -i{} echo bzr pull --overwrite -r{} \# `date` >> `dirname $0`/cvs-update.log
-contrib/fixperms.pl