diff --git a/.gitignore b/.gitignore index 6d9dc3d..c390fec 100644 --- a/.gitignore +++ b/.gitignore @@ -153,3 +153,6 @@ $RECYCLE.BIN/ *.lnk # End of https://www.toptal.com/developers/gitignore/api/go,linux,intellij+all,windows + +/ALHP.go +/config.yaml \ No newline at end of file diff --git a/config.yaml b/config_dist.yaml similarity index 86% rename from config.yaml rename to config_dist.yaml index 3d252cf..142da3c 100644 --- a/config.yaml +++ b/config_dist.yaml @@ -8,12 +8,15 @@ svn2git: upstream-core-extra: "https://github.com/archlinux/svntogit-packages.git" upstream-community: "https://github.com/archlinux/svntogit-community.git" +db: + driver: sqlite3 + connect_to: "file:/var/lib/alhp/alhp.db?_journal_mode=WAL&_fk=1&cache=shared&_sync=NORMAL" + basedir: repo: /var/lib/alhp/repo/ chroot: /var/lib/alhp/chroot/ makepkg: /var/lib/alhp/makepkg/ upstream: /var/lib/alhp/upstream/ - db: /var/lib/alhp/alhp.db march: - x86-64-v3