Commit Graph

3 Commits

Author SHA1 Message Date
Paul Belanger
a8fababaf5 Add top level LICENSE file
It is nice to have a top level LICENSE file to help users know which
license is used for the repo. I believe everything in the repo is
licenses to Apache2.

Also as we have a LICENSE how hacking 102 enforces that every code file
needs an explict license so add one to __init__.py

Change-Id: I7609e774c1606f8b4597f45567871bdddedec270
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-10-17 10:36:04 +11:00
Doug Hellmann
415e86c465 add list-deliverables command
Add a command to print a list of the names of deliverables that match
specified criteria, like having a certain release.

Change-Id: I52844446e288513b0a575c922a83d72f803f9f17
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-11-22 10:29:06 -05:00
Doug Hellmann
7fb906f6d4 Refactor validation script
Move some of the validation code into a real python package so we can
more easily reuse it.

Make the validation script reprint all errors, for cases where it has
checked a lot of files and the original messages might have been mixed
in with other output.

Fix the launchpad project name for tooz so the validation script will
pass.

Change-Id: I17534d460dd9ed19d10e48a0ef5d28dac3ab0fe7
2015-07-23 17:33:03 +00:00