From 7722799abfdf4c8da953281bc58e9814175d831d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 7 Sep 2013 14:30:00 -0400 Subject: [PATCH] Remove references to tarball installation method (non-operational given config files were missing, etc) --- docs/build_system.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/build_system.md b/docs/build_system.md index 08d9e25bf7..a67fbaf01a 100644 --- a/docs/build_system.md +++ b/docs/build_system.md @@ -259,10 +259,6 @@ These nightly repositories can be used by the AWX setup playbook by running the ./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" ... - - ./setup.sh -e "tarball=" - > Note that if this is not a fresh installation, you should run the following: > "yum clean all --enablerepo=ansibleworks-awx" in order to clean out the yum cache.