Skip to content

Commit

Permalink
Document options for build-debs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Feb 6, 2024
1 parent 4515a2e commit fab9074
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/build-debs.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit fab9074

Please sign in to comment.