From 48db0b38cee0b9ace130fa90c0df1c9cb490c570 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 13 Feb 2024 00:12:36 -0500 Subject: Write rendered templates to delivery storage --- mission/jwst/jwst.ini | 4 ++-- mission/roman/roman.ini | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 mission/roman/roman.ini diff --git a/mission/jwst/jwst.ini b/mission/jwst/jwst.ini index 594d448..7cbca95 100644 --- a/mission/jwst/jwst.ini +++ b/mission/jwst/jwst.ini @@ -3,7 +3,7 @@ release_fmt = %n-%v-%r-py%p-%o-%a [template:readme.md.in] -destination = README.md +destination = {{ storage.delivery_dir }}/README.md [template:release_notes.md.in] -destination = RELEASE_NOTES.md \ No newline at end of file +destination = {{ storage.delivery_dir }}/release_notes.md diff --git a/mission/roman/roman.ini b/mission/roman/roman.ini new file mode 100644 index 0000000..7cbca95 --- /dev/null +++ b/mission/roman/roman.ini @@ -0,0 +1,9 @@ +[meta] +#release_fmt = {{ meta.name }}-{{ meta.version }}-py{{ meta.python_compact }}-{{ system.platform }}-{{ system.arch }}-{{ meta.revision }} +release_fmt = %n-%v-%r-py%p-%o-%a + +[template:readme.md.in] +destination = {{ storage.delivery_dir }}/README.md + +[template:release_notes.md.in] +destination = {{ storage.delivery_dir }}/release_notes.md -- cgit