HomeClusterLabs Projects

Feature: tools: Use the ticket output message in crm_ticket.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Feature: tools: Use the ticket output message in crm_ticket.

There was already a ticket message in pe_output.c, but its output format
is not quite the same as what crm_ticket was already doing. The text
format is especially tricky because it was in use in both places. I've
tried to preserve backwards compatability while condensing them into a
single function.

XML was easier because crm_ticket didn't already provide that output.
HTML can be removed as a separate function because it's now the same as
text.

Details

Provenance
clumensAuthored on Feb 6 2024, 4:44 PM

Commit No Longer Exists

This commit no longer exists in the repository.