svn commit: r283747 - user/gjb/thermite

Glen Barber gjb at FreeBSD.org
Fri May 29 17:01:16 UTC 2015


Author: gjb
Date: Fri May 29 17:01:15 2015
New Revision: 283747
URL: https://svnweb.freebsd.org/changeset/base/283747

Log:
  Do not unset _build, _conf, and _type in ftp_stage(), because
  it returns to build_release() before send_logmail().
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  user/gjb/thermite/thermite.sh

Modified: user/gjb/thermite/thermite.sh
==============================================================================
--- user/gjb/thermite/thermite.sh	Fri May 29 16:58:09 2015	(r283746)
+++ user/gjb/thermite/thermite.sh	Fri May 29 17:01:15 2015	(r283747)
@@ -282,7 +282,6 @@ ftp_stage() {
 	rsync -avH ${CHROOTDIR}/R/ftp-stage/${_type}/* \
 		${ftpdir}/${_type}/ >> ${logdir}/${_build}.log 2>&1
 	unset BOARDNAME BUILDDATE EMBEDDEDBUILD SVNREVISION
-	unset _build _conf _type
 	return 0
 }
 


More information about the svn-src-user mailing list