1. 07 Sep, 2022 1 commit
  2. 02 Sep, 2022 3 commits
    • Boxiang Sun's avatar
      playbook: add Ubuntu 22.04 repository · a1e8cffb
      Boxiang Sun authored
      a1e8cffb
    • Jérome Perrin's avatar
      39c176c3
    • Jérome Perrin's avatar
      standalone-shared/erp5-show: use python3 · 06ba44ec
      Jérome Perrin authored
      This script had #!/opt/slapos/parts/python2.7/bin/python2.7 which we
      no longer ship.
      
      This might be the reason why the test fail with an error like this in the log
      
          TASK [standalone-shared : Check ERP5 state] ************************************
          fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": "/usr/local/bin/erp5-show -s", "delta": "0:00:00.003072", "end": "2022-09-01 22:49:43.877821", "failed": true, "rc": 127, "start": "2022-09-01 22:49:43.874749", "stderr": "/bin/sh: 1: /usr/local/bin/erp5-show: not found", "stdout": "", "stdout_lines": [], "warnings": []}
      06ba44ec
  3. 31 Aug, 2022 1 commit
  4. 22 Aug, 2022 1 commit
  5. 18 Aug, 2022 2 commits
  6. 02 Aug, 2022 2 commits
  7. 18 Jul, 2022 1 commit
    • Ophélie Gagnard's avatar
      playbook/*ridge*: Add a playbook "ridge". · e6bbdfbb
      Ophélie Gagnard authored
      Goal: Fill a reference database in Wendelin for the OCEAN project.
      How: Deploy a script in a Test Suite that scans and upload the desired parts of a KVM filesystem. This is a playbook for the deployment script.
      
      Files: playbook/ridge.yml, playbook/roles/ridge/*
      
      See merge request !163
      e6bbdfbb
  8. 13 Jul, 2022 2 commits
  9. 08 Jul, 2022 2 commits
  10. 06 Jul, 2022 3 commits
  11. 16 Jun, 2022 2 commits
  12. 02 Jun, 2022 2 commits
  13. 24 May, 2022 1 commit
  14. 15 May, 2022 1 commit
  15. 13 May, 2022 1 commit
  16. 07 May, 2022 2 commits
    • Julien Muchembled's avatar
      re6st: fix build on OS with Python 3 · 02d6e441
      Julien Muchembled authored
      For CentOS_8 & CentOS_8_Stream, I give up:
      - nothing provides python, python2, python3 or /usr/bin/python
        (actually, there's a python2 package on CentOS_8_Stream, but only to ship
        a /usr/bin/python2 that tells the user not to use Python 2... wtf ?)
      - by default, there exists /usr/libexec/platform-python and it's functional
        but the build of openssl requires any of python{,2,3} in PATH, which means
        that a probable solution is to:
        - conditionally depend on 'python' only `%if 0%{?centos_ver} != 8`
        - change Makefile.in to add a symlink to /usr/libexec/platform-python
          in a temporary directory that we add to $PATH during the build
      - ... but it's probably fine to use packages for CentOS_7
      02d6e441
    • Julien Muchembled's avatar
      re6st: fix build on old OS · eedbe098
      Julien Muchembled authored
      eedbe098
  17. 05 May, 2022 1 commit
  18. 03 May, 2022 2 commits
  19. 22 Apr, 2022 1 commit
  20. 13 Apr, 2022 1 commit
  21. 15 Mar, 2022 3 commits
  22. 09 Mar, 2022 1 commit
  23. 04 Mar, 2022 1 commit
  24. 24 Feb, 2022 1 commit
  25. 16 Feb, 2022 1 commit
  26. 11 Feb, 2022 1 commit