An error occurred fetching the project authors.
  1. 28 Jul, 2020 1 commit
  2. 25 Jun, 2020 1 commit
    • Vincent Pelletier's avatar
      stack/{slapos.cfg,caucase}: Version up. · 59ebf0d0
      Vincent Pelletier authored
      To fix caucased failures:
        File "caucase/caucase/http.py", line 799, in main
          http_cas=http_cas,
        File "caucase/caucase/http.py", line 397, in getSSLContext
          http_cas.createCertificate(csr_id)
        File "caucase/caucase/ca.py", line 281, in createCertificate
          template_csr=template_csr,
        File "caucase/caucase/ca.py", line 328, in _createCertificate
          x509.SubjectKeyIdentifier,
        File "cryptography-2.3.1-py2.7-linux-x86_64.egg/cryptography/x509/extensions.py", line 189, in from_issuer_subject_key_identifier
          key_identifier=ski.value.digest,
      AttributeError: 'SubjectKeyIdentifier' object has no attribute 'value'
      
      In turn, this requires updating cryptography dependencies.
      In turn, this requires updating requests as our old version is
      incompatible with current idna version.
      In turn, this requires updating requests dependencies.
      And finally, this allows/requires updating some pins in SRs:
      - software/jupyter: Version up certifi.
      - stack/erp5: Un-pin chardet, as it is already pinned at stack/slapos level.
      59ebf0d0
  3. 08 Jun, 2020 1 commit
  4. 19 May, 2020 1 commit
  5. 18 May, 2020 1 commit
    • Jérome Perrin's avatar
      erp5: use recent gcc · 869cc03d
      Jérome Perrin authored
      gcc-5.5 compiles a bit slower python and we are observing failures in
      ERP5 performance tests.
      869cc03d
  6. 07 May, 2020 1 commit
  7. 04 May, 2020 1 commit
    • Julien Muchembled's avatar
      Clean up egg pinning · a8c3e42a
      Julien Muchembled authored
      For some SR, it implies the following upgrades:
      - decorator: 4.3.0
      - gitdb2: 2.0.5
      - smmap2: 2.0.5
      - subprocess32: 3.5.3
      a8c3e42a
  8. 29 Apr, 2020 6 commits
    • Arnaud Fontaine's avatar
      stack/erp5: SOFTWARE_HOME was incorrectly set to Zope2.egg/Zope2. · 701eeb0b
      Arnaud Fontaine authored
      As SOFTWARE_HOME is added at the top of sys.path, this meant that Zope2.egg/Zope2
      ended up at the top of sys.path:
        * This broke `imp.find_module('App')` and Pylint (`No name 'Extensions' in
          module 'App' (no-name-in-module)`) because there are `App` modules in both
          Zope2.egg/Zope2/ and Zope2.egg/ and the former was returned.
        * "Normal" instances and Products.ERP5Type.tests.runUnitTest properly set up
          SOFTWARE_HOME to Zope2.egg/.
      
      Additionally, according to Zope2/Testing documentation, SOFTWARE_HOME is only
      needed to find Zope2.egg/Testing module, already available as Zope2.egg is in
      sys.path.
      701eeb0b
    • Jérome Perrin's avatar
      component/mariadb: install in shared mode · d29fba55
      Jérome Perrin authored
      Mariadb was not shared, because installing mroonga writes a plugin in
      mariadb's plugin dir and it's not allowed for one part to write in
      another part's folder.
      
      The approach is to install mroonga plugin in it's own plugin directory,
      then copy all mariadb default plugins in this plugin directory and
      configure instance to use mroonga's plugin directory.
      
      Groonga also has plugins and we are using groonga-normalizer-mysql
      plugin. Fortunately, groonga reads plugins located in paths listed in
      GRN_PLUGINS_PATH environment variable, so we can use a simpler approach
      of installing plugins in their own installation folder and set
      GRN_PLUGINS_PATH in the environment of processes using groonga, ie. the
      mariadb server process.
      d29fba55
    • Jérome Perrin's avatar
      5af67708
    • Jérome Perrin's avatar
      stack/erp5: adjust aspell usage · 9c2dcca8
      Jérome Perrin authored
      We now need to refer to the part where the dictionnary was installed.
      9c2dcca8
    • Jérome Perrin's avatar
      component/apache: install in shared mode · 52515150
      Jérome Perrin authored
      apr and apr-util are now build separately. I'm not sure there was any
      benefit with that approach of copying the directories inside apache
      source tree before build.
      
      Using extra modules, like apache-antiloris require to install apache in
      non-shared mode.
      
      This also removes apache-antiloris from cloudooo and erp5 stacks so that
      they can use apache as shared. Even if the section was installed, this
      was not used anywhere.
      52515150
    • Jérome Perrin's avatar
      1d80a9cf
  9. 27 Apr, 2020 1 commit
  10. 24 Apr, 2020 1 commit
  11. 20 Apr, 2020 1 commit
  12. 18 Apr, 2020 1 commit
  13. 17 Apr, 2020 1 commit
  14. 31 Mar, 2020 1 commit
  15. 22 Mar, 2020 1 commit
  16. 03 Feb, 2020 1 commit
    • Julien Muchembled's avatar
      erp5: clean up · 747917f4
      Julien Muchembled authored
      Many parts were still built for nothing now that cloudooo is removed
      from this SR. This saves 14MB.
      
      Many extends and many parts from ${buildout:parts}
      also don't need to be listed explicitly.
      747917f4
  17. 13 Jan, 2020 1 commit
  18. 25 Dec, 2019 1 commit
  19. 25 Nov, 2019 1 commit
  20. 07 Nov, 2019 3 commits
  21. 24 Oct, 2019 1 commit
  22. 30 Aug, 2019 1 commit
  23. 29 Aug, 2019 1 commit
  24. 28 Aug, 2019 1 commit
  25. 26 Jul, 2019 1 commit
  26. 24 Jun, 2019 1 commit
  27. 21 Jun, 2019 1 commit
  28. 20 Jun, 2019 1 commit
  29. 19 Jun, 2019 1 commit
  30. 31 May, 2019 2 commits
  31. 25 Apr, 2019 1 commit
  32. 09 Apr, 2019 1 commit