]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
tasks: be more verbose on error
authorVincent Bernat <vincent@bernat.ch>
Sat, 5 Sep 2020 12:03:34 +0000 (14:03 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sat, 5 Sep 2020 12:05:13 +0000 (14:05 +0200)
tasks.py

index ca86056afec1bc8e028ce23d9165cd56fc748f2e..b4c3c391898dcd32249ea9aa981315d37e26c934 100644 (file)
--- 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"):