Projects
Wiki     New Ticket     View Tickets     Timeline     Browse Source     Search

Changeset 366 for trunk

Show
Ignore:
Timestamp:
2008-04-09 13:56:55 (7 months ago)
Author:
wsiegrist@…
Message:

Fixed a bug in InstallRoot's querying of binary_sites. We now provide the project name to darwinxref so individual projects can have their own binary_sites value

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/darwinbuild/darwinbuild.common

    r336 r366  
    227227            # install a pre-built root, in inheritance order 
    228228                while [ "$dbuild" != "" ]; do 
    229                 sites=$($DARWINXREF $dbfile -b $dbuild binary_sites "$X") 
     229                sites=$($DARWINXREF $dbfile -b $dbuild binary_sites "$Project") 
    230230                        Download "$CACHEDIR" \ 
    231231                                "$Project.root.tar.gz" \ 
     
    252252            done 
    253253            # we look through all inherited builds and couldn't actually install anything 
    254                 echo "ERROR: could not find root: $X" 1>&2 
     254                echo "ERROR: could not find root: $Project" 1>&2 
    255255            exit 1 
    256256        fi