1. 24 Jun, 2021 2 commits
  2. 22 Jun, 2021 3 commits
  3. 21 Jun, 2021 2 commits
  4. 16 Jun, 2021 2 commits
  5. 15 Jun, 2021 10 commits
  6. 14 Jun, 2021 2 commits
    • Xavier Thompson's avatar
      stack/slapos.cfg: wheel = 0.35.1:whl · 9a5b1341
      Xavier Thompson authored
      This is a workaround to avoid the UnicodeDecodeError that occurs
      when installing wheel, in particular during compilation of ERP5.
      9a5b1341
    • Julien Muchembled's avatar
      ERP5: fix mariadb initialization when datadir is not a simple directory · 1bb0aa8f
      Julien Muchembled authored
      The previous way to initialize ~/srv/mariadb relied on /bin/mv, so that
      it's atomic, making [template-mysqld-wrapper] idempotent (think of a
      crash in the middle mysql_install_db). However, mv only works if
      ~/srv/mariadb is a simple directory: it fails if it's a symlink,
      a mount point, or a subvolume (btrfs).
      
      When using extra storage devices for some data, one may prefer to only
      put the data (e.g. ~/srv/mariadb) and not the whole slapos partition.
      Then if we want a resilient ERP5 with catalog's datadir on a separate
      storage device, the importer script must be able to reinitialize
      ~/srv/mariadb whatever its type.
      1bb0aa8f
  7. 11 Jun, 2021 2 commits
  8. 10 Jun, 2021 4 commits
  9. 09 Jun, 2021 1 commit
  10. 04 Jun, 2021 12 commits