You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2018/05/24 20:51:49 UTC

[incubator-trafficcontrol] branch master updated (d42dadc -> d37b2ba)

This is an automated email from the ASF dual-hosted git repository.

dangogh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git.


    from d42dadc  just check the cdn.conf rather than overwriting it
     new e805496  updated the Traffic Router docker compose file to create a host volume for the .m2 directory to improve build performance
     new 14f0404  put the :z on for selinux envs
     new f92f118  updated the .gitignore for the .m2 dir
     new d37b2ba  modified to accommodate for the top level

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                     | 1 +
 infrastructure/docker/build/docker-compose.yml | 1 +
 2 files changed, 2 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
dangogh@apache.org.

[incubator-trafficcontrol] 02/04: put the :z on for selinux envs

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dangogh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 14f0404af8dc7644d6f39add1bd53a4ae9d5224c
Author: Dewayne Richardson <de...@apache.org>
AuthorDate: Thu May 24 10:16:23 2018 -0600

    put the :z on for selinux envs
---
 infrastructure/docker/build/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/docker/build/docker-compose.yml b/infrastructure/docker/build/docker-compose.yml
index 79f17e5..59b4cf1 100644
--- a/infrastructure/docker/build/docker-compose.yml
+++ b/infrastructure/docker/build/docker-compose.yml
@@ -68,7 +68,7 @@ services:
       context: ../../..
     volumes:
       - ../../..:/trafficcontrol:z
-      - ../../../.m2:/root/.m2
+      - ../../../.m2:/root/.m2:z
 
   traffic_stats_build:
     image: traffic_stats_builder

-- 
To stop receiving notification emails like this one, please contact
dangogh@apache.org.

[incubator-trafficcontrol] 01/04: updated the Traffic Router docker compose file to create a host volume for the .m2 directory to improve build performance

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dangogh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit e8054968f932a8c16203d4d6b156cde53ae7ceb6
Author: Dewayne Richardson <de...@apache.org>
AuthorDate: Thu May 24 10:06:07 2018 -0600

    updated the Traffic Router docker compose file to create a host volume for the .m2 directory to improve build performance
---
 infrastructure/docker/build/docker-compose.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure/docker/build/docker-compose.yml b/infrastructure/docker/build/docker-compose.yml
index 8ecf15d..79f17e5 100644
--- a/infrastructure/docker/build/docker-compose.yml
+++ b/infrastructure/docker/build/docker-compose.yml
@@ -68,6 +68,7 @@ services:
       context: ../../..
     volumes:
       - ../../..:/trafficcontrol:z
+      - ../../../.m2:/root/.m2
 
   traffic_stats_build:
     image: traffic_stats_builder

-- 
To stop receiving notification emails like this one, please contact
dangogh@apache.org.

[incubator-trafficcontrol] 04/04: modified to accommodate for the top level

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dangogh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit d37b2ba95271e48b3f0064660db0e5d9aec3a554
Author: Dewayne Richardson <de...@apache.org>
AuthorDate: Thu May 24 14:50:36 2018 -0600

    modified to accommodate for the top level
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 5628fd9..737d4c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,4 +34,4 @@ traffic_router/*.log
 /dist
 *.pyc
 bin/docker-compose
-.m2/
+/.m2

-- 
To stop receiving notification emails like this one, please contact
dangogh@apache.org.

[incubator-trafficcontrol] 03/04: updated the .gitignore for the .m2 dir

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dangogh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit f92f1185d919deb07b7f42e6d4a072267825d5e5
Author: Dewayne Richardson <de...@apache.org>
AuthorDate: Thu May 24 14:47:35 2018 -0600

    updated the .gitignore for the .m2 dir
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f7bce08..5628fd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@ traffic_router/*.log
 /dist
 *.pyc
 bin/docker-compose
+.m2/

-- 
To stop receiving notification emails like this one, please contact
dangogh@apache.org.