aboutsummaryrefslogtreecommitdiff
path: root/net/restic-rest-server
Commit message (Collapse)AuthorAge
* restic-rest-server: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* treewide: add conffilesHuangbin Zhan2020-07-07
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* restic-rest-server: add packageMarkus Weippert2019-12-19
Signed-off-by: Markus Weippert <markus@gekmihesg.de>