Skip to content
Snippets Groups Projects
  1. Jan 04, 2023
  2. Nov 23, 2022
  3. Oct 27, 2022
  4. Oct 26, 2022
  5. Oct 25, 2022
  6. Oct 10, 2022
  7. Oct 07, 2022
  8. Oct 05, 2022
  9. Sep 14, 2022
  10. May 18, 2022
  11. Jan 10, 2022
  12. Dec 15, 2021
  13. Dec 08, 2021
  14. Oct 20, 2021
  15. Oct 13, 2021
  16. Oct 12, 2021
  17. Oct 06, 2021
  18. Sep 23, 2021
  19. Sep 16, 2021
  20. Sep 09, 2021
  21. Aug 13, 2021
  22. 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
  23. Jun 09, 2021
  24. 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'
      ```
      6082a2d0
  25. Apr 14, 2021
  26. Mar 15, 2021
  27. Jan 21, 2021
  28. Jan 11, 2021
  29. Dec 07, 2020
Loading