Skip to content

Commit

Permalink
Merge pull request #1784 from freedomofpress/docs-build-debs
Browse files Browse the repository at this point in the history
Document options for build-debs.sh
  • Loading branch information
legoktm authored Feb 6, 2024
2 parents 4515a2e + e3a9fae commit 79d34b1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/build-debs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#!/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,
# defaults to "../securedrop-builder"
# `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 79d34b1

Please sign in to comment.