svn commit: r282876 - user/gjb/thermite

Glen Barber gjb at FreeBSD.org
Thu May 14 04:17:59 UTC 2015


Author: gjb
Date: Thu May 14 04:17:58 2015
New Revision: 282876
URL: https://svnweb.freebsd.org/changeset/base/282876

Log:
  Send output log for all architectures.
  
  This script needs a serious rewrite.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  user/gjb/thermite/thermite.sh

Modified: user/gjb/thermite/thermite.sh
==============================================================================
--- user/gjb/thermite/thermite.sh	Thu May 14 04:05:34 2015	(r282875)
+++ user/gjb/thermite/thermite.sh	Thu May 14 04:17:58 2015	(r282876)
@@ -262,6 +262,8 @@ build_release() {
 				-c ${_conf} >> ${logdir}/${_build}.log
 			;;
 		*)
+			ls -1 ${CHROOTDIR}/R/* >> ${logdir}/${_build}.log
+			send_logmail ${logdir}/${_build}.log ${_build}
 			return 0
 			;;
 	esac


More information about the svn-src-user mailing list