- 31 Mar, 2022 25 commits
-
-
Jérome Perrin authored
This reverts commit 608f48f0914d7ac3d1adbee2593b9fcf069ff7a4.
-
Jérome Perrin authored
/srv/slapgrid/slappart3/srv/project/pylint/venv/bin:/srv/slapgrid/slappart3/.cargo:/srv/slapgrid/slappart3/.theia/extensions/timonwong.shellcheck-0.17.0/extension/binaries/linux/x64:/srv/slapgrid/slappart3/.cargo/bin:/srv/slapgrid/slappart3/.nvm/versions/node/v16.4.2/bin:/opt/slapgrid/fbae8cd9590bf0fb683c91ef922649c2/bin:/srv/slapgrid/slappart3/tmp/yarn--1638346718030-0.1097475920808304:/opt/slapgrid/fbae8cd9590bf0fb683c91ef922649c2/parts/theia/node_modules/.bin:/srv/slapgrid/slappart3/.config/yarn/link/node_modules/.bin:/srv/slapgrid/slappart3/.yarn/bin:/opt/slapos-shared/nodejs/f341e6fec2c3dc1fc8277790afac45cd/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/slapos-shared/nodejs/f341e6fec2c3dc1fc8277790afac45cd/lib/node_modules/npm/bin/node-gyp-bin:/opt/slapos-shared/nodejs/f341e6fec2c3dc1fc8277790afac45cd/bin/node_modules/npm/bin/node-gyp-bin:/opt/slapos-shared/nodejs/f341e6fec2c3dc1fc8277790afac45cd/bin/:/opt/slapgrid/fbae8cd9590bf0fb683c91ef922649c2/parts/python-language-server/bin:/opt/slapos-shared/java-jdk/77662180d0b082a1755c8e3c20b1a7d4/bin:/opt/slapos-shared/nodejs/f341e6fec2c3dc1fc8277790afac45cd/bin:/opt/slapos-shared/bash/8b379cc6fa4c2e1811a16aa07ef52710/bin:/opt/slapos-shared/fish-shell/2f13edb0b38c2cbe60096b0b18004877/bin:/opt/slapos-shared/tig/1b9bfec7b2aba957c226772849a880d9/bin:/opt/slapos-shared/vim/e2b92bfc130be6887fc6fb8182784b0c/bin:/opt/slapos-shared/tmux/82d6a0598a68fd4a0266b6e7fe880bf0/bin:/opt/slapos-shared/git/433839314ed713e44ee4cb310073d371/bin:/opt/slapos-shared/curl/574739ed58990f0c57aa1c5136da04b8/bin:/opt/slapos-shared/python2.7/472516e8adaf6eba0e4aaef56b366212/bin:/opt/slapgrid/fbae8cd9590bf0fb683c91ef922649c2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
these were already defined in stacks and were different here for no apparent reason.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This is longer needed since years, also the part looks broken.
-
Jérome Perrin authored
-
Jérome Perrin authored
Reintroduce a patch to fix build error: execvp: printf: Argument list too long that seems to happen again with nodejs 16. Also add a note for minimal supported version, that will have to be set in software
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This contain the fix for go 1.16 that we backported, so we can use upstream repository again. No effort has been made to keep data compatibility, updating instance probably does not work
-
Jérome Perrin authored
-
Jérome Perrin authored
For now this still have to be enabled with a config like this in a .conf file in srv/telegraf/extra-config/ : [[inputs.execd]] name_override = "slapos" # this needs sudo when using can not access supervisor socket, like when being installed in root slapos command = ["/usr/bin/sudo", "$SOFTWARE_DIR/go.work/bin/telegraf-input-slapos", "-config", "/path/to/slapos.conf"] /path/to/slapos.conf would contain something like this: [[inputs.slapos]] ## Folder where partitions are located instance_root = "/srv/slapgrid/" ## filepath.Glob pattern to look for recursive instances recursive_instance_glob_pattern = "*/srv/runner/inst*/" ## Path of supervisor socket, relative to instance root socket_name = "sv.sock"
-
Jérome Perrin authored
One notable change since previous version is that a new sql input, that can be used to get metrics from sql queries.
-
Jérome Perrin authored
-
Jérome Perrin authored
This partially reverts ee733f9d because of issues with python3
-
- 30 Mar, 2022 15 commits
-
-
Jérome Perrin authored
Commit ee733f9d (version up: zc.buildout 2.7.1+slapos017, slapos.libnetworkcache 0.23, 2022-03-28) introduced a new way of computing cache key used for shacache and downlaod URLs that were only in cache but no longer available from their original location no longer could be retrieved. This update the original download URLs to URLs that are valid today. See merge request !1147
-
Julien Muchembled authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
I could not find tarball for 2.1 so I updated
-
Jérome Perrin authored
also remove useless environment option which has same value as the macro
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
(+ small cosmetic fixes)
-