aboutsummaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-03-21 16:40:06 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-03-21 16:40:06 +0100
commita684188c55feec29648304696b2cc7b201dcb039 (patch)
treed38d47188e45e236cc5b4514136414d20f2ccfc1 /control
parent5921441b61d6b5033c7c0fddf63a1b313c0393a8 (diff)
Fixed problem with old linaro-infrastructure link, removed bzr get and used branch instead.
Diffstat (limited to 'control')
-rwxr-xr-xcontrol/setup-control-node6
1 files changed, 3 insertions, 3 deletions
diff --git a/control/setup-control-node b/control/setup-control-node
index 19b4168..03dd497 100755
--- a/control/setup-control-node
+++ b/control/setup-control-node
@@ -231,7 +231,7 @@ if [ -f ~git-mirror/service.pid ]; then
sudo kill `sudo cat ~git-mirror/service.pid` || true
fi
sudo rm -rf linaro-android-mirror
-bzr get lp:linaro-android-mirror
+bzr branch lp:linaro-android-mirror
cd linaro-android-mirror
sudo -H -u git-mirror twistd -y mirror-service.tac --umask=0022 --pid ~git-mirror/service.pid --logfile ~git-mirror/service.log
# Should set up crontab to launch this on @restart or something
@@ -261,7 +261,7 @@ sudo $MYPATH/set-jenkins-user-passwd \
sudo -H -u build-system-frontend bash -xes <<\EOF
cd
rm -rf frontend
-bzr get http://bazaar.launchpad.net/~linaro-infrastructure/linaro-android-frontend/trunk frontend
+bzr branch lp:linaro-android-frontend frontend
cd frontend
make
KEY="$(openssl rand 30 | base64 -w0)"
@@ -293,7 +293,7 @@ cd
wget -c -nv http://yui.zenfs.com/releases/yui3/yui_3.3.0.zip
unzip -o -q yui_3.3.0.zip
rm -rf lazr-js
-bzr get lp:~mwhudson/lazr-js/combo-mod_wsgi-config lazr-js
+bzr branch lp:~mwhudson/lazr-js/combo-mod_wsgi-config lazr-js
cd lazr-js
mkdir -p build/3.3.0
ln -s ~/yui/build build/3.3.0/build