Update versions_url for downstream case
For version_url: We should not track master for all downstream branches, because when package version difference between older branch and master, rpm build could get skip. For example: Faced below in 16.2 ~~~ python-networking-ovn not present in https://trunk.rdoproject.org/centos8-master/current/versions.csv - skipping. ~~~ Adding release var so that correct upstream branch versions_url is used. Change-Id: I4504a8291fc69a42b181b5b09cfc3ecb3351cfa1
This commit is contained in:
@@ -36,7 +36,7 @@ release_minor={{ '0' if '.' not in osp_release.split('-')[1] else osp_release.sp
|
||||
|
||||
[downstream_driver]
|
||||
info_files=osp.yml
|
||||
versions_url=https://trunk.rdoproject.org/centos8-master/current/versions.csv
|
||||
versions_url=https://trunk.rdoproject.org/centos8-{{ release }}/current/versions.csv
|
||||
downstream_distro_branch={{ osp_release }}{{ '.0' if '.' not in osp_release else '' }}-rhel-8-trunk
|
||||
downstream_tag=osp-{{ osp_release.split('-')[1] }}{{ '.0' if '.' not in osp_release else '' }}
|
||||
downstream_distgit_key=osp-distgit
|
||||
|
||||
Reference in New Issue
Block a user