aboutsummaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
authorMichael Hudson <michael.hudson@linaro.org>2011-02-08 15:30:23 +1300
committerMichael Hudson <michael.hudson@linaro.org>2011-02-08 15:30:23 +1300
commitcc34f18dfab113c1c7edad4b3042c6ed2577a76c (patch)
tree4a433947593b894a33aa1c4a901328d4772efe19 /control
parent2f05cecd5b47013fe09e8a3ec259c4bddcd6ed19 (diff)
change jenkins port; start to use/set up the mirror service
Diffstat (limited to 'control')
-rwxr-xr-xcontrol/setup-control-node12
1 files changed, 10 insertions, 2 deletions
diff --git a/control/setup-control-node b/control/setup-control-node
index 0efdf83..5a3824d 100755
--- a/control/setup-control-node
+++ b/control/setup-control-node
@@ -17,6 +17,8 @@ echo 'deb http://pkg.jenkins-ci.org/debian binary/' | sudo tee /etc/apt/sources.
sudo apt-get update
sudo apt-get install -y jenkins
+sudo sed -i 's/HTTP_PORT=8080/HTTP_PORT=9090/' /etc/default/jenkins
+sudo service jenkins restart
cd ~jenkins
sudo -H -u jenkins bzr init
cat <<EOF | sudo -H -u jenkins tee .bzrignore
@@ -72,8 +74,8 @@ cat <<EOF | sudo tee /etc/apache2/sites-available/android-build.linaro.org > /de
</Proxy>
ProxyPreserveHost on
- ProxyPass / http://localhost:8080/ retry=1
- ProxyPassReverse / http://localhost:8080/
+ ProxyPass / http://localhost:9090/
+ ProxyPassReverse / http://localhost:9090/
Header edit Location ^http://android-build.linaro.org https://android-build.linaro.org
@@ -129,6 +131,12 @@ EOF
sudo sv reload git-daemon
#
+# +++ git-mirror service +++
+#
+bzr get lp:linaro-android-mirror
+# XXX more here!
+
+#
# +++ gitweb +++
#
# sudo apt-get install -y gitweb