From 5af8b54e796b06be160516b92117674afbe33536 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Thu, 13 Aug 2020 12:10:12 +0200 Subject: [PATCH] changed some defaults in config.yaml --- config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index ff1ee31..02a95ed 100644 --- a/config.yaml +++ b/config.yaml @@ -5,14 +5,15 @@ repos: - community basedir: - repo: /tmp/www/alhp/ - svn2git: al_upstream/ + repo: /tmp/alhp/ + svn2git: upstream/ makepkg: /usr/share/devtools/makepkg-x86_64.conf march: - znver2 - sandybridge - ivybridge + - skylake blacklist: - pacman @@ -22,7 +23,7 @@ logging: disable_existing_loggers: True formatters: simple: - format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s' + format: '[%(levelname)s] %(message)s' handlers: console: