Merge "No longer push refs/changes to GitHub mirrors"
This commit is contained in:
commit
268c6a7156
@ -9,6 +9,9 @@ gerrit_replication:
|
|||||||
- '^openstack/(?!ara$|ara-web$|ara-infra$).*'
|
- '^openstack/(?!ara$|ara-web$|ara-infra$).*'
|
||||||
- 'openstack-dev/*'
|
- 'openstack-dev/*'
|
||||||
- 'openstack-infra/*'
|
- 'openstack-infra/*'
|
||||||
|
push:
|
||||||
|
- '+refs/heads/*:refs/heads/*'
|
||||||
|
- '+refs/tags/*:refs/tags/*'
|
||||||
- name: 'gitea01'
|
- name: 'gitea01'
|
||||||
url: 'ssh://git@gitea01.opendev.org:222/'
|
url: 'ssh://git@gitea01.opendev.org:222/'
|
||||||
authGroup: 'Anonymous Users'
|
authGroup: 'Anonymous Users'
|
||||||
|
@ -29,4 +29,9 @@ replicateOnStartup = false
|
|||||||
projects = {{ project }}
|
projects = {{ project }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if 'push' in replication %}
|
||||||
|
{% for refspec in replication.push %}
|
||||||
|
push = {{ refspec }}
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user