Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2020-10-13 19:34:34 +02:00
210 changed files with 11913 additions and 8961 deletions

View File

@@ -33,7 +33,7 @@ PRERELEASES = False
GIT = "git"
NIXPGKS_ROOT = str(pathlib.Path(__file__).absolute().parents[5])
NIXPGKS_ROOT = subprocess.check_output(["git", "rev-parse", "--show-toplevel"]).decode('utf-8').strip()
import logging
logging.basicConfig(level=logging.INFO)