Skip to content
Snippets Groups Projects
  1. Sep 26, 2022
  2. Sep 21, 2022
  3. Sep 19, 2022
  4. Sep 14, 2022
  5. Sep 13, 2022
  6. Sep 09, 2022
  7. Sep 08, 2022
  8. Sep 07, 2022
  9. Sep 06, 2022
  10. Aug 29, 2022
  11. 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
  12. Aug 19, 2022
  13. Aug 17, 2022
  14. Jul 22, 2022
  15. Jun 28, 2022
  16. Jun 16, 2022
Loading