aboutsummaryrefslogtreecommitdiffstats
path: root/assembly.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-03-22Adjusted for pypi supportLianhao Lu1-3/+1
We need to adjust the python module structure meet the pypi requirements. This has been tested on test pypi https://test.pypi.org/project/vnfsdk. 1. move 3 directories cli/ validator/ packager/ into vnfsdk_pkgtools. so now the python module for vnfsdk pkgtools would be "vnfsdk_pkgtool.*" 2. Added missing README.rst, LICENSE.txt according to pypi requirement. 3. Added new version mechanism accroding onap community suggestions. 4. Other clean sweep job like dos2unix. Change-Id: If90df33673bff045d85d67c29a1d0ab44d0c8858 Issue-ID: VNFSDK-143 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2017-09-25Include missing py filesLianhao Lu1-2/+3
Include missing *.py files generated by 'mvn package'. Change-Id: I14be5d8d37b6fab2335d01af3c5dfd00c54ec757 Issue-ID: VNFSDK-98 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2017-08-18Unified dependency requirement into single fileLianhao Lu1-1/+2
Use the requirements.txt as the single file to include all the dependencies. This is to unblock the jenkins verify job failure. Change-Id: If68b61826bfe8d32d08e59d9b67a8791cc878833 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Issue-Id: VNFSDK-69
2017-01-29Fix assembly files for nexusKrzysztof Frukacz1-1/+2
Added requirements.txt to assembly Change-Id: I9d0fba76e3207417fd99a0c54a79c4f4e51f1043 Signed-off-by: Krzysztof Frukacz <krzysztof.frukacz@gigaspaces.com> Issue-id: VNFSDK-59
2017-01-29Add CSAR shared library with CLI toolKrzysztof Frukacz1-0/+40
Initial commit. Shared CSAR Python library with CLI tool Change-Id: I121982cec5c839a47068907a1c4c2b379109a882 Issue-ID: VNFSDK-2 Signed-off-by: Krzysztof Frukacz <krzysztof.frukacz@gigaspaces.com>