1. 27 Feb, 2020 3 commits
    • Julien Muchembled's avatar
      vm: no empty floppy/cdrom drives · 0ccf60ee
      Julien Muchembled authored
      0ccf60ee
    • Julien Muchembled's avatar
      vm: always use GPT · 98b08d24
      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.
      98b08d24
    • Julien Muchembled's avatar
      vm: switch to XFS · fc55ce55
      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.
      fc55ce55
  2. 16 Oct, 2019 1 commit
  3. 11 Oct, 2019 3 commits
  4. 19 Jun, 2019 1 commit
  5. 11 Feb, 2019 1 commit
  6. 27 Nov, 2018 1 commit
  7. 29 Oct, 2018 2 commits
  8. 26 Oct, 2018 2 commits
  9. 13 Sep, 2018 1 commit
  10. 11 Sep, 2018 1 commit
  11. 27 Aug, 2018 1 commit
  12. 22 Aug, 2018 3 commits
  13. 21 Aug, 2018 3 commits
  14. 20 Aug, 2018 1 commit
  15. 03 Aug, 2018 1 commit
  16. 01 Aug, 2018 1 commit
  17. 31 Jul, 2018 1 commit
  18. 03 Jul, 2018 3 commits
  19. 13 Jun, 2018 1 commit
    • Jérome Perrin's avatar
      drop :cpan · 06b80033
      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
      06b80033
  20. 07 Jun, 2018 1 commit
  21. 28 Mar, 2018 1 commit
    • Jérome Perrin's avatar
      downloadunpacked: fix setuptools import · 514a4483
      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 !3
      514a4483
  22. 18 Nov, 2017 1 commit
  23. 03 Jul, 2017 1 commit
  24. 29 Jun, 2017 2 commits
  25. 21 Jun, 2017 3 commits