Comment 2 for bug 1269510

Revision history for this message
Bhuvan Arumugam (bhuvan) wrote :

@jeblair, is it still an issue? fwiw, the problem don't seem to exist anymore:

rainbow:heat bhuvan$ git fetch --verbose origin
From https://git.openstack.org/cgit/openstack/heat
 = [up to date] master -> origin/master
 = [up to date] stable/grizzly -> origin/stable/grizzly
 = [up to date] stable/havana -> origin/stable/havana
rainbow:heat bhuvan$ git pull origin master
From https://git.openstack.org/cgit/openstack/heat
 * branch master -> FETCH_HEAD
Already up-to-date.
rainbow:heat bhuvan$ git remote -v
origin https://git.openstack.org/cgit/openstack/heat (fetch)
origin https://git.openstack.org/cgit/openstack/heat (push)

Moroever, the new url return 404.

[bhuvan@build stats]$ curl -w 'Response code: %{http_code}\n' https://git.openstack.org/openstack/heat.git
Response code: 404