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

outdated git annex version check in bash script #1240

Open
adswa opened this issue Sep 11, 2024 · 0 comments
Open

outdated git annex version check in bash script #1240

adswa opened this issue Sep 11, 2024 · 0 comments

Comments

@adswa
Copy link
Contributor

adswa commented Sep 11, 2024

the s3 advanced example uses

if ! git annex version | grep 8.2021 ; then
      echo "E: need recent git annex. check what you have"
      exit 1
fi

to test the git-annex version - this would make the script exit with any recent git-annex, and only allow a severely outdated one.

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

No branches or pull requests

1 participant