rsync server not updating

William Siegrist wsiegrist at apple.com
Tue May 31 09:02:48 PDT 2011


The problem was due to r79027, but not because of the mprsyncup change (since we don't sync that file on every commit). The RELEASE_URL scheme changed to https, which we do query on every mprsyncup run, and moving from http to https requires a one time additional svn switch. I have changed the mprsyncup job to use https and everything should be up to date. 

-Bill



On May 31, 2011, at 6:01 AM, André Kaplan wrote:

> Hi,
> 
> I'm not receiving any updates from the rsync server since r79026.
> My guess would be that it's related to the last update of mprsyncup in r79027.
> svn asks for a valid server certificate when checking out https://svn.macports.org/repository/macports.
> 
>> Modified: trunk/base/portmgr/jobs/mprsyncup
>> ===================================================================
>> --- trunk/base/portmgr/jobs/mprsyncup	2011-05-30 22:03:49 UTC (rev 79026)
>> +++ trunk/base/portmgr/jobs/mprsyncup	2011-05-30 22:19:44 UTC (rev 79027)
>> @@ -62,7 +62,7 @@
>> MP_GROUP=nobody
>> 
>> # Sources information:
>> -SVNURL=http://svn.macports.org/repository/macports
>> +SVNURL=https://svn.macports.org/repository/macports
>> RELEASE_URL_FILE=config/RELEASE_URL
> 



More information about the macports-dev mailing list