From b758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 6 Jul 2015 19:21:04 +0000 Subject: Bug 1172968: Move the scripts we want to keep from contrib/* and place them in scripts/ directory. Remove contrib from repo --- bzr-update.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 bzr-update.sh (limited to 'bzr-update.sh') 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 -- cgit v1.2.3-24-g4f1b