Skip to content
Snippets Groups Projects
  1. Jul 25, 2023
  2. Jul 19, 2023
  3. Jul 13, 2023
  4. Jul 11, 2023
  5. Jul 10, 2023
  6. Jul 04, 2023
  7. Jul 03, 2023
  8. Jun 29, 2023
  9. Jun 28, 2023
  10. Apr 20, 2023
  11. Mar 31, 2023
  12. Feb 20, 2023
  13. Feb 03, 2023
  14. Oct 26, 2022
  15. Oct 20, 2022
  16. Sep 26, 2022
  17. Sep 21, 2022
  18. Sep 14, 2022
  19. Sep 09, 2022
  20. Sep 08, 2022
  21. Sep 06, 2022
  22. Aug 29, 2022
  23. Aug 26, 2022
    • Antoine R. Dumont's avatar
      graphql: Generate frozen requirements · 60cd90b3
      Antoine R. Dumont authored
      Local run on my machine does not work properly. This generates pkg-resources==0.0.0 and
      probably some other irrelevant things.
      
      So, instead, I used docker:
      
      ```
      $ docker run -ti -v $PWD:/src -u root --entrypoint=bash python:3.9
      ```
      
      In another shell:
      
      ```
      $ docker exec --user 1000 \
        $container_name /src/scripts/generate-frozen-requirements swh-graphql
      ...
      ```
      - $container_name is derived out of `docker ps`.
      - uid 1000 is derived out of your `id $USER`
      
      Related to T4464
  24. May 18, 2022
  25. May 12, 2022
Loading