Steps 1-4 from the Committer's guide:
- Add entries for Juraj Lutter <otis>
- Add GPG key
And while here, also:
- Fix misindentation
- Remove a stray empty line
Reviewed by: osa (mentor)
Approved by: osa (mentor)
Differential Revision: https://reviews.freebsd.org/D27617
The $FreeBSD$ tag is obsolete. Remove it. Note: this is a test commit
to ensure that my instructions work end to end. If we do the rest,
then we should do it in bulk so individuals should hold off doing
similar commits unless changing their key.
Steps 1-5 of Procedure 1 from the Committers Guide for the new ports
committer rhurlin.
Reported by: rhurlin
Reviewed by: tcberner (mentor)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D26315
- Update en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml
to reflect outgoing CORE.10 members
- Update en_US.ISO8859-1/books/dev-model/book.xml to reflect changes in
core-secretary@
- Update en_US.ISO8859-1/books/handbook/introduction/chapter.xml to reflect
changes on latest Election Date
- Update en_US.ISO8859-1/htdocs/administration.xml to reflect latest CORE.11
team and respective Liason
- Update share/pgpkeys/pgpkeys-core.xml to reflect CORE.11 members
- Update share/pgpkeys/core-secretary.key signed by outgoing core-secretary@
and jrm@
# gpg --list-key --fingerprint core-secretary@freebsd.org
pub rsa4096 2020-06-26 [SC] [expires: 2022-06-30]
4B64 E9E0 BDE9 B3EC C06B 5C66 D8C8 C83B 49F2 6F17
uid [ultimate] FreeBSD Core Team Secretary <core-secretary@freebsd.org>
sig 3 D8C8C83B49F26F17 2020-06-26 FreeBSD Core Team Secretary <core-secretary@freebsd.org>
sig 36A40C83B0D6EF9E 2020-06-26 Joseph R. Mingrone <jrm@ftfl.ca>
sig 0CB403E4E95B96EC 2020-06-26 [User ID not found]
sub rsa4096 2020-06-26 [E] [expires: 2022-06-30]
sig D8C8C83B49F26F17 2020-06-26 FreeBSD Core Team Secretary <core-secretary@freebsd.org>
Submitted by: bofh (with core-secretary@ hat on)
Approved by: bcr, jrm
Differential Revision: https://reviews.freebsd.org/D25527
problem occurs during conversion. Currently the build doesn't stop on
failures and runs to its end;
- Add some .DELETE_ON_ERROR targets to remove broken target files on
failures.
Submitted by: mandree
Reviewed by: blackend
Differential Revision: https://reviews.freebsd.org/D24560