build older version of facette

This commit is contained in:
2018-01-12 17:21:27 +00:00
parent 087dd41602
commit d2a74cbba8
2 changed files with 19 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
DEBIAN = stretch
FROM = debian:$(DEBIAN)
MODE = minimal
PROXY = $(shell hostname -i)
PROXY = $(shell hostname -I | cut -d' ' -f1)
TIMEZONE = Europe/London
JOBS = 2
CLEANUP = true