[GitHub] incubator-trafficcontrol pull request #673: add building doc to development ...

2017-06-14 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafficcontrol/pull/673


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafficcontrol pull request #673: add building doc to development ...

2017-06-14 Thread dewrich
Github user dewrich commented on a diff in the pull request:


https://github.com/apache/incubator-trafficcontrol/pull/673#discussion_r121996138
  
--- Diff: BUILD.md ---
@@ -1,40 +1,3 @@
-# Building Traffic Control Components
 
-## Build using docker-compose
-
-This is the easiest way to build all the components of Traffic Control; 
all requirements
-are automatically loaded into the image used to build each component.
-
-### Requirements
-- `docker` (https://docs.docker.com/engine/installation/)
-- `docker-compose` (https://docs.docker.com/compose/install/) (optional, 
but recommended)
-
-If `docker-compose` is not available, the `pkg` script will automatically 
download
-and run it in a container. This is noticeably slower than running it 
natively.
-
-### Steps
-
-From the top level of the incubator-trafficcontrol directory.  The source 
in
-the current directory is used for the process.   One or more components 
(with
-\_build suffix added) can be added on the command line.
-
-This is all run automatically by the `pkg` script at the root of the 
repository.
-
-$ ./pkg -?
-Usage: ./pkg [options] [projects]
--q  Quiet mode. Supresses output.
--v  Verbose mode. Lists all build output.
--l  List available projects.
-
-If no projects are listed, all projects will be packaged.
-Valid projects:
-- traffic_portal_build
-- traffic_router_build
-- traffic_monitor_build
-- source
-- traffic_ops_build
-- traffic_stats_build
-
-If no component names are provided on the command line, all components 
will be built.
-
-All rpms are copied to `dist` at the top level of the 
`incubator-trafficcontrol` directory.
+See the build instructions at ./docs/source/development/building.rst or at

+http://trafficcontrol.incubator.apache.org/docs/latest/development/building.html
--- End diff --

This link doesn't seem to work: 
http://trafficcontrol.incubator.apache.org/docs/latest/development/building.html


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafficcontrol pull request #673: add building doc to development ...

2017-06-13 Thread dangogh
GitHub user dangogh opened a pull request:

https://github.com/apache/incubator-trafficcontrol/pull/673

add building doc to development page



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dangogh/incubator-trafficcontrol docs-building

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-trafficcontrol/pull/673.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #673


commit 07033d6dc7b93d8aa45b602cd941fbaab491a226
Author: Dan Kirkwood 
Date:   2017-06-13T19:38:39Z

add building doc to development page




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---