diff options
-rw-r--r-- | mission/hst/hst.ini | 2 | ||||
-rw-r--r-- | mission/jwst/jwst.ini | 2 | ||||
-rw-r--r-- | mission/roman/roman.ini | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/mission/hst/hst.ini b/mission/hst/hst.ini index ef83360..f2bb4d4 100644 --- a/mission/hst/hst.ini +++ b/mission/hst/hst.ini @@ -1,5 +1,7 @@ [meta] release_fmt = %n-%v-%r+%c-py%p-%o-%a +build_name_fmt = OMC :: %n-%v-%r+%c +build_number_fmt = %v.%r+%c [template:readme.md.in] destination = {{ storage.delivery_dir }}/README.md diff --git a/mission/jwst/jwst.ini b/mission/jwst/jwst.ini index 7cbca95..cfeba0b 100644 --- a/mission/jwst/jwst.ini +++ b/mission/jwst/jwst.ini @@ -1,6 +1,8 @@ [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 +build_name_fmt = OMC :: %n-%v-%r +build_number_fmt = %v.%r [template:readme.md.in] destination = {{ storage.delivery_dir }}/README.md diff --git a/mission/roman/roman.ini b/mission/roman/roman.ini index 7cbca95..cfeba0b 100644 --- a/mission/roman/roman.ini +++ b/mission/roman/roman.ini @@ -1,6 +1,8 @@ [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 +build_name_fmt = OMC :: %n-%v-%r +build_number_fmt = %v.%r [template:readme.md.in] destination = {{ storage.delivery_dir }}/README.md |