diff options
author | Areli Fuss <af732p@att.com> | 2017-10-17 11:20:18 +0300 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-10-17 11:22:57 +0300 |
commit | 4cdbf20a3b37d23c8cf2d8182581ee1007d69963 (patch) | |
tree | 20fbbfe0cfd59a21a6492401c13ee73674a42323 | |
parent | 08c301ebf380dfe292cca86355c6110bd999940a (diff) |
Update code and build configuration
Update code and add configuration for
JJB build
Change-Id: Ia335840efe34314dc157494a583ed40dbdb978d5
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r-- | .maven-dockerignore | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | LICENSE.TXT | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | RELEASE | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | pom.xml | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | tox.ini | 5 |
5 files changed, 7 insertions, 0 deletions
diff --git a/.maven-dockerignore b/.maven-dockerignore new file mode 100644 index 0000000..52d95d7 --- /dev/null +++ b/.maven-dockerignore @@ -0,0 +1,2 @@ +target/docker/ + diff --git a/LICENSE.TXT b/LICENSE.TXT index 6391ddb..6391ddb 100755..100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -17,3 +17,8 @@ basepython=python2.7 [testenv:py3] basepython=python3.6 + +[flake8] +show-source = True +exclude=venv-tox,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build + |