-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#5226] Add buster support #6056
Conversation
I've run the specs against a Buster Vagrant box - they all pass expect some Xapian index issues which seems to be related to vagrant disk IO, same failures on my Stretch box. @garethrees is there anything else we need to do here to "support" Buster? |
Looking at #5232, #5000 and #4218, only thing I can think of is adding a changelog entry 👍 |
Great. Will wait for mysociety/commonlib#70 then we can merge this |
2861622
to
337c202
Compare
337c202
to
5aee651
Compare
5aee651
to
74afff9
Compare
Noting we might need to check Zip download PDF generation still works https://github.com/mysociety/sysadmin/issues/867#issuecomment-766769338. |
@garethrees think we need to get this merged. When building a bionic box I'm seeing:
|
Couple of things need to do before merge:
|
After rebasing on develop and updating commonlib to get mysociety/commonlib@e015b9a, this currently fails because of #6229.
|
@@ -35,6 +35,6 @@ ttf-bitstream-vera | |||
unrtf | |||
unzip | |||
uuid-dev | |||
wkhtmltopdf-static | |||
wkhtmltox |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit should also change HTML_TO_PDF_COMMAND
in config/general.yml-example
This is now in the mySociety package repo for Stretch and Buster based distros. See: mysociety/sysadmin#867
Relevant issue(s)
Fixes #5226
See https://github.com/mysociety/sysadmin/issues/867
Requires mysociety/commonlib#70
What does this do?
Why was this needed?
To support the Debian version
Implementation notes
These are commits from commonlib package repo changes