- 17 Mar, 2021 2 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
- 16 Mar, 2021 1 commit
-
-
Cédric Le Ninivin authored
add frontendhtml5as: add frontend
-
- 15 Mar, 2021 1 commit
-
-
Xavier Thompson authored
See merge request nexedi/slapos!935
-
- 12 Mar, 2021 3 commits
-
-
Cédric Le Ninivin authored
-
Jérome Perrin authored
See merge request nexedi/slapos!929
-
Jérome Perrin authored
For now it's used only in repman, but instead of compiling from source it was using a pre-build binary for linux64. This change to compile from source. See merge request nexedi/slapos!933
-
- 10 Mar, 2021 13 commits
-
-
Łukasz Nowak authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Łukasz Nowak authored
The version >=5 is not python2 compatible.
-
Jérome Perrin authored
instead of downloading a pre-binary that might not match the architecture
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
We still need to checkout from git these packages, because most of them use `replace` in their go.mod, which is only compatible with installing as main module, but not as an external module. promtail will use go-systemd when cgo is enabled, but we don't want to ship a full systemd in slapos, so we build with CGO_ENABLED=0 grafana on the other hand needs to be build with CGO_ENABLED, because it will use sqlite3. grafana also needs to use yarn to build the frontend, so it remain a dedicated section with ad-hoc installation method.
-
Jérome Perrin authored
Run this whole script in `set -e` so that if any of the go install fail buildout exit with error.
-
Jérome Perrin authored
With this new environment option to gowork section, it is possible to specify environment variables that will be set during the build, more specifically when env.sh is sourced. The implementation is a bit complex, so that the syntax is not strict and whitespace are tolerated in the definition, ie. all these should be understood: [gowork] environment = A=a B =b C= c D=d=d
-
Jérome Perrin authored
json-schemas test is complaining that some jsons are not formatted according to this standard.
-
Jérome Perrin authored
to make management of this template easier
-
Rafael Monnerat authored
Partially updated from original instance-erp5.cfg.in file.
-
- 09 Mar, 2021 10 commits
-
-
Kirill Smelkov authored
Xavier Thompson reports that when Theia is compiled inside Theia, Go fails to install with the error showing that golang14's make.bash calls `go install` to install cmd/go and other commands to the outer go.work/bin instead of inside $GOROOT_FINAL set by the build recipe. Similarly to nexedi/slapos!928 this might be to the fact that internal `go install` prioritizes $GOBIN even in the presence of set $GOROOT_FINAL. -> Don't try to fix Go itself, and make the compilation more robust by unsetting $GOBIN, so that even if that variable is set in the environment where buildout runs, it does not affect the compilation procedure. Fixes: 8eac67a5 (golang: Prepare for future GOPATH removal) Reported-on: https://www.erp5.com/group_section/forum/Go-compilation-error-P6f5WisQkc Tested-by: @xavier_thompson Reviewed-on: nexedi/slapos!932
-
Rafael Monnerat authored
Partially updated from original instance-erp5.cfg.in file.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Introduces devperm manager with lsblk.
-
Łukasz Nowak authored
Use json to generate .slapos-disk-permission in a way, that devperm manager will be able to consume it.
-
Vincent Pelletier authored
-
Rafael Monnerat authored
Partially updated from original instance-erp5.cfg.in file
-
- 08 Mar, 2021 5 commits
-
-
Vincent Pelletier authored
Use-case: when an host enry is used to define the outgoing binding IP of zopes in a partition, this IP is host-dependent.
-
Vincent Pelletier authored
So that it proagates root instance's "balancer" parameter, as other request-* sections do. No functional change is expected, this is rather for code simplification and factorisation.
-
Vincent Pelletier authored
use this new mechanism, which avoids this parameter being misused (inconsistent between partitions of the same family). Preserve backward compatibility, giving precedence to the new mechanism.
-
Vincent Pelletier authored
Call them deadlines, as this is what they really are, but the "wrong" name stuck on ERP5 side (for now). Also, introduce a per-family-override mechanism, to avoid having per- option equivalents for such mechanism.
-
Vincent Pelletier authored
Also, stop poping it: nothing else seems to be accessing the containing dict, so mutating it does not seem necessary.
-
- 04 Mar, 2021 4 commits
-
-
Łukasz Nowak authored
-
Jérome Perrin authored
gitaly's Makefile forcibly sets $GOPATH to install in _build folder. Once gitaly is built, it is expected to be in _build/bin/gitaly and copied from there. With 8eac67a5 (golang: Prepare for future GOPATH removal, 2021-02-26) the env.sh sets GOBIN, to its own $GOPATH/bin Since gitaly's build does not set $GOBIN, even if it overrides $GOPATH, the final bin/gitaly is not in $GOPATH/bin/gitaly (with $GOPATH from Makefile), but in $GOBIN/gitaly (with $GOBIN from env.sh) To prevent this, unset $GOBIN before running make, which keeps the old behavior of only using the $GOPATH from the Makefile
-
Jérome Perrin authored
Update grafana, to use more recent golang. This also brings support of multi line logs in loki. See merge request nexedi/slapos!921
-
Jérome Perrin authored
See merge request !925
-
- 03 Mar, 2021 1 commit
-
-
Vincent Pelletier authored
When the outside world path does not match the Zope path (typically: Web Site).
-