Skip to content
Snippets Groups Projects
Unverified Commit 60cd90b3 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

graphql: Generate frozen requirements

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
parent a3571bce
No related branches found
No related tags found
Loading
Loading
  • Phabricator Migration user @phabricator-migration ·
    Owner

    Some references in the commit message have been migrated:

    • T4464 is now infra/sysadm-environment#4464
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment