diff options
author | Karel Kočí <cynerd@email.cz> | 2020-01-25 21:30:45 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-01-25 21:30:45 +0100 |
commit | 2719da2033b2f8371c3b7ac3a4349e77665b88ce (patch) | |
tree | 2ca63ccfe647ab58187df6461b9e1f70eae372a5 /templates | |
parent | 4c402e7f89de109ee3f1dff8606a1443f07e63cc (diff) | |
download | laminar-cnf-2719da2033b2f8371c3b7ac3a4349e77665b88ce.tar.gz laminar-cnf-2719da2033b2f8371c3b7ac3a4349e77665b88ce.tar.bz2 laminar-cnf-2719da2033b2f8371c3b7ac3a4349e77665b88ce.zip |
Migrate to contexts
Diffstat (limited to 'templates')
-rw-r--r-- | templates/alpine.conf | 2 | ||||
-rw-r--r-- | templates/turris.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/alpine.conf b/templates/alpine.conf index 6649781..76e5623 100644 --- a/templates/alpine.conf +++ b/templates/alpine.conf @@ -1,2 +1,2 @@ -TAGS=heavy +CONTEXTS=heavy TIMEOUT=43200 diff --git a/templates/turris.conf b/templates/turris.conf index 6649781..76e5623 100644 --- a/templates/turris.conf +++ b/templates/turris.conf @@ -1,2 +1,2 @@ -TAGS=heavy +CONTEXTS=heavy TIMEOUT=43200 |