This repository has been archived on 2021-06-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
alhp/config.yaml
Giovanni Harting a1db6ef4d0 added tensorflow to blacklist
based makepkg.tmpl on makepkg.conf from devtools
2021-05-22 01:38:38 +02:00

50 lines
817 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: /tmp/repo/
chroot: /tmp/chroot/
makepkg: /tmp/makepkg/
upstream: /tmp/upstream/
march:
- x86-64-v3
blacklist:
- pacman
- tensorflow
- tensorflow-cuda
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]