Fix new dib-lint errors

The dib 2.34.0 release uncapped hacking and has found some new minor
issues.  Add missing readmes and fix whitespace.

Change-Id: Ia05e54c26988774bf03b0764a6df5e60e8ddaca8
This commit is contained in:
Ian Wienand 2020-03-11 10:10:57 +11:00
parent cb6e5eef38
commit 7801ad35a6
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
control-plane-minimal
---------------------
Essential packages for an OpenDev infra control-plane image.

View File

@ -0,0 +1,4 @@
infra-package-needs
-------------------
Install required packages for a OpenDev infra host

View File

@ -75,5 +75,6 @@ def main():
projects_list.write("%(name)s git %(location)s "
"%(url)s %(ref)s\n" % args)
if __name__ == '__main__':
main()