You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK the code part is in c950bfc - it backs out the minimum necessary for release. The high points are:
We have to change a string
We won't accept JPG/JPEG logos anymore
We can't resize as that needs Pillow which requires libjpeg-dev (there is a flag for compilation without libjpeg-dev but... it's a compile time flag so it's no good given our current deployment story)
Otherwise we can safely ship the other changes in #3057. The docs also need updating, will add tomorrow.
Description
Due to issue #3316, in order to ship current develop, we need to back out the functionality in #3057 that requires
libjpeg-dev
.User Stories
As a SecureDrop administrator, I want my updates to occur without manual intervention.
As a SecureDrop maintainer, I do not want to make significant changes to auto updates right before a release.
The text was updated successfully, but these errors were encountered: