Diff for /buildman/bm between versions 1.6 and 1.7

version 1.6, 2025/03/10 17:08:20 version 1.7, 2025/03/10 17:14:32
Line 283  case $ACTION in Line 283  case $ACTION in
   
             if [ -f "${BUILD_WANTED}" ]              if [ -f "${BUILD_WANTED}" ]
             then              then
                 echo "$PROGN error:  build already requested"                  echo "$PROGN error:  build already requested on host ${BUILD_HOST}"
                 exit 1                  exit 1
             fi              fi
   
             touch "${BUILD_WANTED}"              touch "${BUILD_WANTED}"
             echo "$PROGN:  build of project ${PROJECT} requested on build host ${BUILD_HOST}"              echo "$PROGN:  build of project ${PROJECT} requested on ${BUILD_HOST}"
         else          else
             BHOSTS=`ls -1 "${BUILDMAN_BASE}/projects/${PROJECT}/hosts"`              BHOSTS=`ls -1 "${BUILDMAN_BASE}/projects/${PROJECT}/hosts"`
             for BUILD_HOST in ${BHOSTS}              for BUILD_HOST in ${BHOSTS}
Line 305  case $ACTION in Line 305  case $ACTION in
                                   
                 if [ -f "${BUILD_WANTED}" ]                  if [ -f "${BUILD_WANTED}" ]
                 then                  then
                     echo "$PROGN error:  build already requested"                      echo "$PROGN error:  build already requested on ${BUILD_HOST}"
                     exit 1                      exit 1
                 fi                  fi
                                   

Removed from v.1.6  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>