diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-15 09:39:47 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-15 09:39:47 -0400 |
commit | 80653fbd49ec7d66f0b08c358898facd19a5cc9a (patch) | |
tree | 21379f0a252feebb78e5a14e45409505ca0c4ecf | |
parent | 8112b7866f0f1e5c85e7f03af20d496bb93ef1d5 (diff) | |
download | stasis-80653fbd49ec7d66f0b08c358898facd19a5cc9a.tar.gz |
Remove rc/revision from build name in order to keep deliveries of the same series together.
-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, 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] |