forked from ALHP/ALHP.GO
53 lines
860 B
YAML
53 lines
860 B
YAML
arch: x86_64
|
|
repos:
|
|
- core
|
|
- extra
|
|
- community
|
|
|
|
svn2git:
|
|
upstream-core-extra: "https://github.com/archlinux/svntogit-packages.git"
|
|
upstream-community: "https://github.com/archlinux/svntogit-community.git"
|
|
|
|
db:
|
|
driver: pgx
|
|
connect_to: "postgres://username:password@localhost:5432/database_name"
|
|
|
|
basedir:
|
|
repo: /var/lib/alhp/repo/
|
|
chroot: /var/lib/alhp/chroot/
|
|
makepkg: /var/lib/alhp/makepkg/
|
|
upstream: /var/lib/alhp/upstream/
|
|
|
|
march:
|
|
- x86-64-v3
|
|
|
|
blacklist:
|
|
packages:
|
|
- tensorflow
|
|
- tensorflow-cuda
|
|
- gcc
|
|
repo:
|
|
- testing
|
|
- i686
|
|
- staging
|
|
- unstable
|
|
lto:
|
|
- llvm
|
|
- rust
|
|
|
|
build:
|
|
worker: 4
|
|
makej: 8
|
|
|
|
status:
|
|
class:
|
|
skipped: "secondary"
|
|
queued: "warning"
|
|
latest: "primary"
|
|
failed: "danger"
|
|
signing: "success"
|
|
building: "info"
|
|
unknown: "dark"
|
|
|
|
logging:
|
|
level: INFO |