Importer for OBS packages into git
Go to file
Dirk Müller 56cbe0a125
Avoid multi-threading races on import
There seems to be races when using db cursors from multiple threads. as
found by import issues after switching to a newer computer that has
performance and energy efficient cores.

As this is not particularly performance critical, convert to single
threaded use which makes it work again
2023-11-28 23:36:44 +01:00
lib Avoid multi-threading races on import 2023-11-28 23:36:44 +01:00
repos Move default repos into a subdirectory that is git ignored 2022-11-02 08:01:22 +01:00
tests Store API URL in the revision table 2022-11-06 10:57:32 +01:00
.gitignore Split Request and Revision 2022-10-17 14:53:39 +02:00
database.ini Split the database config into 2 sections 2022-10-17 19:50:25 +02:00
git-importer.py Remove ProcessPool from exporting 2022-11-11 16:33:44 +01:00
gone-packages.txt Add a list of packages no longer existing 2022-12-02 11:00:31 +01:00
Makefile Add packages to consider 2022-11-07 07:29:20 +01:00
packages Add packages to consider 2022-11-07 07:29:20 +01:00
README.md Create fake revisions for every commit in the base of a linked package 2022-10-26 14:56:38 +02:00

sudo zypper in python3-psycopg2 sudo su - postgres

createdb -O <LOCAL_USER> imported_git

To reset the database, drop table scheme