An error occurred fetching the project authors.
  1. 15 Mar, 2018 1 commit
    • Gabriel Monnerat's avatar
      software/slaprunner: Fix path to restore from backup · 1bdac5da
      Gabriel Monnerat authored
      slapuser4@COMP-2212:~/srv/testnode/bej/inst$ ./test0-5/bin/runner-importer
      ./test0-5/bin/runner-importer run at : Mon Mar 12 19:55:50 CET 2018
      Restoring WebRunner content...
      ./test0-5/bin/runner-importer: line 49: cd: /srv/slapgrid/slappart4/srv/testnode/bej/inst/test0-5/srv/backup/runner/runner/: No such file or directory
      1bdac5da
  2. 05 Mar, 2018 2 commits
  3. 27 Feb, 2018 1 commit
  4. 29 Jan, 2018 1 commit
  5. 25 Jan, 2018 2 commits
  6. 24 Oct, 2017 1 commit
  7. 17 Oct, 2017 2 commits
  8. 11 Oct, 2017 10 commits
  9. 03 Oct, 2017 3 commits
  10. 27 Sep, 2017 1 commit
    • Hardik Juneja's avatar
      slaprunner: Export (rsync) silence rsync warning · fa8b6eaa
      Hardik Juneja 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
      
      Long back rafael proped a solution here 387d3b7e
      But it seems like adding --ignore-missing-args dont really help but just ignore the files given in args and are counldn't be found anymore.
      
      /reviewed-on nexedi/slapos!225
      fa8b6eaa
  11. 23 Aug, 2017 1 commit
    • 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
  12. 30 Jun, 2017 1 commit
  13. 16 Jun, 2017 1 commit
  14. 13 Jun, 2017 1 commit
  15. 06 Jun, 2017 3 commits
  16. 05 Jun, 2017 2 commits
  17. 03 Jun, 2017 1 commit
  18. 02 Jun, 2017 2 commits
  19. 19 May, 2017 1 commit
  20. 16 May, 2017 2 commits
  21. 05 May, 2017 1 commit
    • Rafael Monnerat's avatar
      slaprunner: Allow set software-root via parameters · eec7c81e
      Rafael Monnerat authored
        Allow set software-root via parameters allow the webrunner inside a erp5testnode,
        recover the the previous builds from previous resilient tests, and only update (instead build from scratch)
        This is a typical usage on the webrunner (keep updating SR), so there is no
        problem on use this approach on erp5testnode tests.
      eec7c81e