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
Wolfram Schneider
f136b7facb
cleanup stale documentation
...
PR: 222721
2017-10-01 19:39:38 +00:00
Wolfram Schneider
f47cd915a4
disable "obj", too fragile, see also PR: 222488
...
PR: 222721
2017-10-01 19:29:43 +00:00
Wolfram Schneider
3f8d9a5fba
display the latest rev. nummber / git id on failure
...
PR: 222721
2017-10-01 19:26:53 +00:00
Wolfram Schneider
02bb3f74fe
call make all' first, than
make install'
...
PR: 222721
2017-10-01 18:08:22 +00:00
Wolfram Schneider
4a6e1d3dea
change download links from ftp to download.freebsd.org
...
PR: 222678
2017-10-01 12:05:26 +00:00
Wolfram Schneider
274e691d92
switch to HTTPS for people.freebsd.org
2017-10-01 11:47:58 +00:00
Wolfram Schneider
bca623ec23
switch to HTTPS
...
PR: 222676
2017-09-29 10:05:20 +00:00
Wolfram Schneider
b5b51affd0
switch to HTTPS
2017-09-29 09:58:05 +00:00
Wolfram Schneider
4ad8c16457
switch to HTTPS
...
PR: 222676
2017-09-29 09:54:04 +00:00
Wolfram Schneider
032bcd2bf6
switch to HTTPS
...
PR: 222676
2017-09-29 09:46:32 +00:00
Wolfram Schneider
066c47a505
switch to HTTPS
...
PR: 222676
2017-09-29 09:18:35 +00:00
Wolfram Schneider
ef69133f3b
switch to HTTPS
...
PR: 222676
2017-09-29 09:11:33 +00:00
Wolfram Schneider
1ce60faecf
new variable XMLDOCS_NO_SRCS
...
if set there will be no implicit adding of files to SRCS, which may
break `make -n', or `make -j1', or dependencies checking
PR: 222631
2017-09-28 16:59:08 +00:00
Benjamin Kaduk
9e95ae9d18
Publish the 2017Q2 status report
...
Link from the status report main page and update the next-due date
(including the extension).
Also add a news entry for the report.
2017-09-27 16:18:03 +00:00
Mathieu Arnold
d8bbe8549d
Add man.* entities missing from r50926.
...
Sponsored by: Absolight
2017-09-26 09:30:53 +00:00
Chuck Tuffli
af2381eab9
Introduce information about new committer (chuck@FreeBSD.org)
...
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Reviewed by: imp (mentor), ken (mentor)
Approved by: imp (mentor), ken (mentor)
Differential Revision: https://reviews.freebsd.org/D12357
2017-09-25 00:33:22 +00:00
Johann Kois
be6496fabb
Fix bug from r50908 - it is RC2, not RC1.
2017-09-24 12:28:28 +00:00
Guangyuan Yang
45626aacc1
Reviewed by: loader (mentor), emaste
...
Approved by: loader (mentor)
Differential Revision: https://reviews.freebsd.org/D12481
2017-09-24 10:44:31 +00:00
Fedor Uporov
a5166e089a
Introduce information about new committer (fsu@FreeBSD.org)
...
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Reviewed by: pfg (mentor)
Approved by: pfg (mentor)
2017-09-23 19:31:22 +00:00
Marius Strobl
fab837320f
Announce 10.4-RC2, bump betarel2.vers accordingly and hook up corresponding
...
checksums.
Approved by: re (implicit)
2017-09-23 18:02:36 +00:00
Mathieu Arnold
3d4b867e6a
Push back expiration by one year.
...
Sponsored by: Absolight
2017-09-22 16:47:55 +00:00
Steven Kreuzer
f0b4902d84
Extend the expiration date of my gpg key.
2017-09-22 13:16:52 +00:00
Wolfram Schneider
bb54e772f9
support parallel obj
...
$ make p-obj
PR: 222322
2017-09-21 10:08:01 +00:00
Wolfram Schneider
b814de5aaf
get the number of max_jobs from the command line args as well,
...
e..g:
$ make -j16 p-all
2017-09-20 09:28:40 +00:00
Wolfram Schneider
1e39127174
support parallel clean
...
$ make p-clean
PR: 222322
2017-09-19 17:40:05 +00:00
Glen Barber
d5112e7690
Enable parallel builds in the webupdate script.
...
Thank you to wosch@ for fixing the parallel build issues in the
doc tree, and for implementing this.
Sponsored by: The FreeBSD Foundation
2017-09-19 15:24:47 +00:00
Eugene Grosbein
a91afefea0
Add myself (again), this time as src committer.
...
Approved by: avg (mentor)
2017-09-19 14:24:33 +00:00
Wolfram Schneider
5472c07a33
Implement workaround for a parallel doc build
...
$ make p-all
It works for the sub-directories in a given directory.
On a standard quad core machine the build time goes down
from ca. 20min to 5 minutes.
PR: 222322
2017-09-19 10:03:26 +00:00
Wolfram Schneider
0b4df7438b
fix race conditions in doc image builds
...
PR: 222327
2017-09-19 09:57:15 +00:00
Wolfram Schneider
e041adf9e7
cleanup *.ps files
...
PR: 222252
2017-09-19 09:54:21 +00:00
Wolfram Schneider
b0758f9328
Fix make -n' and
make -j1'
...
PR: 222186
2017-09-19 09:50:17 +00:00
Remko Lodder
4ddda12645
Update key, it expired last year and I had forgotten to
...
update the local FreeBSD copy.
Requested by: des
2017-09-18 08:01:51 +00:00
Benjamin Kaduk
d083dac69b
Allow per-category intro text in quarterly status reports
...
Update the dtd to permit the <p> element to appear within
<category> and update the xsl template to render any paragraph(s)
of such introductory text before the line break that preceeds the
rendering of project entries in the given category.
2017-09-17 21:33:02 +00:00
Johann Kois
bd20b25a49
Fix $FreeBSD$ string (changed by mistake in r50858).
...
Reported by: Warner Losh
2017-09-17 14:45:33 +00:00
Johann Kois
9f741bd17e
PR: 216936
...
Add NSW IT Support from Australia to the consultant list.
Requested by: binaryit.marketing@gmail.com
2017-09-17 13:01:49 +00:00