Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(tools/govanity): remove one repo and fix URL for the other two | Franck Cuny | 2022-06-15 | 1 | -4/+2 |
| | | | | | | | Change-Id: Id8ad45afc710e1bc5fef5704deb9d8b4c7559b4b Reviewed-on: https://cl.fcuny.net/c/world/+/418 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net> | ||||
* | config: add mpd-stats | Franck Cuny | 2021-10-10 | 1 | -0/+2 |
| | |||||
* | config: add vanity | Franck Cuny | 2021-08-12 | 1 | -0/+2 |
| | |||||
* | config: replace homelab with tools | Franck Cuny | 2021-08-12 | 1 | -2/+2 |
| | | | | The repository for `homelab` is not ready yet. | ||||
* | vanity: rewrite with templates and external config | Franck Cuny | 2021-08-12 | 1 | -0/+5 |
Rewrite the program to use external templates and load the configuration from an external source. We don't want to blindly send all the requests to some SCM since we want to support only some modules / program that way. There's two templates, one for requests coming from a browser, which list all the supported modules, and one for the `go get` command. For requests coming from `go get`, we generate a template that indicates where the repository is. The external configuration is in YAML, and list all the supported repositories, and the URL of the repository. It assumes a default VCS for all the modules (git in our case). |