- 27 Feb, 2020 5 commits
-
-
Jérome Perrin authored
This fixes a problem visible when installing openssl 1.1.1d from component/openssl. At the end of install step, some symlinks are created inside openssl install directory for all certificates from ca-certificates part, then the "make read only" step occurs, which recursively chmod on files and folder in openssl installed parts, but since this was following symlinks, it was also trying to make readonly in ca-certificates parts, which in my case was belonging to another unix user, because it was a shared part folder from outer level slapos. /reviewed-on !10
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
It's a nightmare to convert from DOS to GPT (required when moving to a disk bigger than 2TB), because GRUB can only be installed reliably from the system to boot.
-
Julien Muchembled authored
ext4 was chosen for the 'discard' option, but formatting takes too much time and space. I was surprised to see my VM being paused (no left space on host) because of ext4lazyinit.
-
- 16 Oct, 2019 1 commit
-
-
Julien Muchembled authored
-
- 11 Oct, 2019 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 19 Jun, 2019 1 commit
-
-
Julien Muchembled authored
-
- 11 Feb, 2019 1 commit
-
-
Ayush Tiwari authored
An unrelated change is about develop mode: the behaviour was simplified to do nothing if a working copy already exists. TODO: handle removal of submodules /reviewed-on nexedi/slapos.recipe.build!7
-
- 27 Nov, 2018 1 commit
-
-
Ayush Tiwari authored
Note that we don't change the URL for BAD_GIT_REPOSITORY as we need them to return 500 while trying to clone. If we use Nexedi Gitlab repo for non-existing repo, we get redirected to login page. Hence, we keep using git.erp5.org for `repo/nowhere`. /reviewed-on !6
-
- 29 Oct, 2018 2 commits
-
-
Julien Muchembled authored
-
Bryton Lacquement authored
-
- 26 Oct, 2018 2 commits
-
-
Julien Muchembled authored
-
Bryton Lacquement authored
-
- 13 Sep, 2018 1 commit
-
-
Julien Muchembled authored
-
- 11 Sep, 2018 1 commit
-
-
Bryton Lacquement authored
-
- 27 Aug, 2018 1 commit
-
-
Yusei Tahara authored
-
- 22 Aug, 2018 3 commits
-
-
Yusei Tahara authored
download, downloadunpacked: Check shared directory is not enough. Shared directory may be created before completing installation. Check signature file too.
-
Yusei Tahara authored
Revert "download, downloadunpacked: Check shared directory is not enough. Shared directory may be created before completing installation. Check signature file too." This reverts commit 9be7928b.
-
Yusei Tahara authored
download, downloadunpacked: Check shared directory is not enough. Shared directory may be created before completing installation. Check signature file too.
-
- 21 Aug, 2018 3 commits
-
-
Yusei Tahara authored
-
Yusei Tahara authored
downloadunpacked: Because shared part should not be uninstalled, install method should return an empty list in shared mode.
-
Yusei Tahara authored
download, downloadunpacked: Rename 'shared-part' to 'shared-parts'. Since the original option name is 'parts', 'shared-parts' is consistent.
-
- 20 Aug, 2018 1 commit
-
-
Yusei Tahara authored
download, downloadunpacked: Disable shared feature by default since it is stil an experimental one. Enable it only if shared-part is defined.
-
- 03 Aug, 2018 1 commit
-
-
Xiaowu Zhang authored
-
- 01 Aug, 2018 1 commit
-
-
Xiaowu Zhang authored
-
- 31 Jul, 2018 1 commit
-
-
Xiaowu Zhang authored
-
- 03 Jul, 2018 3 commits
-
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
- 13 Jun, 2018 1 commit
-
-
Jérome Perrin authored
This recipe alters a system perl ( or perl installed by another buildout recipe ), which is not consistent with the independence of parts we are trying to achieve in order to be able to cache and share parts. SlapOS comonents now expose a `perl-CPAN-package` macro that should be used for consistency. See slapos!341 /reviewed-on !4
-
- 07 Jun, 2018 1 commit
-
-
Julien Muchembled authored
For Stretch, the installer needs more than 256M.
-
- 28 Mar, 2018 1 commit
-
-
Jérome Perrin authored
setuptools.archive_util is not available unless setuptools.archive_util have been imported before. For example: ```python >>> import setuptools >>> setuptools.archive_util Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'archive_util' >>> import setuptools.archive_util >>> setuptools.archive_util <module 'setuptools.archive_util' from '/usr/local/lib/python2.7/dist-packages/setuptools/archive_util.pyc'> ``` /reviewed-on nexedi/slapos.recipe.build!3
-
- 18 Nov, 2017 1 commit
-
-
Yusei Tahara authored
gitclone: Fix upload_network_cached. helper_upload_network_cached_from_directory needs two additional parameters since slapos.libnetworkcache 0.14.5.
-
- 03 Jul, 2017 1 commit
-
-
Julien Muchembled authored
-
- 29 Jun, 2017 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
Since slapos.libnetworkcache needs configuration, the user already pulls it explicitely. Do not annoy those who don't use it. In our case, it breaks offline builds with Python 2.6 when the download-cache is prepared with Python 2.7: argparse missing.
-
- 21 Jun, 2017 1 commit
-
-
Julien Muchembled authored
-