aboutsummaryrefslogtreecommitdiffstats
path: root/classes/fossology-rest-phased.bbclass
AgeCommit message (Collapse)Author
2020-05-14Enhance phased rest upload solutionJan-Simon Moeller
With these changes the user can use the CI environment to trigger the upload, scan and report step-by-step sequentially through the scheduler (e.g. Jenkins). bitbake --runall=spdxupload <image> [bitbake --runall=spdxwaitextracted <image>] bitbake --runall=spdxanalyse <image> bitbake --runall=spdxreport <image> Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2020-04-16Enhance phased rest upload solutionJan-Simon Moeller
With these changes the user can use the CI environment to trigger the upload, scan and report step-by-step sequentially through the scheduler (e.g. Jenkins). bitbake --runall=spdxupload <image> [bitbake --runall=spdxwaitextracted <image>] bitbake --runall=spdxanalyse <image> bitbake --runall=spdxreport <image> Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2020-04-03Added fossology-rest-phased.bbclass to allow get spdx files byLei Maohui
two phased: upload and analys. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>