cscope.sourceforge.io#1856
Merged
Merged
Conversation
PR Summary
|
jhheider
reviewed
May 6, 2023
Comment on lines
+5
to
+6
| versions: | ||
| - 15.9 |
Contributor
There was a problem hiding this comment.
Looks like this could be:
versions:
url: https://sourceforge.net/projects/cscope/files/cscope/
match: _/projects/cscope/files/cscope/\d+.\d+/_
strip:
- _^/projects/cscope/files/cscope/_
- _/$_
Contributor
Author
There was a problem hiding this comment.
I already tried
mirror: 404: https://dist.tea.xyz/cscope.sourceforge.io/v15.8.0.tar.gz
404: https://downloads.sourceforge.net/project/cscope/cscope/v15.8/cscope-15.8.tar.gz
tea expands the full semantic version, which may mean the URL you are
fetching is now incorrect. Try version.raw?
andrejrabcenko@MacBook-Pro-Andrej pantry %
Contributor
Author
There was a problem hiding this comment.
for example:
v 15.8 tar.bz2
v 15.9 tar.gz
Contributor
There was a problem hiding this comment.
looks like they bounced back and forth between gz and bz2 for different releases. no way to handle that yet. A complete solution probably uses:
{{ version.raw }}rather than{{ version.marketing }}to hand e.g.15.8bignore: [15.8, 15.7a, 15.7] # provided .bz2 rather than .gz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closed #650