From 045fe106f59207e12ba6aa3f2e3d1c4f3f1f8838 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 14 Mar 2024 15:25:50 -0400 Subject: Remove "OMC ::" from build name. * TODO: Preface the build name with OMC at upload-time. --- mission/jwst/jwst.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mission/jwst') diff --git a/mission/jwst/jwst.ini b/mission/jwst/jwst.ini index 269dd2e..e951c4d 100644 --- a/mission/jwst/jwst.ini +++ b/mission/jwst/jwst.ini @@ -1,7 +1,7 @@ [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_name_fmt = %n-%v-%r build_number_fmt = %v.%r [template:readme.md.in] -- cgit