From 9249cc82988bdb8149885e9a24f7cc223fa7010f Mon Sep 17 00:00:00 2001 From: James Laska Date: Mon, 17 Aug 2015 14:40:27 -0400 Subject: [PATCH] Update nightly repo URL --- docs/build_system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build_system.md b/docs/build_system.md index b45d35b1e5..ed3a343e42 100644 --- a/docs/build_system.md +++ b/docs/build_system.md @@ -239,7 +239,7 @@ Repositories The nightly repositories are hosted on the AnsibleWorks Jenkins server, and can be found at the following location: - http://50.116.42.103/ansible-tower_nightlies_RTYUIOPOIUYTYU/ + http://jenkins.testing.ansible.com/ansible-tower_nightlies_RTYUIOPOIUYTYU/devel There are several sub-folders, including `deb/`, `rpm/`, `docs/` and `setup/` @@ -260,7 +260,7 @@ The `setup/` folder contains the Ansible Tower setup playbook tar.gz file. These nightly repositories can be used by the Ansible Tower setup playbook by running the `setup.sh` shell script with the following option: - ./setup.sh -e "aw_repo_url=http://50.116.42.103/ansible-tower_nightlies_RTYUIOPOIUYTYU gpgcheck=0" + ./setup.sh -e "aw_repo_url=http://jenkins.testing.ansible.com/ansible-tower_nightlies_RTYUIOPOIUYTYU/devel gpgcheck=0" ### Official Releases ###