An error occurred fetching the project authors.
  1. 17 Jun, 2019 1 commit
  2. 26 Mar, 2019 1 commit
  3. 11 Mar, 2019 1 commit
  4. 10 Jan, 2019 1 commit
  5. 07 Jan, 2019 1 commit
  6. 07 Dec, 2018 1 commit
  7. 03 Dec, 2018 1 commit
  8. 14 Nov, 2018 2 commits
  9. 13 Nov, 2018 1 commit
  10. 24 Oct, 2018 1 commit
  11. 12 Oct, 2018 1 commit
    • Nicolas Wavrant's avatar
      slaprunner: correctly patch software release path on import · f5eee79f
      Nicolas Wavrant authored
      usually, the software release path is :
      in a web runner : /srv/slapgrid/slappartXX/srv/runner/project/buildout.cfg
      in a test node : /srv/slapgrid/slappartX/srv/testnode/xx/inst/test0-XX/srv/runner/project/buldout.cfg
      
      the previous regex was replacing in all slappartX and test0-X by the new test0-Y
      which of course would make an existing path : /srv/slapgrid/test0-Y/.../test0-Y/...
      
      This commit only replace the latest occurence in order to have
      compatible code in the "normal" case, and in the test nodes
      f5eee79f
  12. 05 Oct, 2018 2 commits
    • Alain Takoudjou's avatar
      slaprunner: exclude backup.signature while checking if file changed during export · 746d98d9
      Alain Takoudjou authored
      Runner exporter failed with this message while checking if file changed during backup of instances files:
      
          < 3226bab4cd318d30cfbde18e6530435dcae3205f94103384ce266c3c73d1afeb  ./runner/instance/slappart2/srv/backup/pbs/slaprunner-slappart1-runner-1/backup.signature
          < 3226bab4cd318d30cfbde18e6530435dcae3205f94103384ce266c3c73d1afeb  ./runner/instance/slappart3/srv/backup/runner/backup.signature
          < 3226bab4cd318d30cfbde18e6530435dcae3205f94103384ce266c3c73d1afeb  ./runner/instance/slappart5/srv/backup/runner/backup.signature
          5248d5244
          < bb3d96876d1d6cecee9878d835e7515215fc5d2a6ae6b647d0e7915c36700b54  ./runner/instance/slappart4/srv/backup/runner/backup.signature
          ERROR: Some backups are not consistent, exporter should be re-run.
      
      This is because instance in webrunner has also backup.signature the file is excluded while doing sha256sum on backup file:
      
          find -type f ! -name backup.signature -print0 | xargs -0 sha256sum | sort -k 66 > backup.signature
      
      A fix is to exclude backup.signature in `find`.
      746d98d9
    • Alain Takoudjou's avatar
      slaprunner: do not try to chdir if not a directory while building exclude list · 220411a0
      Alain Takoudjou authored
      If instance/slappartXX is not a folder but file, skip chdir else import/export fail with a message like:
      
          /srv/slapgrid/slappart18/bin/runner-exporter run at : Thu Oct  4 04:30:03 CEST 2018
          Traceback (most recent call last):
            File "<stdin>", line 17, in <module>
          OSError: [Errno 20] Not a directory: '/srv/slapgrid/slappart18/srv//runner/instance/slappart5-mariadb.dump.sql.gz'
      220411a0
  13. 03 Oct, 2018 2 commits
  14. 28 Sep, 2018 1 commit
  15. 13 Sep, 2018 1 commit
  16. 29 Aug, 2018 1 commit
  17. 17 Aug, 2018 1 commit
  18. 03 Aug, 2018 1 commit
    • Alain Takoudjou's avatar
      correctly propagate password to requested instances · 8d4b5445
      Alain Takoudjou authored
      the recipe slapos.cookbook:generate.password will install the password only after the [request-xx] was called for the first time. Then the second run of buildout the password can change as it was not stored yet. We use publish-early to make it persistent on master and avoid inconsistency between published password and stored one.
      
      /reviewed-on nexedi/slapos!370
      8d4b5445
  19. 30 Jul, 2018 2 commits
  20. 25 Jul, 2018 1 commit
  21. 24 Jul, 2018 1 commit
  22. 18 Jul, 2018 1 commit
  23. 22 Jun, 2018 2 commits
  24. 12 Apr, 2018 3 commits
  25. 16 Mar, 2018 1 commit
  26. 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
  27. 05 Mar, 2018 2 commits
  28. 27 Feb, 2018 1 commit
  29. 29 Jan, 2018 1 commit
  30. 25 Jan, 2018 2 commits
  31. 24 Oct, 2017 1 commit