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/hst/hst.ini | 2 +- mission/jwst/jwst.ini | 2 +- mission/roman/roman.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mission/hst/hst.ini b/mission/hst/hst.ini index 4508901..418266f 100644 --- a/mission/hst/hst.ini +++ b/mission/hst/hst.ini @@ -1,6 +1,6 @@ [meta] release_fmt = %n-%v-%r+%c-py%p-%o-%a -build_name_fmt = %n-%v-%r+%c +build_name_fmt = %n-%v+%c build_number_fmt = %v.%r+%c [template:readme.md.in] 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] diff --git a/mission/roman/roman.ini b/mission/roman/roman.ini index e951c4d..ebfdcdd 100644 --- a/mission/roman/roman.ini +++ b/mission/roman/roman.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