aboutsummaryrefslogtreecommitdiff
path: root/share/tools
Commit message (Collapse)AuthorAgeFilesLines
* Revert r51386, re-enabling building status.png. I believe I haveGlen Barber2018-01-171-4/+1
| | | | | | | | | | | | | fixed the underlying problem on the web build machine that was generating errors. Thank you to hrs@ for disabling this until it could be investigated, and to bjk@ for emailing admins@ about the problem. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=51388
* Disable generating status.png temporarily.Hiroki Sato2018-01-151-1/+4
| | | | Notes: svn path=/head/; revision=51386
* by default run with more processes than CPUs, but not much more CPUs (n+1)Wolfram Schneider2017-12-151-2/+2
| | | | Notes: svn path=/head/; revision=51309
* tools/prstats: remove itEitan Adler2017-12-115-203/+0
| | | | | | | This this is specific to GNATS which FreeBSD no longer uses. Notes: svn path=/head/; revision=51289
* path for sysctl(8)Wolfram Schneider2017-10-071-1/+1
| | | | Notes: svn path=/head/; revision=51081
* by default run two processes per CPUWolfram Schneider2017-10-071-1/+4
| | | | Notes: svn path=/head/; revision=51080
* spacesWolfram Schneider2017-10-071-10/+11
| | | | Notes: svn path=/head/; revision=51075
* log full run timeWolfram Schneider2017-10-071-2/+7
| | | | Notes: svn path=/head/; revision=51074
* log time for each testWolfram Schneider2017-10-071-1/+17
| | | | Notes: svn path=/head/; revision=51073
* GIT_REPO_FREEBSD_DOC -> FREEBSD_DOC_GIT_REPOWolfram Schneider2017-10-071-4/+7
| | | | Notes: svn path=/head/; revision=51072
* enable to configure git branchWolfram Schneider2017-10-071-0/+5
| | | | Notes: svn path=/head/; revision=51071
* Import a regression test script for the build of www.freebsd.orgWolfram Schneider2017-10-061-0/+246
| | | | | | | | 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. Notes: svn path=/head/; revision=51064
* Enable update/checkout of src/share/man/man4 for the 12.0R hardwareGlen Barber2017-10-051-1/+3
| | | | | | | | | page. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=51058
* Disconnect 12-CURRENT relnotes generation in the webupdate script.Glen Barber2017-10-051-3/+0
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=51046
* enable parallel web+doc buildWolfram Schneider2017-10-031-1/+1
| | | | | | | PR: 222721 Notes: svn path=/head/; revision=51032
* replace perl with sedWolfram Schneider2017-10-011-1/+1
| | | | Notes: svn path=/head/; revision=51021
* cleanup stale documentationWolfram Schneider2017-10-011-10/+1
| | | | | | | PR: 222721 Notes: svn path=/head/; revision=51020
* disable "obj", too fragile, see also PR: 222488Wolfram Schneider2017-10-011-1/+2
| | | | | | | PR: 222721 Notes: svn path=/head/; revision=51019
* display the latest rev. nummber / git id on failureWolfram Schneider2017-10-011-4/+13
| | | | | | | PR: 222721 Notes: svn path=/head/; revision=51018
* call `make all' first, than `make install'Wolfram Schneider2017-10-011-1/+1
| | | | | | | PR: 222721 Notes: svn path=/head/; revision=51017
* switch to HTTPS for people.freebsd.orgWolfram Schneider2017-10-011-1/+1
| | | | Notes: svn path=/head/; revision=51010
* switch to HTTPSWolfram Schneider2017-09-291-4/+3
| | | | Notes: svn path=/head/; revision=50961
* Enable parallel builds in the webupdate script.Glen Barber2017-09-191-2/+8
| | | | | | | | | | Thank you to wosch@ for fixing the parallel build issues in the doc tree, and for implementing this. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=50883
* Exclude all files in htdocs/releases, and better check and sanitize theWarren Block2017-09-091-12/+15
| | | | | | | exclude path used. Notes: svn path=/head/; revision=50814
* Add a utility to convert documentation language subdirectories to UTF-8.Warren Block2017-09-091-0/+194
| | | | Notes: svn path=/head/; revision=50811
* Stop building 9-STABLE release notes.Glen Barber2017-07-251-3/+0
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=50562
* Update the webupdate script to include stable/11.Glen Barber2016-07-111-0/+3
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=49092
* Redirect fetchindex output to the logfile.Glen Barber2015-08-181-1/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=47270
* Remove stable/8, as it is no longer supported.Glen Barber2015-08-181-3/+0
| | | | | | | | Approved by: doceng (implicit) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=47267
* Move the ports INDEX fetch functionality from webupdate.wrapperGlen Barber2015-08-182-5/+5
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=47266
* Update webupdate and webupdate.wrapper to fix several issues.Glen Barber2015-06-242-5/+5
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=46863
* Revert previous commit, which broke the build.Glen Barber2015-06-241-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=46861
* Fix the path to PORTSDIR, which should fix stale ports infoGlen Barber2015-06-241-1/+1
| | | | | | | | | | | | on the website. Spotted by: bapt Prodded by: peter Approved by: doceng (implicit) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=46860
* buildpnms.sh couldn't possibly work due to a bad path to gozerEitan Adler2015-04-061-29/+0
| | | | | | | also this script is for send-pr which is dead Notes: svn path=/head/; revision=46487
* Update the webupdate.wrapper to match the runningGlen Barber2014-09-091-8/+10
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=45572
* Set executable bit.Glen Barber2014-02-181-0/+0
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=43979
* Update webupdate and webupdate.wrapper scripts to alwaysGlen Barber2014-02-182-2/+14
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=43978
* Re-enable relnotes8/{doc,man4}Glen Barber2013-11-081-1/+5
| | | | | | | | Approved by: doceng (implicit) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=43140
* Pull in the notice from webupdate that these scripts are notGlen Barber2013-11-071-0/+5
| | | | | | | | | | updated automatically on the cluster. Approved by: doceng (implicit) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=43138
* Clean up cruft that has collected over the years.Glen Barber2013-11-071-24/+0
| | | | | | | | Approved by: doceng (implicit) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=43137
* Add the webupdate.wrapper script used on build-web.Glen Barber2013-11-071-0/+70
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=43136
* Add 'relnotes10/doc' and 'relnotes10/man4'.Glen Barber2013-11-071-4/+5
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=43135
* Synchronize the webupdate script with what is used in the FreeBSDGlen Barber2013-11-071-12/+23
| | | | | | | | | | cluster. Approved by: doceng (implicit) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=43134
* Update this script to reflect the change from CVS to SVN. The code itselfGavin Atkinson2012-12-021-6/+4
| | | | | | | | | | 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) Notes: svn path=/head/; revision=40248
* Sync with the latest version on www.FreeBSD.org.Hiroki Sato2012-06-041-7/+22
| | | | Notes: svn path=/head/; revision=38974
* Fix build.Hiroki Sato2012-05-181-7/+0
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/head/; revision=38832
* - Set svn:ketwords and svn:mime-type. Note that application/octet-stream isHiroki Sato2012-05-179-10/+10
| | | | | | | | | | set on some files as a workaround for binary check. - Fix pathname for svn co in the webupdate script. Approved by: doceng (implicit) Notes: svn path=/head/; revision=38826
* - Move developers.sgml to the language-independent directory.Hiroki Sato2012-05-173-28/+18
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=38822
* - Remove junk directories.Hiroki Sato2012-05-1713-0/+3305
- 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) Notes: svn path=/head/; revision=38821