forked from adamm/git-importer
Importer for OBS packages into git
3d1684f01b
Instead of calculating diffs, just apply the revision to the branch as-is. If things don't match, update them. Done. Problems happens if there are devel project changes and histories are no longer linear and the diffs are not calculated properly. eg. trytond_stock_lot devel branch was imported incorrectly |
||
---|---|---|
lib | ||
repos | ||
tasks | ||
tests | ||
.gitignore | ||
database.ini | ||
git-importer.py | ||
gone-packages.txt | ||
Makefile | ||
opensuse-monitor.py | ||
packages | ||
README.md |
sudo zypper in python3-psycopg sudo su - postgres
createdb -O <LOCAL_USER> imported_git
To reset the database, drop table scheme