diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-14 15:25:50 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-14 15:25:50 -0400 |
commit | 045fe106f59207e12ba6aa3f2e3d1c4f3f1f8838 (patch) | |
tree | d341d9542764712415ac600d5ef395973fa10074 /mission/hst | |
parent | 26404d80969b1043b4f34b87f2adfcba219b9034 (diff) | |
download | stasis-045fe106f59207e12ba6aa3f2e3d1c4f3f1f8838.tar.gz |
Remove "OMC ::" from build name.
* TODO: Preface the build name with OMC at upload-time.
Diffstat (limited to 'mission/hst')
-rw-r--r-- | mission/hst/hst.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mission/hst/hst.ini b/mission/hst/hst.ini index de2720a..4508901 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 = OMC :: %n-%v-%r+%c +build_name_fmt = %n-%v-%r+%c build_number_fmt = %v.%r+%c [template:readme.md.in] |