- 15 Jun, 2021 1 commit
-
-
Thomas Gambier authored
This is a fixup of 5e69756c
-
- 14 Jun, 2021 3 commits
-
-
Thomas Gambier authored
fixup of nexedi/slapos.package@f04d923d
-
Thomas Gambier authored
This reverts commit 6e5b4d76 and commit 055ffef4. After slapos.buildout@0abf873d we don't have compiled wheels anymore
-
Thomas Gambier authored
With previous version of setuptools (33.1.1), we have errors when downloading the latest version: While: Bootstrapping. Getting distribution for 'setuptools==44.1.1'. Error: https://files.pythonhosted.org/packages/b2/40/4e00501c204b457f10fe410da0c97537214b2265247bc9a5bc6edd55b9e4/setuptools-44.1.1.zip#sha256=c67aa55db532a0dadc4d2e20ba9961cbd3ccc84d544e9029699822542b5a476b hostname 'files.pythonhosted.org' doesn't match 'r.ssl.fastly.net'
-
- 03 Jun, 2021 1 commit
-
-
Thomas Gambier authored
See merge request !146
-
- 01 Jun, 2021 1 commit
-
-
Łukasz Nowak authored
Having base playbook for Rapid.Space VPS servers is a good way to automate common tasks on such servers.
-
- 27 May, 2021 1 commit
-
-
Łukasz Nowak authored
Additional role rapid-space-vps-base is added for furhter extensions. Unfortunately a lot of various approaches is needed: * ini_file for oneline manipulation * blockinfile for adding a section * lineinfile for uncommenting Note: it was discovered, that some specific parts are just missing in vifib-server, so add them there.
-
- 26 May, 2021 1 commit
-
-
Joanne Hugé authored
See merge request !143
-
- 21 May, 2021 2 commits
-
-
Rafael Monnerat authored
See merge request !144
-
Łukasz Nowak authored
-
- 17 May, 2021 1 commit
-
-
Joanne Hugé authored
patsubst adds whitespaces preventing the correct file, perl and chrpath to be used. For archlinux package file command fails because of this.
-
- 07 May, 2021 1 commit
-
-
Łukasz Nowak authored
-
- 05 May, 2021 4 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
33.1.0 fails to find zc.buildout
-
Julien Muchembled authored
This replaces a long pipeline that only failed if the last pipe command fails. But on Arch, we got the following error: xargs: file: terminated by signal 31 and the build continued, pretending it was successful whereas the package was unusable. This is similar to bash's pipefail. Note that 'chrpath -k' exit code is ignored because it is expected to return 2.
-
Lu Xu authored
-
- 06 Apr, 2021 2 commits
-
-
Thomas Gambier authored
Fedora distribution refuses shebang with unknown python version: ERROR: ambiguous python shebang in /opt/slapos/tmp-networkcached/bin/networkcache-download: #!/usr/bin/python. Change it to python3 (or python2) explicitly. ERROR: ambiguous python shebang in /opt/slapos/tmp-networkcached/bin/networkcache-upload: #!/usr/bin/python. Change it to python3 (or python2) explicitly. ERROR: ambiguous python shebang in /opt/slapos/tmp-networkcached/bin/buildout: #!/usr/bin/python. Change it to python3 (or python2) explicitly. ERROR: ambiguous python shebang in /opt/slapos/tmp-networkcached/bin/generate-signature-key: #!/usr/bin/python. Change it to python3 (or python2) explicitly. Using python2.7 explicitely will make the shebang /usr/bin/python2.7
-
Thomas Gambier authored
-
- 17 Mar, 2021 1 commit
-
-
Ivan Tyagov authored
-
- 15 Mar, 2021 1 commit
-
-
Thomas Gambier authored
-
- 12 Mar, 2021 2 commits
-
-
Thomas Gambier authored
This is needed specially for kernel after 4.16 (especially 4.19, kernel version of Debian 10) because much more objects are counted in this max_size limit. See interesting discussion here: https://lore.kernel.org/patchwork/patch/1245043/
-
Thomas Gambier authored
-
- 04 Mar, 2021 1 commit
-
-
Łukasz Nowak authored
-
- 17 Feb, 2021 2 commits
-
-
Julien Muchembled authored
Also stop using deprecated TarFile.add's exclude parameter.
-
Julien Muchembled authored
Shipping binaries in /usr/sbin fails because /usr/sbin is a symlink to /usr/bin. Similarly, /lib is a symlink to /usr/lib. https://wiki.archlinux.org/index.php/Frequently_asked_questions#Does_Arch_follow_the_Linux_Foundation's_Filesystem_Hierarchy_Standard_(FHS)?
-
- 11 Feb, 2021 1 commit
-
-
Rafael Monnerat authored
Unfortunately, pip download is no good at downloading only. It always want to instal the egg which is not feasible (see this issue https://github.com/pypa/pip/issues/1884). Fixup for 6e5b4d76
-
- 09 Feb, 2021 1 commit
-
-
Rafael Monnerat authored
-
- 04 Feb, 2021 2 commits
-
-
Thomas Gambier authored
also remove slapos-test-node playbook as we don't need it anymore
-
Thomas Gambier authored
-
- 29 Jan, 2021 1 commit
-
-
Thomas Gambier authored
-
- 25 Jan, 2021 1 commit
-
-
Nicolas Wavrant authored
-
- 28 Dec, 2020 3 commits
- 04 Dec, 2020 1 commit
-
-
Thomas Gambier authored
-
- 25 Nov, 2020 1 commit
-
-
Thomas Gambier authored
-
- 19 Nov, 2020 2 commits
-
-
Thomas Gambier authored
See merge request !135
-
Kirill Smelkov authored
In addition to linux-image we have to explicitly install/upgrade kernel headers as well because once they are installed via nxd-fuse-dkms -> dkms -> linux-headers-amd64, they won't be upgraded, and if linux-image-amd64 gets upgraded, but headers are not, nxd-fuse-dkms will be skipped to recompile for upgraded kernel. !133 (comment 121068)
-
- 16 Nov, 2020 1 commit
-
-
Thomas Gambier authored
-
- 13 Nov, 2020 1 commit
-
-
Thomas Gambier authored
See merge request nexedi/slapos.package!133
-