From ddceef73f109ed5d907f2cf484549bc57ffc8d8d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 18 Feb 2024 10:02:38 -0500 Subject: Set default build info formatters --- mission/jwst/jwst.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mission/jwst') 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 -- cgit