revise ordered list of boilerplate work
This commit is contained in:
parent
9a55487dff
commit
0765ceb66d
1 changed files with 7 additions and 7 deletions
|
@ -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)?' '{}' '+')
|
-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
|
# Ordered by approximate work, lowest to highest
|
||||||
# cloud/google *
|
|
||||||
# identity !
|
# identity !
|
||||||
# source_control *i
|
|
||||||
# cloud/centurylink *
|
# cloud/centurylink *
|
||||||
|
# source_control *i
|
||||||
|
# files !
|
||||||
|
# cloud/google *
|
||||||
|
# notification *!
|
||||||
# database ;; break up *!
|
# database ;; break up *!
|
||||||
|
# packaging ;; breakup *!
|
||||||
# cloud/rackspace *
|
# cloud/rackspace *
|
||||||
# cloud/vmware *i
|
# cloud/vmware *i
|
||||||
# files !
|
|
||||||
# cloud/openstack *
|
|
||||||
# monitoring *!
|
# monitoring *!
|
||||||
# notification *!
|
|
||||||
# cloud/cloudstack *
|
# cloud/cloudstack *
|
||||||
|
# cloud/openstack *
|
||||||
# cloud/ovirt
|
# cloud/ovirt
|
||||||
# packaging ;; breakup *!
|
# cloud/amazon *
|
||||||
# cloud/amazon *i
|
|
||||||
# network ;; break up *!
|
# network ;; break up *!
|
||||||
# ( * == import* fixes, ! == many get_exception fixes, i == a few get_exception fixes)
|
# ( * == import* fixes, ! == many get_exception fixes, i == a few get_exception fixes)
|
||||||
### TODO:
|
### TODO:
|
||||||
|
|
Loading…
Reference in a new issue