- Add a <githash> tag which accepts a Git hash. Leave
<revnumber> as is for svn revisions. In theory we
could add a new attribute to <revnumber> to say which
VCS to use, but this would require tagging either all
SVN revisions or all Git hashes explicitly which would
be invasive. A new tag going forward seems simpler.
- Revert svnweb.link back to generating svnweb links. This
fixes all the explicit <revnumber>'s referring to SVN src
commits in existing documentation.
- Add a cgit.link which links to a Git commit in cgit.
githash generates cgit.link's when asked to generate a
href.
Reviewed by: gjb, ygy
Differential Revision: https://reviews.freebsd.org/D27703
In the UFS ACLs chapter, there is an example showing ACL-enabled
filesystems using a + sign. However, there is a directory private lited
there that is not having ACLs enabled, but it is not mentioned in the
text below the example. Add it there to avoid confusion.
PR: 251528
Submitted by: panden@gmail.com
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
Summary:
Problem
It is not clear what we are telling users to read. Also I need a test
commit for phabricator in a git world.
Solution
Change the text to be more precise.
Differential Revision: https://reviews.freebsd.org/D27596
Problem
The documentation ("doc") repository has been converted to git but
arcanist does not yet understand how to interact with phabricator in
this world.
Solution
- remove the callsign "D" which should be inferable from having one of
the cgit URLs as a remote
- remove "history.immutable" which was a workflow only required for
subversion
Enable Cirrus CI to perform a complete doc tree build test. The
official mirror on GitHub, as well as anyone who pushes the repo to
GitHub can enjoy free CI functionality for all commits and pull
requests.
Reviewed by: lwhsu, bcr
Differential Revision: https://reviews.freebsd.org/D27530
A slight reconfiguration of the SD Card section is necessary, as we now
have GENERICSD images for two architectures. Organize those links by
architecture.
Reviewed by: gjb
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.
target. This should only be executed during 'make all', the latter
causes unnecessary filesystem pollution.
Sponsored by: Rubicon Communications, LLC (netgate.com)
building from the git sources is indeed fine.
Note: these scripts are not automatically updated on the builder,
so I will manually update them and monitor for failures.
Sponsored by: Rubicon Communications, LLC (netgate.com)
- The category itself was added to the ports framework in r555738.
- While there, fix a typo.
PR: 248403
Submitted by: PauAmma <pauamma@gundo.com>
Reviewed by: adamw, bcr, mat
Differential Revision: https://reviews.freebsd.org/D27340