- 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 nexedi/slapos!341 /reviewed-on nexedi/slapos.recipe.build!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 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
zc.buildout.download.Download may return temporary files (only readable/writable by the current user) and by default we'd like installed files to respect umask. In the case of SlapOS, we usually want installed files to be readable by members of 'slapsoft' group.
-
- 05 Jun, 2017 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
Not fully tested. With this commit, it is at least possible to bootstrap SlapOS from Python 3.
-
- 30 May, 2017 1 commit
-
-
Julien Muchembled authored
-
- 29 May, 2017 6 commits
-
-
Vincent Pelletier authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 08 Mar, 2017 5 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 23 Feb, 2017 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 22 Feb, 2017 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 07 Dec, 2016 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 08 Nov, 2016 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
- No more limit on the number of preseed parameters, by placing a preseed.cfg file inside the initrd, instead of passing them all via the command line. The kernel is usually limited to 32 parameters and it panics when there are too many. - Dist-specific options. - Recognize preseed aliases. - late-command is run with '/bin/sh -e' and it must exit with EX_OK (0), otherwise the installer stops.
-
- 07 Nov, 2016 1 commit
-
-
Julien Muchembled authored
-
- 06 Nov, 2016 1 commit
-
-
Julien Muchembled authored
-
- 30 Oct, 2016 1 commit
-
-
Julien Muchembled authored
9p has no option to map uid/gid, which means that the user on the guest should have the same ids than on the host to avoid issues when accessing mount points. This is easier to create such user in 'vm.run' rather than in 'vm.install-*'. In other words, this commit reverts to the previous behaviour that 'vm.install-*' does not create a normal user account by default.
-