Commit graph

47 commits

Author SHA1 Message Date
Wolfram Schneider
c6b8fe8a4c by default run with more processes than CPUs, but not much more CPUs (n+1) 2017-12-15 09:07:16 +00:00
Eitan Adler
5dc9d36fd3 tools/prstats: remove it
This this is specific to GNATS which FreeBSD no longer uses.
2017-12-11 07:05:27 +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
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
Wolfram Schneider
3c2b982611 enable parallel web+doc build
PR: 222721
2017-10-03 11:42:23 +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
274e691d92 switch to HTTPS for people.freebsd.org 2017-10-01 11:47:58 +00:00
Wolfram Schneider
b5b51affd0 switch to HTTPS 2017-09-29 09:58: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
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
Warren Block
7eccfc1233 Add a utility to convert documentation language subdirectories to UTF-8. 2017-09-09 00:06:46 +00:00
Glen Barber
79613b6027 Stop building 9-STABLE release notes.
Sponsored by:	The FreeBSD Foundation
2017-07-25 15:45:07 +00:00
Glen Barber
1615488996 Update the webupdate script to include stable/11.
Sponsored by:	The FreeBSD Foundation
2016-07-11 13:38:57 +00:00
Glen Barber
c1ab632d62 Redirect fetchindex output to the logfile.
Sponsored by:	The FreeBSD Foundation
2015-08-18 22:21:40 +00:00
Glen Barber
a8ac032f74 Remove stable/8, as it is no longer supported.
Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2015-08-18 21:07:39 +00:00
Glen Barber
fed721c589 Move the ports INDEX fetch functionality from webupdate.wrapper
to webupdate to fix the weekly clean build failures.

When fullbuild-clean.flag exists, all of the trees are removed
and checked out cleanly.  This happens after the INDEX-${INDEXNUM}
is fetched, so when the build enters the htdocs/ports/ directory,
the INDEX-${INDEXNUM} no longer exists.

Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2015-08-18 21:05:16 +00:00
Glen Barber
de2755b681 Update webupdate and webupdate.wrapper to fix several issues.
In webupdate:
 - Output the ports tree checkout to the log file.
 - Set the depth of ports/Mk/ to 'infinity', since its contents
   are needed for 'fetchindex' to work properly.
 - Reduce redundant explicit paths to use the value of 'subdirs'.

In webupdate.wrapper:
 - Set PORTSDIR to the actual path that is being updated by
   webupdate.
 - If PINDEX_OVERRIDE is set, remove the INDEX-INDEXNUM file.

Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2015-06-24 15:41:33 +00:00
Glen Barber
ff02792b59 Revert previous commit, which broke the build.
The problem is the INDEX info isn't being properly generated,
and now I see why.  But I'm going to wait until the in-flight
email service migration stuff is done before fixing this.

Sponsored by:	The FreeBSD Foundation
2015-06-24 03:26:22 +00:00
Glen Barber
dce6c6a1b0 Fix the path to PORTSDIR, which should fix stale ports info
on the website.

Spotted by:	bapt
Prodded by:	peter
Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2015-06-24 02:43:51 +00:00
Eitan Adler
4fa8971c54 buildpnms.sh couldn't possibly work due to a bad path to gozer
also this script is for send-pr which is dead
2015-04-06 06:04:55 +00:00
Glen Barber
5f5622f0f6 Update the webupdate.wrapper to match the running
version:

 - Don't assume or hard-code PORTSDIR is in /usr.
 - Set PINDEX_OVERRIDE based on the running OSVERSION.
 - Fetch the ports/INDEX file if ENOENT.
 - Group all exported variables together.

Sponsored by:	The FreeBSD Foundation
2014-09-09 12:12:09 +00:00
Glen Barber
f7900dd366 Set executable bit.
Sponsored by:	The FreeBSD Foundation
2014-02-18 18:07:00 +00:00
Glen Barber
8bd14a12f1 Update webupdate and webupdate.wrapper scripts to always
install from a clean build directory.

PUBDIR is where the installed files end up for the public
site.  DESTDIR is now suffixed with '-clean', and always
purged before a new build starts.

When the build finishes, rsync populates PUBDIR from the
resulting DESTDIR files.  When doing a full site refresh,
'rsync --delete' is used to purge stale files.

Sponsored by:	The FreeBSD Foundation
2014-02-18 18:04:03 +00:00
Glen Barber
c352ba6ed8 Re-enable relnotes8/{doc,man4}
Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2013-11-08 00:37:59 +00:00
Glen Barber
931f8586f2 Pull in the notice from webupdate that these scripts are not
updated automatically on the cluster.

Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2013-11-07 21:53:09 +00:00
Glen Barber
20b0d371b1 Clean up cruft that has collected over the years.
Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2013-11-07 21:52:10 +00:00
Glen Barber
a9d1f85cc8 Add the webupdate.wrapper script used on build-web.
I do not quite know why this was never committed here, but add
it now so next time I accidentally remove it, it is trivial to
get back.

Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2013-11-07 21:51:14 +00:00
Glen Barber
2117dcdcf2 Add 'relnotes10/doc' and 'relnotes10/man4'.
Remove 'relnotes8/doc' and 'relnotes8/man4'.
Fix a case where 'relnotes8/man4' was listed twice, and
'relnotes9/man4' was excluded.

Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2013-11-07 21:16:35 +00:00
Glen Barber
8642e83691 Synchronize the webupdate script with what is used in the FreeBSD
cluster.

Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2013-11-07 20:49:52 +00:00
Gavin Atkinson
2e31b57355 Update this script to reflect the change from CVS to SVN. The code itself
has already been fixed, this just updates comments to match, and also
removes vestiges of the previous CVS-centric code that are no longer used.

Approved by:	bcr (mentor)
2012-12-02 18:37:32 +00:00
Hiroki Sato
620d7d1bce Sync with the latest version on www.FreeBSD.org. 2012-06-04 02:48:57 +00:00
Hiroki Sato
d225edf81b Fix build.
Approved by:	doceng (implicit)
2012-05-18 03:08:23 +00:00
Hiroki Sato
35babe0ae5 - Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check.
- Fix pathname for svn co in the webupdate script.

Approved by:	doceng (implicit)
2012-05-17 19:12:14 +00:00
Hiroki Sato
4fe414e55f - Move developers.sgml to the language-independent directory.
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
 
Approved by:	doceng (implicit)
2012-05-17 03:23:15 +00:00
Hiroki Sato
282a032540 - Remove junk directories.
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
  information in the www and the doc directory.
- Add various administration files to svnadmin.
 
Approved by:	doceng (implicit)
2012-05-17 02:51:08 +00:00