Skip to content
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

Add Ubuntu 18.04 support #443

Merged
merged 10 commits into from
Dec 24, 2018
Merged

Add Ubuntu 18.04 support #443

merged 10 commits into from
Dec 24, 2018

Conversation

paulseward
Copy link
Contributor

@paulseward paulseward commented Dec 21, 2018

Pull Request (PR) description

Add Ubuntu 18.04 support, the main difference to existing ubuntu support is that openjdk-7-jre-headless isn't readily available on 18.04 without adding extra repos, so I've bumped that to openjdk-8-jre-headless

Unit tests appear to pass ok.

I've attempted to add an acceptance test for ubuntu18.04, based off the 16.04 test, although I'm having difficulty getting any of the acceptance tests to pass locally - even when run against the upstream master, so I think that's a problem with my local setup rather than the tests.

This Pull Request (PR) fixes the following issues

Fixes #441

Mostly needed because openjdk-7-jre-headless isn't available on
Ubuntu 18.04 - everything else is the same as for Debian, but I've
laid the groundwork for more comprehensive Ubuntu support if it's
required.

Currently warns you that Ubuntu 18.04 support is experimental
@bastelfreak bastelfreak added the enhancement New feature or request label Dec 21, 2018
@bastelfreak bastelfreak added the needs-work not ready to merge just yet label Dec 21, 2018
@bastelfreak
Copy link
Member

Hey @paulseward, thanks for the PR! Please have a look at the inline comments I made.

@paulseward
Copy link
Contributor Author

@bastelfreak Thanks for reviewing! I think I've resolved everything you brought up, let me know if there's anything I missed :)

@bastelfreak bastelfreak changed the title Ubuntu 18.04 support Add Ubuntu 18.04 support Dec 24, 2018
@bastelfreak bastelfreak removed the needs-work not ready to merge just yet label Dec 24, 2018
@bastelfreak
Copy link
Member

Thanks!

@bastelfreak bastelfreak merged commit 5fa657a into voxpupuli:master Dec 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ubuntu18
2 participants