masatana opened a new pull request, #1297:
URL: https://github.com/apache/bigtop/pull/1297
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'BIGTOP-3638: Your PR title ...'.
-->
### Description of PR
Ubuntu 18.04 has been already EOL. We can just drop it.
### How was this patch tested?
```
$ ./gradlew bigtop-puppet -POS=ubuntu-18.04 -Pprefix=3.3.0 bigtop-puppet
(..snip...)
Dockerfile:5
--------------------
3 | COPY puppetize.sh /tmp/puppetize.sh
4 |
5 | >>> RUN bash /tmp/puppetize.sh
6 |
--------------------
ERROR: failed to solve: process "/bin/sh -c bash /tmp/puppetize.sh" did not
complete successfully: exit code: 1
> Task :bigtop-puppet FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':bigtop-puppet'.
> Process 'command './build.sh'' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 13s
1 actionable task: 1 executed
```
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'BIGTOP-3638. Your PR title ...')?
- [x] Make sure that newly added files do not have any licensing issues.
When in doubt refer to https://www.apache.org/licenses/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]