Changeset 81245
- Timestamp:
- 07/27/11 22:46:49 (4 years ago)
- File:
-
- 1 edited
-
contrib/mpab/gather_archives.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/mpab/gather_archives.sh
r80464 r81245 15 15 16 16 mkdir -p $ULPATH 17 for portname in `cat $PORTLISTFILE`; do 17 if [[ `head -n1 $PORTLISTFILE` == "all" ]]; then 18 ports=`${PREFIX}/bin/port -q echo all | tr '\n' ' '` 19 else 20 ports=`cat $PORTLISTFILE` 21 fi 22 23 for portname in $ports; do 18 24 if ls logs-*/success/${portname}.log > /dev/null 2>&1 ; then 19 25 if ./mpexport/base/portmgr/jobs/port_binary_distributable.tcl ${portname}; then
Note: See TracChangeset
for help on using the changeset viewer.

