1. 03 Aug, 2018 1 commit
  2. 01 Aug, 2018 1 commit
  3. 31 Jul, 2018 1 commit
  4. 03 Jul, 2018 3 commits
  5. 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
  6. 07 Jun, 2018 1 commit
  7. 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
  8. 18 Nov, 2017 1 commit
  9. 03 Jul, 2017 1 commit
  10. 29 Jun, 2017 2 commits
  11. 21 Jun, 2017 3 commits
  12. 05 Jun, 2017 2 commits
  13. 30 May, 2017 1 commit
  14. 29 May, 2017 6 commits
  15. 08 Mar, 2017 5 commits
  16. 23 Feb, 2017 2 commits
  17. 22 Feb, 2017 2 commits
  18. 07 Dec, 2016 2 commits
  19. 08 Nov, 2016 2 commits
    • Julien Muchembled's avatar
      Release 0.28 · e6b9fc64
      Julien Muchembled authored
      e6b9fc64
    • Julien Muchembled's avatar
      vm.install-debian: fixes/improvements · 0f910594
      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.
      0f910594
  20. 07 Nov, 2016 1 commit
  21. 06 Nov, 2016 1 commit