Refactor deploy_maven_file from shell to python 52/13552/11
authorEric Ball <eball@linuxfoundation.org>
Thu, 15 Nov 2018 08:00:24 +0000 (00:00 -0800)
committerEric Ball <eball@linuxfoundation.org>
Tue, 15 Jan 2019 01:04:17 +0000 (17:04 -0800)
commit5dfd489d3fe3e137f6845a046f3a69ed0fc24fbe
treee997b44d688bcf0bf3a978e1c6d731a2b3dee5a8
parent1920c1aeee01157ac7da07f89ab11ffe019f6f75
Refactor deploy_maven_file from shell to python

Refactoring the old shell script into pure python in order to
improve compatibility with Windows.

Issue: RELENG-1378
Change-Id: I4b9efbdd43fdc6605c5e152ca1a2a6b132770d1d
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
lftools/cli/deploy.py
lftools/nexus/__init__.py
lftools/nexus/cmd.py
lftools/nexus/util.py
releasenotes/notes/refactor-deploy-maven-file-766a7b05b4c31dbc.yaml [new file with mode: 0644]
requirements.txt
tests/test_deploy.py