From 80fbcb4e99f2e5ff79b6559b8b17c2c5d2554cc2 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 14 Feb 2025 11:13:59 -0500 Subject: roman mission: enable codename by default --- mission/roman/roman.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mission/roman/roman.ini b/mission/roman/roman.ini index ebfdcdd..8d928a3 100644 --- a/mission/roman/roman.ini +++ b/mission/roman/roman.ini @@ -1,8 +1,8 @@ [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 -build_number_fmt = %v.%r +release_fmt = %n-%v-%r+%c-py%p-%o-%a +build_name_fmt = %n-%v+%c +build_number_fmt = %v.%r+%c [template:readme.md.in] destination = {{ storage.delivery_dir }}/README-{{ info.release_name }}.md -- cgit