From fab9074767de7ac16b4866e34b9d64c9c93d7f02 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 6 Feb 2024 10:10:33 -0500 Subject: [PATCH] Document options for build-debs.sh --- scripts/build-debs.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/build-debs.sh b/scripts/build-debs.sh index 1986146de5..fb7e624633 100755 --- a/scripts/build-debs.sh +++ b/scripts/build-debs.sh @@ -1,6 +1,11 @@ #!/bin/bash # shellcheck disable=SC2209,SC2086 -# Build packages. This runs *outside* the container. +# Build packages! This script is configured by environment variables: +# `BUILDER`: relative path to the securedrop-builder repository +# `DEBIAN_VERSION`: codename to build for, defaults to "bullseye" +# `NIGHTLY`: if set, add current time to the version number + +# This script runs *outside* the container. set -euxo pipefail