Learn more about these different git repos.
Other Git URLs
I've noticed that while looking at https://koji.fedoraproject.org/koji/buildinfo?buildID=865069
For comparison: https://src.fedoraproject.org/cgit/rpms/openssl.git/tree/openssl.spec#n430
Apparently, koji swallows some letters containing diacritics from the name of main maintainer.
For posterity, what I currently see (and copy):
* Thu Feb 16 2017 Tom Mrz <email stripped> 1.1.0e-1 ^^^^^^^ - update to upstream version 1.1.0e - add documentation of the PROFILE=SYSTEM special cipher string (#1420232)
The underlying call seems to return them:
[mike@localhost koji]$ koji --noauth call getChangelogEntries 865069|head [{'author': u'Tom\xe1\u0161 Mr\xe1z <tmraz@redhat.com> 1.1.0e-1', 'date': '2017-02-16 12:00:00', 'date_ts': 1487246400, 'text': '- update to upstream version 1.1.0e\n- add documentation of the PROFILE=SYSTEM special cipher string (#1420232)'}, {'author': 'Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.0d-3', 'date': '2017-02-11 12:00:00', 'date_ts': 1486814400, 'text': '- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild'}, {'author': u'Tom\xe1\u0161 Mr\xe1z <tmraz@redhat.com> 1.1.0d-2', 'date': '2017-02-01 12:00:00',
If I run a mocked up web ui locally against fedora's hub, the diacritics are there.
I think @puiterwijk may have applied a custom workaround somewhere that might be affecting this.
It seems to be connected with #349
PR #403
Already merged and working on Fedora's koji.
Metadata Update from @tkopecek: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Metadata Update from @tkopecek: - Issue set to the milestone: 1.13
Login to comment on this ticket.