From 045fe106f59207e12ba6aa3f2e3d1c4f3f1f8838 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 14 Mar 2024 15:25:50 -0400 Subject: Remove "OMC ::" from build name. * TODO: Preface the build name with OMC at upload-time. --- mission/hst/hst.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mission/hst') 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] -- cgit