Changes between Initial Version and Version 1 of Ticket #52986


Ignore:
Timestamp:
Dec 1, 2016, 2:03:31 AM (7 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Most of this fiddling should be done in the Buildbot configuration and not in mpbb.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52986 – Description

    initial v1  
    11The 10.6-i386 buildbot avoids building many packages:
    22{{{
    3 #!tcl
     3#!bash
    44if [[ $exclude -eq 0 && "${os_version}" = "10.6" && "${is_64bit_capable}" = "0" ]]; then
    55    supported_archs=$("${option_prefix}/bin/port-tclsh" "${thisdir}/tools/supported-archs.tcl" "${port}")