Page MenuHomePhabricator

two-dot "ellipsis" appears in the end of "postmerge build failed.."
Closed, ResolvedPublic

Description

Recently some commits have a postmerge build step. The automatic code review message is "postmerge build failed..", for example in the end of
https://gerrit.wikimedia.org/r/#/c/127367/ .

This is most likely wrong. If it's supposed to be an ellipsis, then it's supposed to have three dots. If it's just the end of a sentence, then it's supposed to have just one dot (full stop).

Of course it's possible that it's supposed to be two dots for some other reason.


Version: wmf-deployment
Severity: enhancement

Details

Reference
bz64107

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:17 AM
bzimport set Reference to bz64107.
bzimport added a subscriber: Unknown Object (MLST).

Simply edit the string in integration/zuul-config.git in layout.yaml file:

https://git.wikimedia.org/blob/integration%2Fzuul-config.git/8ba1a62f0b7e33f4a059451f0b24551ca87df675/layout.yaml#L261

There are two dots there :-]

If you can come up with better messages, I am all for it!