You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using version substitution in url-template, it counts underscore as part of the variable name (which is ok) without any obvious way to make the underscore part of URL instead (which is not ok as it is impossible to construct real world URL), e.g.:
ERROR src.manifest: Failed to check file opera/opera.deb with AnityaChecker: Error substituting template: 'version_amd64'
Edit: I could actually make it work by using folded brackets (e.g. Opera_${version}_amd64.deb) thanks to previous experience with shell but I still think that it could be improvement to mention this in the documentation (together with info if version is the only variable).
The text was updated successfully, but these errors were encountered:
When using version substitution in
url-template
, it counts underscore as part of the variable name (which is ok) without any obvious way to make the underscore part of URL instead (which is not ok as it is impossible to construct real world URL), e.g.:results in:
ERROR src.manifest: Failed to check file opera/opera.deb with AnityaChecker: Error substituting template: 'version_amd64'
Edit: I could actually make it work by using folded brackets (e.g.
Opera_${version}_amd64.deb
) thanks to previous experience with shell but I still think that it could be improvement to mention this in the documentation (together with info ifversion
is the only variable).The text was updated successfully, but these errors were encountered: