On Thu, 2013-03-14 at 11:48 -0700, James E. Blair wrote: > Hi, > > Gerrit will be unavailable for about 5 minutes starting at 04:00 > Saturday, March 16 UTC (which is 21:00 PDT on Friday March 15): > > http://www.timeanddate.com/worldclock/fixedtime.html?iso=20130316T04 > > We will be renaming the oslo-config repository to oslo.config. Upon > completion, you should update your Git remotes with: > > git remote set-url origin https://github.com/openstack/oslo.config.git Here's what I did to handle the rename: $> mv oslo-config oslo.config $> sed -i 's/oslo-config\.git/oslo.config\.git/' oslo.config/.git/config Cheers, Mark.