4 Commits

Author SHA1 Message Date
Ivan A. Melnikov
816ff27123 BREAKING: Refactor repos loading
To avoid hardcoding repository names and make
the code more easily extendable, we now
use the keys from the config file as
the repository names instead of hardcoding
the fixed set of names.

This means most config will require updating.
2023-10-05 12:46:28 +04:00
Ivan A. Melnikov
ea0db14e8b scripts: Use public resources in run.sh
This should serve as example. For internal uses,
one should add their own script.
2023-08-01 18:24:02 +04:00
Ivan A. Melnikov
e2dc5736a2 run.sh: Exclude contents_index
It's too big and not useful for us.
2023-05-23 10:02:01 +04:00
Ivan A. Melnikov
b446b5f37c Add some code
Python code copyed from port-compare commit
153130a18f2ce80d8f9646ab94b0f9eeb0e994de
with minor modifications.

Runner script added
2023-05-19 13:47:29 +04:00