Print this page
4108 remove ON_CRYPTO_BINS from tools

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/nightly.sh
          +++ new/usr/src/tools/scripts/nightly.sh
↓ open down ↓ 546 lines elided ↑ open up ↑
 547  547                          | sort | uniq >$SRC/${NOISE}.out
 548  548                  if [ ! -f $SRC/${NOISE}.ref ]; then
 549  549                          cp $SRC/${NOISE}.out $SRC/${NOISE}.ref
 550  550                  fi
 551  551                  echo "\n==== Build noise differences ($LABEL) ====\n" \
 552  552                          >>$mail_msg_file
 553  553                  diff $SRC/${NOISE}.ref $SRC/${NOISE}.out >>$mail_msg_file
 554  554          fi
 555  555  
 556  556          #
 557      -        #       Re-sign selected binaries using signing server
 558      -        #       (gatekeeper builds only)
 559      -        #
 560      -        if [ -n "$CODESIGN_USER" -a "$this_build_ok" = "y" ]; then
 561      -                echo "\n==== Signing proto area at `date` ====\n" >> $LOGFILE
 562      -                signing_file="${TMPDIR}/signing"
 563      -                rm -f ${signing_file}
 564      -                export CODESIGN_USER
 565      -                signproto $SRC/tools/codesign/creds 2>&1 | \
 566      -                        tee -a ${signing_file} >> $LOGFILE
 567      -                echo "\n==== Finished signing proto area at `date` ====\n" \
 568      -                    >> $LOGFILE
 569      -                echo "\n==== Crypto module signing errors ($LABEL) ====\n" \
 570      -                    >> $mail_msg_file
 571      -                egrep 'WARNING|ERROR' ${signing_file} >> $mail_msg_file
 572      -                if (( $? == 0 )) ; then
 573      -                        build_ok=n
 574      -                        this_build_ok=n
 575      -                fi
 576      -        fi
 577      -
 578      -        #
 579  557          #       Building Packages
 580  558          #
 581  559          if [ "$p_FLAG" = "y" -a "$this_build_ok" = "y" ]; then
 582  560                  if [ -d $SRC/pkg -o -d $SRC/pkgdefs ]; then
 583  561                          echo "\n==== Creating $LABEL packages at `date` ====\n" \
 584  562                                  >> $LOGFILE
 585  563                          echo "Clearing out $PKGARCHIVE ..." >> $LOGFILE
 586  564                          rm -rf $PKGARCHIVE >> "$LOGFILE" 2>&1
 587  565                          mkdir -p $PKGARCHIVE >> "$LOGFILE" 2>&1
 588  566  
↓ open down ↓ 2588 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX