You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2021/07/08 21:18:54 UTC

[trafficcontrol] branch master updated (1c72915 -> def9350)

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

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


    from 1c72915  Fix TO DSS IMS (#5965)
     add def9350  Change t3c-apply log options to -v and -s (#5999)

No new revisions were added by this update.

Summary of changes:
 cache-config/t3c-apply/README.md                   | 88 ++++++++++------------
 cache-config/t3c-apply/config/config.go            | 34 ++++++---
 cache-config/t3c-apply/t3c-apply.go                |  2 +
 cache-config/t3c-apply/torequest/cmd.go            | 75 +++++++++++++-----
 cache-config/t3c-check-refs/README.md              | 34 ++++-----
 cache-config/t3c-check-refs/config/config.go       | 37 +++++++--
 cache-config/t3c-check-refs/t3c-check-refs.go      | 35 ---------
 cache-config/t3c-generate/README.md                | 53 ++++++-------
 cache-config/t3c-generate/config/config.go         | 39 +++++++---
 cache-config/t3c-request/README.md                 | 53 +++++++------
 cache-config/t3c-request/config/config.go          | 41 +++++++---
 cache-config/t3c-request/t3c-request.go            | 59 ---------------
 cache-config/t3c-update/README.md                  | 28 ++++---
 cache-config/t3c-update/config/config.go           | 37 +++++++--
 cache-config/testing/docker/ort_test/run.sh        |  4 +-
 .../ort-tests/t3c-apply-unset-update_test.go       |  4 +-
 .../ort-tests/t3c-apply-wait-for-parents_test.go   |  4 +-
 .../ort-tests/t3c-create-empty-file_test.go        |  5 +-
 .../testing/ort-tests/t3c-dns-local-bind_test.go   |  4 +-
 cache-config/testing/ort-tests/t3c-git_test.go     |  6 +-
 cache-config/testing/ort-tests/t3c-reload_test.go  |  8 +-
 .../testing/ort-tests/to_requester_test.go         |  4 +-
 cache-config/testing/ort-tests/to_updater_test.go  |  4 +-
 .../testing/ort-tests/traffic_ops_ort_test.go      | 10 +--
 infrastructure/cdn-in-a-box/cache/run.sh           |  2 +-
 .../cdn-in-a-box/cache/traffic_ops_ort.crontab     |  2 +-
 26 files changed, 340 insertions(+), 332 deletions(-)