Commit graph

54342 commits

Author SHA1 Message Date
John Baldwin
e98cc89741 Generate links to cgit instead of svn in document title blocks.
PR:		251940
Reviewed by:	emaste, gjb, ygy
Differential Revision:	https://reviews.freebsd.org/D27704
2020-12-22 13:56:47 -08:00
John Baldwin
86bba6a538 Add infrastructure for links to Git commits.
- 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
2020-12-22 13:48:38 -08:00
John Baldwin
e0a3a057a6 Document __FreeBSD_version 1300131. 2020-12-21 10:26:52 -08:00
Benedict Reuschling
e6f974e9ea Mention that the private folder is also not using ACLs.
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
2020-12-20 12:09:22 +00:00
Rene Ladan
28dade007b share/pgpkeys/README: Update to the Git era
- convert loose Subversion instructions to loose Git instructions
- remove now defunct $FreeBSD$ marker
2020-12-19 14:05:57 +01:00
Guangyuan Yang
e6320b07f5 Fix revision link after Git transition
PR:		251940
Reported by:	emaste
2020-12-18 18:14:18 +00:00
Marc Fonvieille
482d8311b8 Improve wording in section 16.4.2
Reported by:	Andreas Bjørnestad
2020-12-17 18:38:05 +01:00
Warner Losh
a9729ccf88 Add news entry for the conversion of the src repository to Git. The
cutover from Subversion to Git is this weekend.
2020-12-16 22:16:49 -07:00
Glen Barber
aec6122b7b news.xml: fix spacing/whitespace/indentation issues.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-16 18:53:15 -05:00
Glen Barber
14a2d969e1 news.xml: remove a stray date reference.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-16 18:51:21 -05:00
Warner Losh
1ce17f83bd Add news that FreeBSD-doc switched over to git. 2020-12-16 14:03:03 -07:00
Glen Barber
3a01c01d82 news.xml: Fix indentation/line wrapping. No functional changes.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-16 14:51:51 -05:00
Li-Wen Hsu
63c3f6c81e
Fix the time of 2020-12-16 Office Hours event
Approved by:	ygy (implicitly)
2020-12-17 02:17:25 +08:00
Juraj Lutter
a72c1d6c21 doc: Add committer entries for Juraj Lutter <otis>
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
2020-12-15 20:25:31 +00:00
Glen Barber
311c4792cd Fix build.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-15 11:37:22 -05:00
Guangyuan Yang
aa8e86b0f7 handbook: remove "read-only" for commit message lists
Reported by:	philip
2020-12-15 15:53:35 +00:00
Li-Wen Hsu
37279d2ef4
Add 2020-12-16 Office Hours event
Approved by: ygy
Differential Revision: https://reviews.freebsd.org/D27616
2020-12-15 20:02:10 +08:00
Gordon Tetlow
925bca73c9 Add updated text and patch for FreeBSD-SA-20:33.openssl
Approved by:	so
2020-12-14 13:28:07 -08:00
Guangyuan Yang
eb28fee24e handbook: document new commit message mailing lists
Reviewed by:	bcr
Differential Revision:	https://reviews.FreeBSD.org/D27591
2020-12-14 05:54:22 +00:00
Glen Barber
d79b57d3cf Website build: remove 'svn co' references for doc tree operations.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-13 16:31:39 -05:00
Glen Barber
b385a81223 Website build: comment the 'git clean', which is causing missing pages.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-13 15:13:25 -05:00
Glen Barber
41c404416f Fix argument order from previous commit.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-13 15:08:33 -05:00
Glen Barber
6d605a5aa5 Website/docs build: ensure rebase is specified when pulling new updates
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-13 15:05:19 -05:00
Eitan Adler
dd95bbbc41 Make README more verbose
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
2020-12-13 09:12:40 -08:00
Eitan Adler
d44c419446 remove trailing comma
Problem / Solution

Remove the now-trailing comma introduced by my previous commit.
2020-12-13 08:57:46 -08:00
Eitan Adler
072b13ec97 configure arcanist for the git world
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
2020-12-13 08:52:31 -08:00
Guangyuan Yang
2cd339f0e9 Add Cirrus CI config file
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
2020-12-13 12:41:06 +00:00
Sergey A. Osokin
7a539fc83b Add my GPG key. 2020-12-12 23:21:10 -05:00
Danilo G. Baio
6b425ce8dd Add Alexandre Liberato to contributors
Alexandre is helping in the translation effort of FreeBSD to Brazilian
Portuguese.
2020-12-12 15:26:19 -03:00
Danilo G. Baio
bc1a5586af pt_BR/books/handbook: Sync with en_US r54689
Approved by:   ebrandi (doc)
Obtained from: https://translate-dev.freebsd.org
Differential Revision:	https://reviews.freebsd.org/D27492
2020-12-12 15:14:08 -03:00
Fernando Apesteguía
996386ec52 [fdp-primer][manpages] Fix plural
s/backspaces/backspace/

Fix ill plural introduced in 59e3915e5c

Approved by:    docs (gbe@, ygy@)
Differential Revision:  https://reviews.freebsd.org/D27537
2020-12-12 19:58:27 +01:00
Mitchell Horne
f40145f8ba Add riscv64 links to the download page
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
2020-12-10 17:36:46 -04:00
Glen Barber
75c3fd757d addkey.sh: remove adding $FreeBSD$ RCSID, update adding key to repository.
While here, remove $FreeBSD$ RCSID from the script itself.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-10 15:07:06 -05:00
Warner Losh
7bbd7b58f8 Remove $FreeBSD$ from my PGP key
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.
2020-12-10 11:43:06 -07:00
Glen Barber
d12549f3ff Regen after r368517.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-10 12:49:20 -05:00
Glen Barber
15fbcdbe23 Document recent SAs/ENs.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-10 12:47:50 -05:00
Glen Barber
e406313179 Website build: reset fail-mail back to freebsd-doc.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-09 16:24:27 -05:00
Glen Barber
70637319d2 website build: update scripts to use the correct Git host.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-09 15:51:42 -05:00
Gordon Tetlow
3bde30dfea Add SA-20:33.
Approved by:	so
2020-12-09 11:25:22 -08:00
Li-Wen Hsu
3be01a4758
Mark the repository has been converted to Git
This is the first Git commit to doc.

Approved by:	gjb (doceng)
Sponsored by:	The FreeBSD Foundation
2020-12-09 23:52:48 +08:00
Li-Wen Hsu
89d0233560 Mark the repository as being converted to Git.
This is the last Subversion commit to doc.

Approved by:	gjb (doceng)
Sponsored by:	The FreeBSD Foundation
2020-12-08 03:00:23 +00:00
Rene Ladan
9c4f16b986 Move mmokhi@ to the developer alumni. 2020-12-07 19:41:23 +00:00
Thomas Zander
fbef0d4854 Sync ports-secteam on the admistration page to the mailing list: Add riggs.
Reviewed by:	ygy
Differential Revision:	https://reviews.freebsd.org/D27493
2020-12-07 05:30:39 +00:00
Sergio Carlavilla Delgado
4e26c9309d handbook: clarify that cmd examples use sh syntax
Submitted by:	emaste@
Approved by:	bcr@, carlavilla@
Differential Revision:	https://reviews.freebsd.org/D23851
2020-12-05 19:25:37 +00:00
Glen Barber
31a16cde4a Remove 'head' from 'subtrees', and uncomment the 'main' addition.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-05 02:02:09 +00:00
Glen Barber
ebe241d93c Avoid an unnecessary secondary 'svn co' call in the 'make install'
target.  This should only be executed during 'make all', the latter
causes unnecessary filesystem pollution.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-05 00:57:59 +00:00
Glen Barber
74ea351cb4 Send fail-mail to me directly until I'm sure the transition to
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)
2020-12-05 00:39:01 +00:00
Glen Barber
9cc5ea8ef8 Update the webupdate script to uncomment git calls prior to the
switchover for the repository.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-04 23:13:25 +00:00
Glen Barber
34ff65c7b3 Add (commented) logic to webupdate{,.wrapper} to prepare for the
conversion of the doc tree from Subversion to Git.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-04 18:55:43 +00:00
Guangyuan Yang
79c2aa7a94 Add "education" virtual category to Porter's Handbook.
- 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
2020-12-03 19:05:38 +00:00