You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2020/12/10 18:48:09 UTC

[trafficcontrol] branch 5.0.x updated: fix broken weasel in pkg-generated source tarballs (#5368)

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

ocket8888 pushed a commit to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/5.0.x by this push:
     new c6bb8ca  fix broken weasel in pkg-generated source tarballs (#5368)
c6bb8ca is described below

commit c6bb8caa2194370de549b64c6823971558e0487f
Author: ocket8888 <oc...@apache.org>
AuthorDate: Thu Dec 10 11:28:52 2020 -0700

    fix broken weasel in pkg-generated source tarballs (#5368)
    
    (cherry picked from commit 9ff2c97ede0de50a863d9dcb19b60d9efb5986a5)
---
 infrastructure/docker/build/docker-compose.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/infrastructure/docker/build/docker-compose.yml b/infrastructure/docker/build/docker-compose.yml
index 4738df6..e98878d 100644
--- a/infrastructure/docker/build/docker-compose.yml
+++ b/infrastructure/docker/build/docker-compose.yml
@@ -18,6 +18,12 @@
 version: '2.1'
 
 services:
+  weasel:
+    image: licenseweasel/weasel:v0.4
+    volumes:
+      - ../../..:/trafficcontrol:z
+    command: ['-f', '/trafficcontrol/dist/weasel.txt', '/trafficcontrol']
+
   source:
     image: apache/traffic_source_tarballer:5.0.x
     build:
@@ -109,12 +115,6 @@ services:
     volumes:
       - ../../..:/trafficcontrol:z
 
-  weasel:
-    image: licenseweasel/weasel:v0.4
-    volumes:
-      - ../../..:/trafficcontrol:z
-    command: ['-f', '/trafficcontrol/dist/weasel.txt', '/trafficcontrol']
-
   docs:
     image: apache/traffic_docs_builder:5.0.x
     build: