svn commit: r46861 - head/share/tools
Glen Barber <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: gjb Date: Wed Jun 24 03:26:22 2015 New Revision: 46861 URL: https://svnweb.freebsd.org/changeset/doc/46861 Log: 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 Modified: head/share/tools/webupdate.wrapper Modified: head/share/tools/webupdate.wrapper ============================================================================== --- head/share/tools/webupdate.wrapper Wed Jun 24 02:43:51 2015 (r46860) +++ head/share/tools/webupdate.wrapper Wed Jun 24 03:26:22 2015 (r46861) @@ -15,7 +15,7 @@ RSYNC_FLAGS="-avH" GEN_INDEX=yes [email protected] FLAGDIR=/usr/local/www/build -: ${PORTSDIR:=/usr/local/www/build/ports}; export PORTSDIR +: ${PORTSDIR:=/usr/local/www/ports}; export PORTSDIR : ${INDEXNUM:=$(make -C ${PORTSDIR} -V OSREL)} : ${PINDEX_OVERRIDE:=${PORTSDIR}/INDEX-${INDEXNUM%%.*}} export USER=www-data _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"