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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mission/hst') 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] -- cgit