diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-07-13 13:55:10 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-07-15 11:49:00 +0100 |
commit | 1243e701620d71dfcf0eedb880f40e7fef59415d (patch) | |
tree | 7e50d417393c2426b57a74191ee7200f3477f2fe /CHANGELOG.md | |
parent | 67823bc788ce744e1228a8602b9a5aa805771ced (diff) |
Do not have bootstrap run sudo commands.
Your site user may not have access to sudo, and your admin user may
cause permission issues if used to do the git checkout, or the Perl
module installation. Document the separate script to install system
packages instead.
Co-authored-by: Sam Pearson <sam@mysociety.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d37d847..2af6f052c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ - Improve compatibility with G Suite OpenID Connect authentication. #3032 - Fix duplicate asset message after dismissing duplicate suggestions. - Improve moderation diff display in a few small ways. #3105 + - Do not have bootstrap run sudo commands. #2930 - Admin improvements: - Display user name/email for contributed as reports. #2990 - Interface for enabling anonymous reports for certain categories. #2989 |