There are a few places where we compare a RELEASE to it's STABLE branch,
or a RELEASE to it's previous release. Use macros so we can bump these
instead of bumping the numbers constantly.
Outstanding:
- I don't know what to do with rel-latest-previous since we're at a .0
currently, it should be whatever the reader should update to before they
update to 15.0. The jails chapter would benefit greatly from that.
- The syntax for escaping to use a macro inside of a code block is
still I can't figure it out... but other than that it's working well!
Fixes: ff71b333bf (releases: define rel-latest macro)
Reviewed by: mhorne
Suggested by: Jan Brankamp <crest@rlwinm.de>
Differential Revision: https://reviews.freebsd.org/D56104
Steps for New Committers.
1. Add an Author Entity
2. Update the List of Developers and Contributors
3. Add a News Item
4. Add a PGP Key
Reviewed by: osa, fluffy (mentors)
Approved by: osa, fluffy (mentors)
Differential Revision: https://reviews.freebsd.org/D55853
After ~13 years of running the ftp.at.freebsd.org community mirror is
shutting down at the end of March. Remove it from the documentation.
Reported by: Klaus P. Ohrhallinger <k@7he.at>
New author entry for Yusuf Yaman together with the news item and PGP
key added. List of Developers and Contributors updated as well to follow
steps 1-4 of the Committers Guide.
Reviewed by: osa, vvd (mentors)
Approved by: osa, vvd (mentors)
Differential Revision: https://reviews.freebsd.org/D55435
Complete steps 1-4 for new committers from the guide.
Reviewed by: lwhsu
Approved by: lwhsu (mentor)
Differential Revision: https://reviews.freebsd.org/D54735
Add myself as new committer (src)
Complete steps 1-4,6,10 for new committers from the committer's guide
Reviewed by: glebius
Approved by: glebius (mentor)
Differential Revision: https://reviews.freebsd.org/D54638
Add a macro defining the latest current RELEASE that people should use
for new deployments. This will improve consistency and save time bumping
version numbers in handbook examples, which has been suprisingly error
prone.
Jan Brankamp on the Production Users Call suggested we also define a
rel-previous macro. I do not need that yet, but note it here to inspire
future discussion.
Approved by: dch (re)
Differential Revision: https://reviews.freebsd.org/D54293
Complete steps 1-4 for new committers from the committer's guide:
1. Add myself to doc/shared/authors.adoc
2. Add myself to doc/shared/contrib-committers.adoc
3. Add a news entry
4. Add my PGP key
Approved by: jhibbits(mentor)
The main branch is now 16.0-CURRENT; and we now have a 15.0-STABLE
branch.
We don't have 15.0-STABLE downloads quite yet but they should arrive
in the next week; I'd rather have some temporary 404s than forget to
add the 15.0-STABLE section later.
Sponsored by: https://www.patreon.com/cperciva
ftp.za.FreeBSD.org was hosted by TENET for a very long time. The mirror
was decommissioned a few months ago. Thank you for hosting it for all
these years.
As per Committers Guide "Procedure 1. Steps for New Committers",
following steps 1-4:
* Add an Author Entity
* Update the List of Developers and Contributors
* Add a News Item
* Add a PGP Key
PR: 289889
Approved by: eduardo, flo (mentors)