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

BIGTOP-3978. Drop debian-10 support #1220

Merged
merged 1 commit into from
Dec 25, 2023
Merged

Conversation

vivostar
Copy link
Contributor

Description of PR

Drop debian-10 support

How was this patch tested?

We can use following comand to test it

./gradlew bigtop-puppet -POS=debian-10 -Pprefix=3.0.0 bigtop-puppet

and it will be get a failure

Screenshot from 2023-12-23 23-32-21
that's what we expected.

For code changes:

  • Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
  • Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/

@@ -267,7 +267,7 @@ Properties:
-Pmemory=[4g|8g|...]
-Pnum_instances=[NUM_INSTANCES]
-Pnexus=[NEXUS_URL] (NEXUS_URL is optional)
-POS=[centos-7|fedora-35|debian-10|ubuntu-18.04|opensuse-42.3|openeuler-22.03]
-POS=[centos-7|fedora-35|ubuntu-18.04|opensuse-42.3|openeuler-22.03]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replacing it with debian-11 could be better than removing it. Since the description is outdated and not exhaustive, we can fix it in dedicated PR later.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iwasakims thanks for your advice, I will fix it

Copy link
Member

@iwasakims iwasakims left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks, @vivostar.

@iwasakims iwasakims merged commit 68f7007 into apache:master Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants