Darren J Moffat writes:
> This one doesn't though because STAFFER is set to 'nobody' and MAILTO is 
> set to $STAFFER.  That means that by default you won't get email sent on 
> build completion.

Untrue.  Nightly does this:

        # Set default value for STAFFER, if needed.
        if [ -z "$STAFFER" -o "$STAFFER" = "nobody" ]; then
                STAFFER=`/usr/xpg4/bin/id -un`
                export STAFFER
        fi

I _never_ set STAFFER on any of my builds, and it works fine for me.
The only things I ever set are NIGHTLY_OPTIONS, CODEMGR_WS, PARENT_WS,
and CLONE_WS.

-- 
James Carlson, KISS Network                    <[EMAIL PROTECTED]>
Sun Microsystems / 1 Network Drive         71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to