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
Marius Strobl
3a48f00565
- Hook up the checksums for 10.4-RC1.
...
- Now that we have the 10.4 hardware compatibility list, readme and
release notes since r50848, hook them up to the betarel2 txtdocslist.
Sync the betarel txtdocslist with that of rel, rel0 and rel1 (modulo
readme, see below, and unapplicable stuff like errata.
- Add missing readme links to the txtdocslists of rel, rel0 and rel1.
- Announce 10.4-RC1 and bump betarel2.vers to RC1 accordingly.
Approved by: re (implicit)
2017-09-16 23:45:12 +00:00
Tijl Coosemans
00b1a3f1bd
Update my key.
2017-09-16 13:55:13 +00:00
Dave Cottlehuber
3694a4dad2
Introduce information about new committer (dch@FreeBSD.org)
...
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Reviewed by: swills, jrm (mentor)
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D12356
2017-09-13 21:51:31 +00:00
Wolfram Schneider
c305c981c3
show filename in error message
2017-09-13 09:02:06 +00:00
Andriy Gapon
ca8cdfe940
replace my about-to-expire pgp key with a new one
2017-09-12 21:06:09 +00:00
Adriaan de Groot
4ab1212612
Add news item, PGP key, procedure 1.3, 1.4.
...
Approved by: tcberner (mentor)
2017-09-12 12:55:46 +00:00
Adriaan de Groot
1963c5e79d
Add author entity, procedure 1.1.
...
Approved by: tcberner (mentor)
2017-09-12 09:24:55 +00:00
Ilya Bakulin
fc4bd21cf5
Update my PGP key
...
Approved by: imp (mentor)
2017-09-11 20:46:36 +00:00
Craig Leres
ec1efbeebd
Add my pgp key.
...
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12316
2017-09-11 17:35:40 +00:00
Craig Leres
e9b8f59ade
Introduce myself (leres) as a new ports commiter.
...
Reviewed by: ler, matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12314
2017-09-11 17:32:07 +00:00
Craig Leres
e5c68277e6
Add myself (leres) to authors reference as a ports committer.
...
Reviewed by: ler, matthew (mentors)
Approved by: ler, matthew (mentors)
Differential Revision: https://reviews.freebsd.org/D12307
2017-09-10 22:45:02 +00:00
Ilya Bakulin
daa61f0190
Introduce information about new commiter - kibab
...
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Approved by: imp (mentor)
Differential Revision: https://reviews.freebsd.org/D12303
2017-09-10 20:32:02 +00:00
Marius Strobl
027f8469a4
- The 10.4-BETA4 set includes the WANDBOARD image again, so uncomment
...
its betarel2 entry.
- Announce 10.4-BETA4 and bump betarel2.vers to BETA4 accordingly.
Approved by: re (implicit)
2017-09-09 21:57:12 +00:00
Warren Block
90c78f7750
Exclude all files in htdocs/releases, and better check and sanitize the
...
exclude path used.
2017-09-09 13:35:17 +00:00
Tobias C. Berner
2e832d5849
Update my PGP key.
2017-09-09 11:02:58 +00:00