You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/03/12 22:47:32 UTC

[GitHub] [trafficcontrol] jhg03a edited a comment on pull request #5639: Rename tsb directory to _tsb to have `go` ignore it

jhg03a edited a comment on pull request #5639:
URL: https://github.com/apache/trafficcontrol/pull/5639#issuecomment-797798115


   I'm testing on a linux host as follows:
   ```
   sudo rm -rf traffic_server/tsb; (docker ps -qa | xargs docker rm -f; docker image list -qa | xargs docker image rm -f; docker system prune -a -f --volumes) && ./pkg -v -7 traffic_monitor_build && ./pkg -v -7 -o ats && ./pkg -v -7 traffic_monitor_build && ./pkg -v -8 -o ats && ./pkg -v -8 traffic_monitor_build
   ```
   
   sudo is required here most likely because the tsb src directory is owned by another user.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org