summaryrefslogtreecommitdiffstats
path: root/bzr-update.sh
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-07-06 21:21:04 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-07-06 21:21:04 +0200
commitb758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e (patch)
tree01d7b7c5a5fcd5dddc0ed4adc55a60917ce70bce /bzr-update.sh
parentf70d4ce7e0a94379bb901559109650874946c84b (diff)
downloadbugzilla-b758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e.tar.gz
bugzilla-b758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e.tar.xz
Bug 1172968: Move the scripts we want to keep from contrib/* and place them in scripts/ directory. Remove contrib from repo
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