- Jul 19, 2023
- Jul 13, 2023
- Jul 11, 2023
- Jul 10, 2023
- Jul 05, 2023
- Jul 04, 2023
- Jul 03, 2023
- Jun 27, 2023
- Jun 07, 2023
- May 31, 2023
- Mar 27, 2023
- Mar 14, 2023
- Mar 13, 2023
- Mar 07, 2023
- Feb 13, 2023
- Feb 02, 2023
- Oct 06, 2022
-
-
Antoine R. Dumont authored
Related to T4607
-
Antoine R. Dumont authored
Related to T4607
-
- Sep 13, 2022
-
-
Antoine R. Dumont authored
Related to T4532
-
Antoine R. Dumont authored
Related to T4532 Related to D8374
-
Antoine R. Dumont authored
Related to T4532
-
- Aug 26, 2022
-
-
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
-
- Aug 19, 2022
-
-
Vincent Sellier authored
It makes impossible to run apt after, which can make the debugging complicated if some packages need to be added during a debug session
-
- May 31, 2022
-
-
Vincent Sellier authored
It's not necessary in a immutable environment Related to T4134
-
- May 18, 2022
-
-
Vincent Sellier authored
As it's the first application, everything is in a uniq Dockerfile. We'll see later if some parts can be factorized Related to T4134
-
Vincent Sellier authored
Related to T4134
-
- May 12, 2022
-
-
Vincent Sellier authored
Related to T4131
-