Hi,
All the DNS changes have settled, and our trac and svn services are now hosted on a fancy new set of VMs!
* Please remove any static hosts file modifications that you may have used as a temporary workaround (as described in my previous message)
* Please update all your SVN repo URLs to use calendarserver instead of macosforge
For example:
becomes
Here's a short script to perform the svn switch in all CalendarServer related the projects we host; run it from the parent directory of your CalendarServer checkout.
#/bin/zsh
for p in CalDAVTester CalendarServer CalDAVClientLibrary PyKerberos
do
cd $p
u=$(svn info | grep 'URL: ' | awk '{print $2}')
echo $u
new=$(echo $u | sed 's/macosforge/calendarserver/g')
echo $new
svn switch --relocate $u $new
cd ..
done
I've also updated all references to
svn.macosforge.org in our documentation; if I missed anything please shout it out.
Cheers,
-dre
On Sep 17, 2012, at 2:50 PM, Andre LaBranche <
dre@apple.com> wrote:
Hi,
One temporary workaround (until DNS is fixed) would be to add the following entry to /etc/hosts:
Also, a change was made recently in trunk to prevent the build script from stopping in this case:
-dre
_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/calendarserver-users