Commit 165e3aa6 authored by Jérome Perrin's avatar Jérome Perrin

software/restic-rest-server: version up v0.12.1

parent dd6cfcbe
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
[instance.cfg.in] [instance.cfg.in]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = 361991f333119f22c8266dc8bde7bc57 md5sum = 65d2254369eb5aaaaaf488a56c120ed6
...@@ -163,7 +163,7 @@ stop-on-error = true ...@@ -163,7 +163,7 @@ stop-on-error = true
[rest-server] [rest-server]
recipe = slapos.cookbook:wrapper recipe = slapos.cookbook:wrapper
command-line = command-line =
{{ gowork_bin }}/rest-server \ {{ gowork_bin }}/rest-server
--listen [${:ip}]:${:port} --listen [${:ip}]:${:port}
--log ${directory:var-log}/${:_buildout_section_name_}-access.log --log ${directory:var-log}/${:_buildout_section_name_}-access.log
--path ${directory:rest-server-data-dir} --path ${directory:rest-server-data-dir}
......
...@@ -25,7 +25,7 @@ install += ...@@ -25,7 +25,7 @@ install +=
<= go-git-package <= go-git-package
go.importpath = github.com/restic/rest-server go.importpath = github.com/restic/rest-server
repository = https://github.com/restic/rest-server repository = https://github.com/restic/rest-server
revision = v0.10.0-0-g9313f19 revision = v0.12.1-0-g4231ef6
[instance.cfg.in] [instance.cfg.in]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment