-
Notifications
You must be signed in to change notification settings - Fork 39
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
Update version in Debtransform lines. #29
Comments
nm, issue is with recompress service. |
Being able to access version information |
Hi, i guess
|
`@VERSION@` will be replaced with the actual version in .dsc files. This is useful to specify source archives as `DEBTRANSFORM-TAR` which are generated by obs-scm service. Fixes openSUSE#29.
`@VERSION@` will be replaced with the actual version in .dsc files. This is useful to specify source archives as `DEBTRANSFORM-TAR` which are generated by obs-scm service. In addition, `@VERSION-RELEASE@` will expand to the version with the release ("-0") appended for non-native debian packages. Fixes openSUSE#29.
_replace_tag function only Updates the Version tag line (i.e. Version:)
set_version service should update the version numbers in debtransfrom-tar lines.
For example:
Should have %version or $version updated to the actual version from any previous services.
The text was updated successfully, but these errors were encountered: