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 2022/01/07 17:23:21 UTC

[GitHub] [trafficcontrol] rob05c edited a comment on pull request #6455: Remove vendored dependencies

rob05c edited a comment on pull request #6455:
URL: https://github.com/apache/trafficcontrol/pull/6455#issuecomment-1007586324


   Vendoring prevents the build from breaking in the future, when people delete their github repos that TC depends on.
   
   Internet resources disappearing is a common problem, and it makes it impossible to build older versions, if we don't vendor and include everything necessary to build without the internet. See: `left-pad`.
   
   It also makes it possible to build if someone doesn't have an internet connection, or is in an area where one of the dependency URLs is blocked by a firewall.
   
   I really think the project should vendor, for those reasons.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

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