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
Pass the resolved version to more methods and hooks. This gives
`packagesettings.get_extra_environ` access to version information in
most cases.
`dependencies.get_build_*_dependencies` hooks now have access to version
in most cases. Nightly builds from VCS don't have the version. Nightly
builds have to prepare an environment, then request package metadata to
get the version from metadata.
The improvement will enable us to add the version as a template
variable, so `env` in package settings can use something like
`${__version__}` in the future.
Signed-off-by: Christian Heimes <cheimes@redhat.com>
0 commit comments