Buildbots

Joshua Root jmr at macports.org
Tue Jul 1 07:00:19 PDT 2014


You can't rebuild commits as such, you can only build the ports touched
by those commits as they exist now. You can build a list of those ports
with something along the lines of:

svn log -vqr 121538:121571 https://svn.macports.org/repository/macports/
| grep '/trunk/dports/[^_]' | cut -f 5 -d / | sort -u

- Josh

On 2014-7-1 23:15 , Mojca Miklavec wrote:
> Hi,
> 
> thanks a lot for bringing all the buildbots back to life.
> 
> However we now the commits between approximately 121538-121571 (exact
> numbers probably depend on the buildbot) haven't been built. I noticed
> a missing clang-3.5 which is one of those "building time monsters".
> 
> What's the proper way to force a rebuild of all "commits"?
> 
> Mojca
> 
> On Mon, Jun 30, 2014 at 11:30 PM, Shreeraj Karulkar wrote:
>> Looking into it, sometimes this happens if they are in the middle of an update.
>>
>> Shree
>>
>> On Jun 30, 2014, at 2:26 PM, Clemens Lang wrote:
>>
>>> Hi Shree,
>>>
>>>> Are the buildbots even working?
>>>>
>>>> I'm getting "The server is temporarily unable to service your request
>>>> due to maintenance downtime or capacity problems. Please try again
>>>> later." ever since I wanted to check whether the Qt build was
>>>> successful.
>>>>
>>>> Mojca
>>>
>>> Can you take a look? I've noticed the same behavior last weekend.



More information about the macports-dev mailing list