You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by so...@apache.org on 2017/03/10 15:20:16 UTC

[02/14] incubator-trafficcontrol git commit: point to build instructions in top-level BUILD.md

point to build instructions in top-level BUILD.md


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/772e72ca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/772e72ca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/772e72ca

Branch: refs/heads/master
Commit: 772e72ca65348fb4d33bf4f4d16c820c770cae32
Parents: 4cf9529
Author: Dan Kirkwood <da...@gmail.com>
Authored: Wed Mar 8 15:14:57 2017 -0700
Committer: Phil Sorber <so...@apache.org>
Committed: Fri Mar 10 08:18:25 2017 -0700

----------------------------------------------------------------------
 infrastructure/docker/build/README.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/772e72ca/infrastructure/docker/build/README.md
----------------------------------------------------------------------
diff --git a/infrastructure/docker/build/README.md b/infrastructure/docker/build/README.md
index a600340..37134da 100644
--- a/infrastructure/docker/build/README.md
+++ b/infrastructure/docker/build/README.md
@@ -1,9 +1,4 @@
 
 # Building *trafficcontrol* using *docker-compose*
 
-- install `docker-engine` and `docker-compose`
-- `cd incubator-trafficcontrol/infrastructure/docker/build`
-- `export GITREPO=https://github.com/<username>/incubator-trafficcontrol`
-- `export BRANCH=mynewbranch`
-- `docker-compose up traffic_monitor_build traffic_ops_build ...`
-- new rpm files will be in `./artifacts`
+Refer to the build instructions in the top-level `incubating-trafficcontrol/BUILD.md`.