aboutsummaryrefslogtreecommitdiffstats
path: root/tasks.py
AgeCommit message (Collapse)AuthorFilesLines
2017-07-11Update Invoke Tasks and use Twine for uploadTrevor Bramwell1-18/+35
None of the tasks generated by the boilerplate included the 'context' argument required by the newest version of invoke. The 'invoke publish' task has been updated to use 'twine upload' instead of the less-secure 'python setup.py register/upload', and comments have been added to clarify possible steps needed to publish anteater. A 'invoke build' command has been added to build a source distribution and binary wheel distribution. JIRA: RELENG-237 Change-Id: I9ae705332b592ef8880d52b7d20624180e23677a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-06-28add Python3 support with sixRoss Brattain1-0/+2
switch to relative imports for package file use absolute imports in main this requires renaming anteater.py to main.py to avoid absolute import name conflict update setup.py to indicate python 3.4 support Change-Id: I0fcaf8a9825557962dc98a6a4eef490051fbbfb0 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2017-05-22Initial code push of Anteaterlhinds1-0/+55
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>