You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, you'll need configs. You can clone the [github.com/minimization/content-resolver-input](https://github.com/minimization/content-resolver-input) repository and use the `configs` directory.
9
+
10
+
Or you can put your own configs to a local directory:
11
+
12
+
```
13
+
$ mkdir configs
14
+
$ vim configs/config.yml
15
+
```
16
+
17
+
See the [config spec](https://github.com/minimization/content-resolver/blob/master/config_specs/eln-repo-splitter.yaml) for reference.
18
+
19
+
### Step 2: Run the script
20
+
21
+
For initial run, the script will download data from [Content Resolver](https://tiny.distro.builders). This can take a minute.
22
+
23
+
```
24
+
$ mkdir output
25
+
$ ls configs # <--- this needs to have the configs. You can of course point to a different location.
26
+
$ ./eln_repo_split.py ./configs ./output
27
+
```
28
+
29
+
For repetitive runs, you can use the cashed data and save a lot of time.
0 commit comments