Initial code push of Anteater 01/34901/4
authorlhinds <lhinds@redhat.com>
Wed, 17 May 2017 12:31:18 +0000 (13:31 +0100)
committerlhinds <lhinds@redhat.com>
Mon, 22 May 2017 13:12:27 +0000 (14:12 +0100)
commit0142c227fca974fb65561d0aeb9b38c8683e22e6
treef802b60e2ceab8b033212568d3adddc754faa7da
parent9c00ca00dcad5624288de38e0a529f7f7b3915db
Initial code push of Anteater

Likely far to much to cover in a commit msg.

Main bulk is the Anteater code itself, alongside
packaging requirements and build tools and Dockerfile.

Unit tests are planned as a follow up, so pushing this for now
so that efforts can get underway to integrate the tool with
jjb.

Questions on how it works, please reach me in IRC.

Change-Id: I2cd3cae391f8bf2cdc91b39c56dfc4833a1c4913
Signed-off-by: lhinds <lhinds@redhat.com>
15 files changed:
README.md [new file with mode: 0644]
anteater.conf [new file with mode: 0644]
anteater/__init__.py [new file with mode: 0644]
anteater/anteater.py [new file with mode: 0644]
anteater/src/__init__.py [new file with mode: 0644]
anteater/src/get_lists.py [new file with mode: 0644]
anteater/src/patch_scan.py [new file with mode: 0644]
anteater/src/project_scan.py [new file with mode: 0644]
anteater/utils/__init__.py [new file with mode: 0644]
anteater/utils/anteater_logger.py [new file with mode: 0644]
docker/Dockerfile [new file with mode: 0644]
gatechecks.yaml [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
setup.py [new file with mode: 0755]
tasks.py [new file with mode: 0644]