one question in line.
Diff comments: > diff --git a/setup.py b/setup.py > index bbadd7b..1578a3d 100755 > --- a/setup.py > +++ b/setup.py > @@ -205,7 +207,7 @@ setuptools.setup( > author='Scott Moser', > author_email='[email protected]', > url='http://launchpad.net/cloud-init/', > - packages=setuptools.find_packages(exclude=['tests']), > + packages=setuptools.find_packages(exclude=['tests.*', 'tests']), why is this change necessary ? > scripts=['tools/cloud-init-per'], > license='GPLv3', > data_files=data_files, -- https://code.launchpad.net/~prometheanfire/cloud-init/+git/cloud-init/+merge/303339 Your team cloud init development team is requested to review the proposed merge of ~prometheanfire/cloud-init:add-openrc-init-option into cloud-init:master. _______________________________________________ Mailing list: https://launchpad.net/~cloud-init-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~cloud-init-dev More help : https://help.launchpad.net/ListHelp

