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

packages: add grep to all variants #1562

Merged
merged 1 commit into from
May 13, 2021

Conversation

arnaldo2792
Copy link
Contributor

Issue number:
#1414

Description of changes:

43821e5c packages: add grep to all variants

This PR adds grep to all the variants

Testing done:

aws-dev/aws-ecs-1/aws-k8s-1.16/aws-k8s-1.19 x86_64:

  • Validated grep is available and used with -E for extended regular expressions

aws-dev/aws-ecs-1 aarch64:

  • Validated grep is available and used with -E for extended regular expressions

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

@arnaldo2792 arnaldo2792 linked an issue May 6, 2021 that may be closed by this pull request
packages/grep/Cargo.toml Outdated Show resolved Hide resolved
packages/grep/grep.spec Outdated Show resolved Hide resolved
@arnaldo2792
Copy link
Contributor Author

  • Implemented suggested comments

packages/grep/grep.spec Show resolved Hide resolved
packages/grep/grep.spec Outdated Show resolved Hide resolved
Copy link
Contributor

@zmrow zmrow left a comment

Choose a reason for hiding this comment

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

🧳

@arnaldo2792
Copy link
Contributor Author

  • Change license format and package dependencies

@arnaldo2792 arnaldo2792 marked this pull request as draft May 6, 2021 23:03
@arnaldo2792 arnaldo2792 marked this pull request as ready for review May 11, 2021 17:08
@arnaldo2792 arnaldo2792 added this to the next milestone May 13, 2021
@arnaldo2792 arnaldo2792 merged commit b6591df into bottlerocket-os:develop May 13, 2021
@arnaldo2792 arnaldo2792 deleted the add-grep branch May 13, 2021 21:04
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.

include grep in the host OS
5 participants