Skip to content

Commit 7d02fb2

Browse files
committed
Added 19 more modeldb repos
1 parent ea321e6 commit 7d02fb2

File tree

5 files changed

+4373
-52
lines changed

5 files changed

+4373
-52
lines changed

libraries/client/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,20 @@ If it is reporting that there are ModelDB entries yet to be forked, run:
6565
```
6666
python modeldb_info.py -fork
6767
```
68-
This will create a fork of the ModelDB repository (e.g. https://github.com/ModelDBRepository/2018247) on OSB GitHub organisation (e.g. https://github.com/OpenSourceBrain/2018247)
68+
This will create a fork of the ModelDB repository (e.g. https://github.com/ModelDBRepository/2018247) on the OSB GitHub organisation (e.g. https://github.com/OpenSourceBrain/2018247)
6969

70-
Now run
70+
Now run:
7171
```
7272
python osb_gh_info.py
7373
```
74-
again to see this (the new repository will be added to the cache). Now we need to create an OSBv2 repository pointing to this repo on https://github.com/OpenSourceBrain:
74+
again to see this (the new repository will be added to the cache).
75+
76+
Now we need to create an OSBv2 repository pointing to this repo on https://github.com/OpenSourceBrain:
7577
```
7678
python loadmodeldb.py -dry -v2dev # dry run to test/list repos to add
77-
python loadmodeldb.py abcxxx123 -v2dev # add new repos using the token as above...
79+
python loadmodeldb.py abcxxx123 -v2dev # add new repos to v2dev using the token as above...
7880
python osb_info.py -v2dev # regenerate the cache of all osbv2 dev repos
7981
```
82+
When this works, do the same with `-v2` for the live OSBv2.
83+
84+

0 commit comments

Comments
 (0)