1. 25 Aug, 2017 2 commits
  2. 23 Aug, 2017 4 commits
    • Rafael Monnerat's avatar
      erp5testnode: Pin eggs · ecc8b9b8
      Rafael Monnerat authored
      ecc8b9b8
    • Rafael Monnerat's avatar
      erp5testnode: Ignore partition in case of resilience. · 3a29888e
      Rafael Monnerat authored
        If someone is developing an erp5 test node inside a webrunner, there is no reason to put entire data on resilience.
      3a29888e
    • Rafael Monnerat's avatar
      slaprunner: Export (rsync) ignore missing args · 387d3b7e
      Rafael Monnerat authored
        When a file is removed while rsync is running (after build the list and before transfer the file), rsync fail with the follow message:
      
           rsync warning: some files vanished before they could be transferred
      
        This commit includes   --ignore-missing-args into rsync command line to ignore this case, as it is not relevant to the resilience
      if a file is removed.
      387d3b7e
    • Vincent Pelletier's avatar
      stack/erp5: Drop duplicate parameter. · 0c4e385e
      Vincent Pelletier authored
      This parameter came from monitor work, but it is shadowing a parameters
      already relied upon by ERP5 SR. Changing its value causes a regression
      in ERP5 SR: node-id, which is supposed to be stable accros instance
      trees, changed because of this.
      0c4e385e
  3. 21 Aug, 2017 2 commits
  4. 18 Aug, 2017 5 commits
  5. 14 Aug, 2017 5 commits
  6. 12 Aug, 2017 2 commits
  7. 11 Aug, 2017 1 commit
  8. 08 Aug, 2017 1 commit
    • Łukasz Nowak's avatar
      jupyter: Simplify ERP5kernel maintenance · 554dc32d
      Łukasz Nowak authored
      Instead of templating python code, make it static and parameterize it
      with parameters.
      
      kernel.json can pass default ERP5 url, which is (dirty) read by
      ERP5kernel. Additionally ERP5kernel.py is just linked into kernel
      directory, which simplifies debugging.
      
      Note: This commit is still dirty, but it prepares ERP5kernel.py to be
            packaged, thus there is no reason to make more changes and
            cleanup.
      
      /reviewed-on nexedi/slapos!206
      554dc32d
  9. 04 Aug, 2017 17 commits
  10. 02 Aug, 2017 1 commit