-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use discrete filename for rehashed app code reqs
While debugging the wheel reuse in the staging environment, it proved problematic to have the version-controlled app code requirements file clobbered inside the securedrop-app-code deb package. Let's instead dynamically generated a separate file, and reference that separate file in the postinst. It's somewhat problematic that this config is not DRY; a rename of the target file would require updates in multiple locations. Hopefully the trade-off on preserving the original app code file is worthwhile.
- Loading branch information
Conor Schaefer
committed
May 15, 2019
1 parent
33b5a27
commit b7b748a
Showing
4 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters