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-dev/*'
|
||||
- 'openstack-infra/*'
|
||||
push:
|
||||
- '+refs/heads/*:refs/heads/*'
|
||||
- '+refs/tags/*:refs/tags/*'
|
||||
- name: 'gitea01'
|
||||
url: 'ssh://git@gitea01.opendev.org:222/'
|
||||
authGroup: 'Anonymous Users'
|
||||
|
@ -29,4 +29,9 @@ replicateOnStartup = false
|
||||
projects = {{ project }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if 'push' in replication %}
|
||||
{% for refspec in replication.push %}
|
||||
push = {{ refspec }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user