project-config/roles/copy-release-tools-scripts
Előd Illés 5ded5656e8 Fix release-id fetching for release job
With a recent patch a new release job error came up [1]:
when fetching the release-id from the series_status.yaml the yaml
parser resolves the new names (eg: 2023.1) as float, so we have to
convert it to string to be able to concatenate it to 'stable/' string.

[1]
File "/home/zuul/scripts/release-tools/process_release_requests.py", line 116, in get_branch
branch = "stable/" + series.get("release-id", series_name)
TypeError: can only concatenate str (not "float") to str

Change-Id: I4e317919292d7481b2ffd15b68473fff5b4b9aaf
2023-06-28 20:40:03 +02:00
..
files/release-tools Fix release-id fetching for release job 2023-06-28 20:40:03 +02:00
tasks Fix rsync invocation 2018-03-06 09:24:28 +01:00
README.rst Move release-tools out of jenkins/scripts 2018-02-27 19:27:35 +01:00

Copy release-tools scripts directory to remote hosts

The scripts/release-tools directory will be placed in the remote home directory as scripts/release-tools.