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

ignore #1

Closed
wants to merge 1 commit into from
Closed

ignore #1

wants to merge 1 commit into from

Conversation

janorn
Copy link
Owner

@janorn janorn commented Oct 6, 2022

SUMMARY

Due to how the build process checks out the repository all tags are not available when the index is going to be updated.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
ADDITIONAL INFORMATION

These are the only tags in the shallow checkout.

$ git tag -l  --sort=creatordate
0.6.0
0.7.0
0.8.0
0.9.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.16.1
0.30.0

New metod queries the remote instead.

$ git ls-remote --tags --sort=version:refname --refs -q | cut -d/ -f3
0.6.0
0.7.0
0.8.0
0.9.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.16.1
0.17.0
0.18.0
0.19.0
0.20.0
0.20.1
0.20.2
0.21.0
0.22.0
0.23.0
0.24.0
0.25.0
0.26.0
0.27.0
0.28.0
0.29.0
0.30.0

@janorn janorn closed this Oct 6, 2022
@janorn janorn changed the title Get tags from remote. Local copy not complete. ignore Oct 6, 2022
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.

1 participant