Remove new retired projects from update bot

Update bot should not try to update repos that have been retired.
os_freezer being newly retired, we exclude it from the proposal
bot script using our exclude list.

Change-Id: I598da7a2da10a7c59168791a741ffd89da987b5b
This commit is contained in:
Jean-Philippe Evrard 2017-11-01 17:35:41 +00:00
parent d3b0998f9f
commit 875ca74927
1 changed files with 3 additions and 5 deletions

View File

@ -38,16 +38,14 @@ extra_include_project() {
# List of the projects that need to be excluded for various
# reasons
#
# os_swift_sync is retired
# retired projects
exclude_project openstack-ansible-os_freezer
exclude_project openstack-ansible-os_swift_sync
# pip_lock_down will be retired with Mitaka
exclude_project openstack-ansible-pip_lock_down
# py_from_git will be retired with Mitaka
exclude_project openstack-ansible-py_from_git
exclude_project openstack-ansible-security
# ansible-tests is where we are so we know it's maintained
exclude_project openstack-ansible-tests
# openstack-ansible-security is retired
exclude_project openstack-ansible-security
#
############## END OF EXCLUDED PROJECTS ###############