From 9037a0cbce56e79c57652eaa9cf768250446b627 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 21 Sep 2021 15:54:52 -0400 Subject: [PATCH] explain the tahoe-lafs parameter --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 128b356..0957b80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -137,6 +137,11 @@ jobs: linux-tests: &LINUX_TESTS parameters: tahoe-version: + # A Tahoe-LAFS version number string like "1.15.0" which corresponds + # to a version known by default.nix . This is the version that will + # be declared as a dependency of the Nix package of ZKAPAuthorizer + # (and therefore used in the test run and pulled in should you install + # this package). type: "string" docker: -- GitLab