forked from ALHP/ALHP.GO
rename config to dist
This commit is contained in:
parent
22d265e7f1
commit
a453831939
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user