From 80653fbd49ec7d66f0b08c358898facd19a5cc9a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 15 Apr 2024 09:39:47 -0400 Subject: Remove rc/revision from build name in order to keep deliveries of the same series together. --- 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 e951c4d..ebfdcdd 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 = %n-%v-%r +build_name_fmt = %n-%v build_number_fmt = %v.%r [template:readme.md.in] -- cgit