Commit graph

5470 commits

Author SHA1 Message Date
Eitan Adler
63dd4df857 entities: Update security officer reference 2017-12-03 03:21:29 +00:00
Xin LI
e9829dbfa1 Add SA-17:11. 2017-11-29 06:13:15 +00:00
Bjoern Heidotting
cd3cd77181 Refresh my PGP key. 2017-11-24 18:45:17 +00:00
Jason W. Bacon
01a2f6af15 Add PGP key for new committer jwb
Approved by:    jrm
2017-11-24 16:51:05 +00:00
Jason W. Bacon
3c9130a24c Correct commit bit type for jwb
Approved by:    jrm
2017-11-24 01:53:12 +00:00
Jason W. Bacon
dcecd13893 Add news item for new committer jwb@
Approved by:    jrm
2017-11-23 19:48:43 +00:00
Jason W. Bacon
d3676b4c31 share/xml/authors.ent: Add new committer jwb@ 2017-11-22 18:38:09 +00:00
Gordon Tetlow
a47849876f Update SA-17:08 and SA-17:10 to properly give credit to Ilja van Sprundel. 2017-11-21 03:48:36 +00:00
Benedict Reuschling
15f63ee763 Correct the site-name by using http:// in front of it so that clicks will
actually lead to the website.

Reported by:	0mp@
2017-11-19 19:14:52 +00:00
Benedict Reuschling
91b4645d49 Add a press section entry about Synergy Sky and their experiences migrating
to FreeBSD.

Submitted by:	many
2017-11-19 11:49:42 +00:00
Gordon Tetlow
b5c3bd7933 Add SA-17:08, SA-17:09, SA-17:10. 2017-11-15 23:08:45 +00:00
Gordon Tetlow
00dfa9b9be Add EN-17:09. 2017-11-02 15:56:08 +00:00
Glen Barber
a431da29b4 Update PGP subkey expiration.
Reported by:	Nat Makarevitch, Chris Brannon
PR:		222044
Sponsored by:	The FreeBSD Foundation
2017-11-01 16:51:12 +00:00
Glen Barber
ad657b8d24 Whitespace-only change to trigger a CI build to diagnose a problem.
Sponsored by:	The FreeBSD Foundation
2017-10-31 15:28:05 +00:00
Renato Botelho
26ff2a68f0 Replace my GPG key that is about to expire 2017-10-31 12:18:34 +00:00
Yuri Victorovich
68541f3753 Add myself as a new committer
Reviewed by:	tcberner
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12844
2017-10-31 07:44:29 +00:00
Alex Richardson
ceadd7c0da Add myself as a new committer
Reviewed by:	jhb
Approved by:	jhb (mentor)
2017-10-30 18:07:45 +00:00
Gordon Tetlow
5313884e1f Update SA-17:07 with patches for 10.x. 2017-10-19 03:28:00 +00:00
Gordon Tetlow
bff7593acd Add SA-17:07. 2017-10-17 18:11:23 +00:00
Wolfram Schneider
d9d9a2b7fa support parallel "po"
$ make p-po
2017-10-15 09:09:54 +00:00
Wolfram Schneider
33216a38d0 make spaces 2017-10-12 15:39:02 +00:00
Wolfram Schneider
c5dbc10ef2 echo -> @${ECHO} 2017-10-12 15:20:47 +00:00
Wolfram Schneider
36b10d75a9 improve warning message 2017-10-12 15:19:45 +00:00
Wolfram Schneider
2ccc12750d standard verbose make output.
If you do not like this, use `make -s po'

PR: 222939
2017-10-12 15:05:42 +00:00
Wolfram Schneider
8737e8fded refactor to use make syntax instead shell/test scripts
PR: 222939
2017-10-12 14:57:50 +00:00
Wolfram Schneider
68c9592c28 refactor to use make syntax instead shell/test scripts
PR: 222939
2017-10-12 14:57:29 +00:00
Wolfram Schneider
3573c48c46 no fatal errors for english documents
refactor to use make syntax instead shell/test scripts

PR: 222939
2017-10-12 14:38:11 +00:00
Wolfram Schneider
a6c77942cd support `make po' for sub-directories
PR: 222944
2017-10-12 14:14:41 +00:00
Wolfram Schneider
5a621046a7 better check for "all" target 2017-10-12 14:14:15 +00:00
Wolfram Schneider
2539094cdb refactor translation to a new make file "doc.translate.mk"
PR: 222939
2017-10-12 14:13:48 +00:00
Wolfram Schneider
6d12d409fb path for sysctl(8) 2017-10-07 21:42:28 +00:00
Wolfram Schneider
a006f40003 by default run two processes per CPU 2017-10-07 20:53:47 +00:00
Wolfram Schneider
3fed2208d4 spaces 2017-10-07 09:07:53 +00:00
Wolfram Schneider
29cff92547 log full run time 2017-10-07 09:07:28 +00:00
Wolfram Schneider
cea67a94b2 log time for each test 2017-10-07 09:06:45 +00:00
Wolfram Schneider
cbd09402e8 GIT_REPO_FREEBSD_DOC -> FREEBSD_DOC_GIT_REPO 2017-10-07 09:06:20 +00:00
Wolfram Schneider
9d3d99045e enable to configure git branch 2017-10-07 09:05:37 +00:00
Wolfram Schneider
9c93d11e18 we need to delete the target symlink first before we can create it
This solved the issue with symlinks to directories.  The semantic
of `ln -fs' is special if you run it for directories twice, e.g.

mkdir from
ln -sf from to
find . -name from -or -name to
./to
./from

now run it again
ln -sf from to

find . -name from -or -name to
./to
./from
./from/from

ls -l from
total 1
lrwxrwxr-x  1 wosch  devel  4 Oct  6 13:54 from -> from

PR: 222737
2017-10-07 09:03:10 +00:00
Wolfram Schneider
38a74a6b52 the creation of pgpkeyring.txt must be atomar 2017-10-06 14:22:45 +00:00
Wolfram Schneider
b1c971fa20 <doc.docbook-dep.mk> handles implicit dependencies of DocBook documentation
This feature can be disabled with DOCBOOK_DEPS_DISABLE=YES

Missing dependencies will be reported as a warning, and should
be fixed by the document authors.

PR: 222826
2017-10-06 14:08:45 +00:00
Wolfram Schneider
9647f5d77d 'make obj' doesn't really work for the docs, disable it by default
PR: 222488
2017-10-06 10:44:00 +00:00
Wolfram Schneider
e1ff763ab1 Import a regression test script for the build of www.freebsd.org
The main purpose of the script is to validate the output after
a refactoring of the Makefile tool chain, and to improve the build speed.
2017-10-06 09:36:06 +00:00
Glen Barber
71dabb9f19 Enable update/checkout of src/share/man/man4 for the 12.0R hardware
page.

Sponsored by:	The FreeBSD Foundation
2017-10-05 20:17:33 +00:00
Glen Barber
d2b31f9423 Disconnect 12-CURRENT relnotes generation in the webupdate script.
Sponsored by:	The FreeBSD Foundation
2017-10-05 18:34:28 +00:00
Marc Fonvieille
ef695599af 10.4-RELEASE is out, update rel2.current. 2017-10-03 17:44:39 +00:00
Marius Strobl
c7aa0bcb11 Announce and hook up 10.4-RELEASE.
Approved by:	re (implicit)
2017-10-03 13:02:20 +00:00
Wolfram Schneider
3c2b982611 enable parallel web+doc build
PR: 222721
2017-10-03 11:42:23 +00:00
Wolfram Schneider
446279c5cb upgrade to INDEX-11
PR: 222677
2017-10-03 11:17:44 +00:00
Wolfram Schneider
f9ee19ce7b use &enbase; instead hard coded FreeBSD homepage
PR: 222713
2017-10-02 16:58:49 +00:00
Wolfram Schneider
b26935af4f replace perl with sed 2017-10-01 19:47:14 +00:00