update tower build url

This commit is contained in:
Jake McDermott
2017-01-31 10:43:20 -05:00
parent 25fed36dc0
commit 374453391d
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ ifeq ($(OFFICIAL),yes)
AW_REPO_URL ?= http://releases.ansible.com/ansible-tower AW_REPO_URL ?= http://releases.ansible.com/ansible-tower
else else
RELEASE ?= $(BUILD) RELEASE ?= $(BUILD)
AW_REPO_URL ?= http://jenkins.testing.ansible.com/ansible-tower_nightlies_RTYUIOPOIUYTYU/$(GIT_BRANCH) AW_REPO_URL ?= http://jenkins.testing.ansible.com/ansible-tower_nightlies_f8b8c5588b2505970227a7b0900ef69040ad5a00/$(GIT_BRANCH)
endif endif
# Allow AMI license customization # Allow AMI license customization

View File

@@ -239,7 +239,7 @@ Repositories
The nightly repositories are hosted on the AnsibleWorks Jenkins server, and can The nightly repositories are hosted on the AnsibleWorks Jenkins server, and can
be found at the following location: be found at the following location:
http://jenkins.testing.ansible.com/ansible-tower_nightlies_RTYUIOPOIUYTYU/devel http://jenkins.testing.ansible.com/ansible-tower_nightlies_f8b8c5588b2505970227a7b0900ef69040ad5a00/devel
There are several sub-folders, including `deb/`, `rpm/`, `docs/` and `setup/` 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 These nightly repositories can be used by the Ansible Tower setup playbook by
running the `setup.sh` shell script with the following option: running the `setup.sh` shell script with the following option:
./setup.sh -e "aw_repo_url=http://jenkins.testing.ansible.com/ansible-tower_nightlies_RTYUIOPOIUYTYU/devel gpgcheck=0" ./setup.sh -e "aw_repo_url=http://jenkins.testing.ansible.com/ansible-tower_nightlies_f8b8c5588b2505970227a7b0900ef69040ad5a00/devel gpgcheck=0"
### Official Releases ### ### Official Releases ###