From aef7ce2db9d4f71b788d4bc7c52ec2b11186d07f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 8 Mar 2024 10:38:03 -0500 Subject: Append the release name to README artifacts to prevent documentation clobbering. * It may be the case that we'll have to break artifacts down into separate arch/OS directories if this turns out to be too ugly. --- mission/hst/hst.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mission/hst') diff --git a/mission/hst/hst.ini b/mission/hst/hst.ini index dad777c..de2720a 100644 --- a/mission/hst/hst.ini +++ b/mission/hst/hst.ini @@ -4,7 +4,7 @@ build_name_fmt = OMC :: %n-%v-%r+%c build_number_fmt = %v.%r+%c [template:readme.md.in] -destination = {{ storage.delivery_dir }}/README.md +destination = {{ storage.delivery_dir }}/README-{{ info.release_name }}.md [template:release_notes.md.in] destination = {{ storage.delivery_dir }}/release_notes.md -- cgit