Skip to content
Snippets Groups Projects
  1. Oct 10, 2022
  2. Oct 07, 2022
  3. Oct 05, 2022
  4. Sep 14, 2022
  5. May 18, 2022
  6. Jan 10, 2022
  7. Dec 15, 2021
  8. Dec 08, 2021
  9. Oct 20, 2021
  10. Oct 13, 2021
  11. Oct 12, 2021
  12. Oct 06, 2021
  13. Sep 23, 2021
  14. Sep 16, 2021
  15. Sep 09, 2021
  16. Aug 13, 2021
  17. Jul 16, 2021
    • Antoine Lambert's avatar
      base-buster: Install emscripten required by swh-search · 949068b6
      Antoine Lambert authored
      swh-search will use tree-sitter to generate its search language
      parser which has the advantage to work both with Python and
      JavaScript.
      
      JavaScript version of the parser requires the compilation of a
      Web Assembly module and thus emscripten must be installed in
      the build environment.
      949068b6
  18. Jun 09, 2021
  19. May 04, 2021
    • Vincent Sellier's avatar
      sphinx: Fix the creation of the pre-commit file during the mr update · 6082a2d0
      Vincent Sellier authored
      Change the default permission of the ~jenkins/.cache directory
      created by the --mount option on the RUN command
      It fixes all the following errors:
      ```
      During handling of the above exception, another exception occurred:
      
      Traceback (most recent call last):
        File "/home/jenkins/.local/bin/pre-commit", line 10, in <module>
          sys.exit(main())
        File "/home/jenkins/.local/lib/python3.7/site-packages/pre_commit/main.py", line 398, in main
          f'Command {args.command} failed to exit with a returncode',
        File "/usr/lib/python3.7/contextlib.py", line 130, in __exit__
          self.gen.throw(type, value, traceback)
        File "/home/jenkins/.local/lib/python3.7/site-packages/pre_commit/error_handler.py", line 73, in error_handler
          _log_and_exit(msg, ret_code, e, traceback.format_exc())
        File "/home/jenkins/.local/lib/python3.7/site-packages/pre_commit/error_handler.py", line 24, in _log_and_exit
          storedir = Store().directory
        File "/home/jenkins/.local/lib/python3.7/site-packages/pre_commit/store.py", line 52, in __init__
          os.makedirs(self.directory, exist_ok=True)
        File "/usr/lib/python3.7/os.py", line 221, in makedirs
          mkdir(name, mode)
      PermissionError: [Errno 13] Permission denied: '/home/jenkins/.cache/pre-commit'
      ```
      Verified
      6082a2d0
  20. Apr 14, 2021
  21. Mar 15, 2021
  22. Jan 21, 2021
  23. Jan 11, 2021
  24. Dec 07, 2020
  25. Oct 01, 2020
  26. Sep 23, 2020
  27. Aug 20, 2020
  28. Jul 08, 2020
  29. Mar 30, 2020
Loading