Skip to content

extras: use "grep -E" instead of egrep to resolve warning #4532

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

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

lv-mz
Copy link

@lv-mz lv-mz commented Apr 24, 2025

When grep uses version 3.8 and higher, gluster command auto comletion will print waring message in command lines.
Now, use "grep -E" instead of egrep to fix the problem.

fixes:#4528

When grep uses version 3.8 and higher, gluster command auto comletion
will print waring message in command lines.
Now, use "grep -E" instead of egrep to fix the problem.

fixes:gluster#4528

Signed-off-by: lv_mz <[email protected]>
@gluster-ant
Copy link
Collaborator

Can one of the admins verify this patch?

1 similar comment
@gluster-ant
Copy link
Collaborator

Can one of the admins verify this patch?

@lv-mz
Copy link
Author

lv-mz commented Apr 27, 2025

Tow Testing error :
Testing: 32-bit-build
Testing: strfmt errors in a 32 build

07:49:59 Errors during downloading metadata for repository 'local':
07:49:59   - Status code: 404 for https://kojipkgs.fedoraproject.org/repos/f35-build/latest/i386/repodata/repomd.xml (IP: 38.145.60.20)
07:49:59 Error: Failed to download metadata for repo 'local': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

It looks like a build error, not a code error ,can anyone fix it?

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