Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 22:21:41 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47270 - head/share/tools
Message-ID:  <201508182221.t7IMLfpO065624@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Tue Aug 18 22:21:40 2015
New Revision: 47270
URL: https://svnweb.freebsd.org/changeset/doc/47270

Log:
  Redirect fetchindex output to the logfile.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/tools/webupdate

Modified: head/share/tools/webupdate
==============================================================================
--- head/share/tools/webupdate	Tue Aug 18 21:34:56 2015	(r47269)
+++ head/share/tools/webupdate	Tue Aug 18 22:21:40 2015	(r47270)
@@ -150,7 +150,7 @@ fi
 
 if [ ! -e "${PINDEX_OVERRIDE}" ]; then
 	[ -e ${PORTSDIR}/INDEX-${INDEXNUM} ] && rm -f ${PORTSDIR}/INDEX-${INDEXNUM}
-	make -C ${PORTSDIR} fetchindex
+	make -C ${PORTSDIR} fetchindex >> $LOGFILE 2>&1 || exit 2
 fi
 
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508182221.t7IMLfpO065624>