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

fix tar arguments order in build_release.sh #103

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

Conversation

gpapaure
Copy link

Currently, on rhel8, the build_release.sh script is producing the error :

tar: The following options were used after any non-optional arguments in archive create or update mode.  These options are positional and affect only arguments that follow them.  Please, rearrange them properly.
tar: --exclude '.*' has no effect
tar: --exclude 'build_release.sh' has no effect
tar: Exiting with failure status due to previous errors
Failed to execute: tar czf nvidia_peer_memory-1.2.tar.gz nvidia_peer_memory-1.2 --exclude=.* --exclude=build_release.sh

This commit is using the right order

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.

None yet

1 participant