From 552389f90367f43649753982eaef22a7abb3507d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 11 Jul 2013 11:16:23 -0400 Subject: [PATCH] No need to add anything after the baseurl above. --- docs/build_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build_system.md b/docs/build_system.md index 52a3c22820..08d9e25bf7 100644 --- a/docs/build_system.md +++ b/docs/build_system.md @@ -257,7 +257,7 @@ directory contains the distribution-specific information. These nightly repositories can be used by the AWX setup playbook by running the `setup.sh` shell script with the following option: - ./setup.sh -e "aw_repo_url=http://50.116.42.103/awx_nightlies_RTYUIOPOIUYTYU/..." + ./setup.sh -e "aw_repo_url=http://50.116.42.103/awx_nightlies_RTYUIOPOIUYTYU" Alternatively you can also install from the tarball produced by "make release_ball" ...