README ¶ trdl File structure ~/.trdl$ tree -a . ├── config.yaml ├── .locks │ ├── ... │ └── repositories │ ├── ... │ └── <REPO> ├── logs │ ├── ... │ └── repositories │ ├── ... │ └── <REPO> ├── .tmp │ ├── ... │ └── repositories │ ├── ... │ └── <REPO> └── repositories ├── ... └── <REPO> ├── channels │ ├── ... │ └── <GROUP> │ ├── ... │ └── <CHANNEL> ├── .meta ├── releases │ ├── ... │ └── <RELEASE_VERSION> │ └── <OS>_<ARCH> │ └── ... └── scripts ├── ... └── <GROUP>-<CHANNEL> ├── ... └── source_script[.<ext>] ~/.trdl$ cat config.yaml repositories: ... - name: <REPO> url: <URL> defaultChannel: <CHANNEL> Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis client module cmd trdl command e2e module util pkg client repo trdl tuf util release module server module Click to show internal directories. Click to hide internal directories.