- 04 Nov, 2022 4 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
We should not use $PYTHON, because this implicitly depends on the python version that was used when the shared part is installed, leading to this kind of problematic scenarios: - install the part from a python2.7 software, this creates scripts with "python2.7" in shebang line - install a python3 software referencing glib, it uses the shared part that was installed with python2, but "python2.7" is not in $PATH By referencing the part explicitly, it becomes part of the signature of the part, so a software on python2 and a software on python3 will use a different version of the shared part.
-
Jérome Perrin authored
945a2e97 (proxysql: bundled libinjection needs Python 2, 2021-12-23) addressed the problem that proxysql was using system python, by placing slapos' python in $PATH, but it added it after default $PATH, which made proxysql use system python if available and only fallback to slapos' python. This changes the order of $PATH entries to always use slapos' python
-
Jérome Perrin authored
python or python2 is system python, which we want to avoid
-
- 31 Oct, 2022 2 commits
-
-
Ivan Tyagov authored
See merge request nexedi/slapos!1276
-
Martin Manchev authored
-
- 25 Oct, 2022 1 commit
-
-
Joanne Hugé authored
-
- 24 Oct, 2022 1 commit
-
-
Joanne Hugé authored
-
- 19 Oct, 2022 3 commits
-
-
Joanne Hugé authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Running test as last makes no sense nowadays, as the site is fully prepared. Awaiting for each possible log of configured frontend is not worth the requirement, so make those tests as first ones, which simplifies running only them with reproducible effect. All tests which could be affected by that fact has been identified and changed.
-
- 18 Oct, 2022 2 commits
-
-
Jérome Perrin authored
otherwise it probably uses system's openssl. Setting rpath seems not needed because we are using -DBUILD_SHARED_LIBS=OFF here.
-
Jérome Perrin authored
https://github.com/sigoden/dufs New software to serve static files See merge request nexedi/slapos!1270
-
- 17 Oct, 2022 23 commits
-
-
Thomas Gambier authored
-
Joanne Hugé authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
caddy-frontend-N is bad name, it's just frontend-node-N.
-
Łukasz Nowak authored
This option was useful only during the time, when there were experiments running on caddy-frontend clusters during switch to HTTP/2. Currently HTTP/2 is a standard, and there is no reason to disable it globally.
-
Łukasz Nowak authored
Attention, this change will require manual intervention on the upgraded cluster with: sed -i 's/^recipe = caddyprofiledeps/recipe = software/g' .installed* On each partition.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
NAME_BASE is set on top of the file with informative warning, so that developers are aware of consequences.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
instance-slave-caddy-simplified-input-schema.json has been removed, as it is not useful.
-
Łukasz Nowak authored
Some profiles were templates and vice versa, which was very misleading.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
The most complex case - no automatic https redirection and usage of url and https-url is used to check implementation of type:redirect now.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 14 Oct, 2022 1 commit
-
-
Ivan Tyagov authored
-
- 13 Oct, 2022 2 commits
-
-
Lu Xu authored
-
Jérome Perrin authored
3.7.3 is an "urgent" new release as announced in https://www.postfix.org/announcements/postfix-3.7.3.html the old 3.7.2 version seem to have bee removed from mirrors (see http://postfix.mirrors.ovh.net/postfix-release/official/ for a mirror with directory index) and was not in shacache.
-
- 12 Oct, 2022 1 commit
-
-
Łukasz Nowak authored
-