51 lines
861 B
YAML
51 lines
861 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"
|
|
|
|
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:
|
|
- pacman
|
|
- tensorflow
|
|
- tensorflow-cuda
|
|
- gcc
|
|
|
|
build:
|
|
worker: 4
|
|
|
|
logging:
|
|
version: 1
|
|
disable_existing_loggers: True
|
|
formatters:
|
|
simple:
|
|
format: '[%(levelname)s] %(message)s'
|
|
|
|
handlers:
|
|
console:
|
|
class: logging.StreamHandler
|
|
level: DEBUG
|
|
formatter: simple
|
|
stream: ext://sys.stdout
|
|
|
|
loggers:
|
|
ALHP:
|
|
level: DEBUG
|
|
handlers: [console]
|
|
propagate: yes
|
|
|
|
root:
|
|
level: DEBUG
|
|
handlers: [console] |