Skip to content

Commit

Permalink
Merge pull request #168 from freedomofpress/build-rpm
Browse files Browse the repository at this point in the history
Update RPM build instructions
  • Loading branch information
rocodes committed Jun 27, 2024
2 parents 07f3212 + a3ac831 commit bd8e632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions docs/workstation_development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,11 @@ Debian packages for the SecureDrop Workstation components are maintained
in a separate repository:
https://github.com/freedomofpress/securedrop-client/

Building workstation rpm packages
Building workstation RPM packages
---------------------------------

::

make dom0-rpm
make build-rpm

The build assumes use of Debian Stable as the build environment. You can
install the necessary dependencies from system packages via the
``make install-deps`` target.
The build runs in a container and requires either Docker or Podman to be installed.
2 changes: 1 addition & 1 deletion docs/workstation_release_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Release ``securedrop-workstation-dom0-config``
2. ``git checkout VERSION``
3. Now you are ready to build. Build RPMs following the documentation
in an environment sufficient for building production artifacts. For
``securedrop-workstation`` you run ``make dom0-rpm`` to build the
``securedrop-workstation`` you run ``make build-rpm`` to build the
RPM.
4. sha256sum the built template (and store hash in the build
logs/commit message).
Expand Down

0 comments on commit bd8e632

Please sign in to comment.