Merge "Replace openstack.org git:// URLs with https://"
This commit is contained in:
commit
f9891aaee0
@ -180,7 +180,7 @@ The following process must be done for each module separately:
|
||||
"author": "Openstack CI",
|
||||
"summary": "Puppet module for $module",
|
||||
"license": "Apache 2.0",
|
||||
"source": "git://git.openstack.org/openstack-infra/puppet-$module.git",
|
||||
"source": "https://git.openstack.org/openstack-infra/puppet-$module.git",
|
||||
"project_page": "http://docs.openstack.org/infra/system-config/",
|
||||
"issues_url": "https://storyboard.openstack.org/#!/project/$lookup-module-id",
|
||||
"dependencies": []
|
||||
|
@ -105,7 +105,7 @@ implementation work. What follows is just a suggestion.
|
||||
The Project table would have two new columns:
|
||||
|
||||
* 'code_repo', which would hold a URL describing the code repository,
|
||||
like git://git.openstack.org/openstack/nova
|
||||
like https://git.openstack.org/openstack/nova
|
||||
|
||||
* 'autocreate_branches', which would tell StoryBoard to try to create task
|
||||
branches automatically from the branches declared on that code repository
|
||||
|
Loading…
Reference in New Issue
Block a user