New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79902


Ignore:
Timestamp:
06/28/11 23:34:33 (4 years ago)
Author:
jmr@…
Message:

mpab: fix path in status script, and print message when archive is not distributable

Location:
contrib/mpab
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contrib/mpab/deploy_archives.sh

    r79893 r79902  
    3636                rm -f ./${aname}.rmd160 
    3737            done 
     38        else 
     39            echo $portname is not distributable 
    3840        fi 
    3941    fi 
  • contrib/mpab/do_status.sh

    r79893 r79902  
    1717    if ls logs-*/success/${portname}.log > /dev/null 2>&1 ; then 
    1818        echo "[OK] ${portname}" >> $STATUS_LOG 
    19     elif ls logs-*/failure/${portname}.log > /dev/null 2>&1 ; then 
     19    elif ls logs-*/fail/${portname}.log > /dev/null 2>&1 ; then 
    2020        echo "[FAIL] ${portname}" >> $STATUS_LOG 
    2121        let "failed = failed + 1" 
Note: See TracChangeset for help on using the changeset viewer.