From: Vincent Bernat Date: Sat, 5 Sep 2020 12:03:34 +0000 (+0200) Subject: tasks: be more verbose on error X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d1fe5a5b72c7949e3fe3d3bff9b8dcca2f5dd81;p=thirdparty%2Flldpd.git tasks: be more verbose on error --- diff --git a/tasks.py b/tasks.py index ca86056a..b4c3c391 100644 --- a/tasks.py +++ b/tasks.py @@ -54,7 +54,7 @@ def build(c): # Generate the website from scratch c.run("rm -rf deploy") conf = "site-production.yaml" - c.run('hyde gen -c %s' % conf) + c.run('hyde -x gen -c %s' % conf) # Compute hash for media files with c.cd("deploy"):