Skip to content

Commit

Permalink
Update documentation for build-debianpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Apr 4, 2023
1 parent 06979d7 commit 5f49360
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions scripts/build-debianpackage
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
#!/bin/bash
# Wrapper script to build Debian packages for the SecureDrop Workstation.
# Requires a source tarball to build the package, defined via `PKG_PATH`,
# or a git reference defined via `PKG_GITREF`. If `PKG_GITREF` matches the
# release tag format, it will be treated as a tag and expected to be signed
# with the production release key.
#
# Explicit configuration is available via the following env vars:
#
# * PKG_PATH
# * PKG_GITREF
# * PKG_NAME
# Requires a Git repository to build the package. The following environment
# variables control what the script does:
# * PKG_NAME (required): name of the package to build
# * SD_PKG_GITREF: Git ref to check out and build. If this matches the release tag
# format (X.Y.Z), it will be treated as a tag and expected to be signed
# with the production release key.
# * PKG_PATH: Path to a Git tree to build from
#
set -e
set -u
Expand Down

0 comments on commit 5f49360

Please sign in to comment.