1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

revise ordered list of boilerplate work

This commit is contained in:
Toshio Kuratomi 2017-07-29 03:27:00 -07:00
parent 9a55487dff
commit 0765ceb66d

View file

@ -57,21 +57,21 @@ future3=$(find ./lib/ansible/modules -path ./lib/ansible/modules/windows -prune
-o -name '*.py' -type f -size +0c -exec egrep -HL 'from __future__ import (?absolute_import, division, print_function)?' '{}' '+')
# Ordered by approximate work, lowest to highest
# cloud/google *
# identity !
# source_control *i
# cloud/centurylink *
# source_control *i
# files !
# cloud/google *
# notification *!
# database ;; break up *!
# packaging ;; breakup *!
# cloud/rackspace *
# cloud/vmware *i
# files !
# cloud/openstack *
# monitoring *!
# notification *!
# cloud/cloudstack *
# cloud/openstack *
# cloud/ovirt
# packaging ;; breakup *!
# cloud/amazon *i
# cloud/amazon *
# network ;; break up *!
# ( * == import* fixes, ! == many get_exception fixes, i == a few get_exception fixes)
### TODO: