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
(cherry picked from commit 875ca74927
)
This commit is contained in:
parent
777cf60ea9
commit
c5dbc533cb
@ -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 ###############
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user