Refactor Deploy Nexus Zip command to Python 86/13286/7
authorBengt Thuree <bthuree@linuxfoundation.org>
Thu, 1 Nov 2018 23:20:12 +0000 (19:20 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 12 Nov 2018 07:20:58 +0000 (15:20 +0800)
commitde342e6c2e5197934377fb610e9dbb4019aec792
tree01e3be4d9d28d77aba295c030bbe018e04545271
parentdfab0ddcb3378c9fcaa21d2757babab4999ebf3e
Refactor Deploy Nexus Zip command to Python

Refactor the deploy nexus zip command for better portability with
Windows systems.

Issue: RELENG-1372
Change-Id: I58ea1d7703b626f791dcd74e63251c4f3261ca7d
Co-Authored-By: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org>
lftools/cli/deploy.py
lftools/deploy.py
releasenotes/notes/refactor-deploy-nexus-zip-018f7e5ced9f558d.yaml [new file with mode: 0644]
tests/fixtures/deploy/zip-test-files/test.zip [new file with mode: 0755]
tests/test_deploy.py