forked from importers/git-importer
Importer for OBS packages into git
94fdb3b442
This reverts commit
|
||
---|---|---|
lib | ||
repos | ||
tasks | ||
tests | ||
.gitignore | ||
database.ini | ||
git-importer.py | ||
gone-packages.txt | ||
Makefile | ||
opensuse-monitor.py | ||
packages | ||
README.md | ||
update-tasks.sh |
Installation
sudo zypper in python3-psycopg
sudo su - postgres
createdb -O <LOCAL_USER> imported_git`
To reset the database, drop table scheme
Gitea parameters
GITEA_HOST
- default: src.opensuse.orgGITEA_USER
- Used to generate SSH links for push. Default: giteaGITEA_ORG
- target organization to push toGITEA_DEFAULT_BRANCH
- default branch