Changeset 79902
- Timestamp:
- 06/28/11 23:34:33 (4 years ago)
- Location:
- contrib/mpab
- Files:
-
- 2 edited
-
deploy_archives.sh (modified) (1 diff)
-
do_status.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/mpab/deploy_archives.sh
r79893 r79902 36 36 rm -f ./${aname}.rmd160 37 37 done 38 else 39 echo $portname is not distributable 38 40 fi 39 41 fi -
contrib/mpab/do_status.sh
r79893 r79902 17 17 if ls logs-*/success/${portname}.log > /dev/null 2>&1 ; then 18 18 echo "[OK] ${portname}" >> $STATUS_LOG 19 elif ls logs-*/fail ure/${portname}.log > /dev/null 2>&1 ; then19 elif ls logs-*/fail/${portname}.log > /dev/null 2>&1 ; then 20 20 echo "[FAIL] ${portname}" >> $STATUS_LOG 21 21 let "failed = failed + 1"
Note: See TracChangeset
for help on using the changeset viewer.

