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 /mission/jwst | |
parent | 8112b7866f0f1e5c85e7f03af20d496bb93ef1d5 (diff) | |
download | stasis-80653fbd49ec7d66f0b08c358898facd19a5cc9a.tar.gz |
Remove rc/revision from build name in order to keep deliveries of the same series together.
Diffstat (limited to 'mission/jwst')
-rw-r--r-- | mission/jwst/jwst.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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] |