aboutsummaryrefslogtreecommitdiffstats
path: root/classes/fossology-python.bbclass
AgeCommit message (Collapse)Author
2023-11-24Updated for spdx2.3:Lei Maohui
- Added "BuiltDate" field. - Added "ReleaseDate" field. - Added "DEPENDS_ON" Relationships. - Added security "externalRefs" field. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
2023-06-30Fix the name refer to depploy_archives.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
2023-05-11To be consistent with srpm and rpm, translate the "-" in the version toLei Maohui
a "+". Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
2023-04-25fossology-python.bbclass: Added pr to the name of spdx.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
2022-08-01Improved gcc-source support:langdaleLei Maohui
- Supported gcc-source in blackduck-upload.bbclass. - Fix some bugs of gcc-source support in fossology-python.bbclass. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
2022-07-21fossology-python.bbclass: Added gcc-source support.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
2022-05-18fossology-python.bbclass: Updated for fossology-python upstream fixed an issue.Lei Maohui
Please Refrence to: https://github.com/fossology/fossology-python/issues/95 Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
2022-02-09fossology-python.bbclass: Correct the method for using foss.download_report.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
2022-01-25Enable network in fossology-python.bbclass and fossology-rest.bbclass.Lei Maohui
They need to access fossology server by network. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
2021-09-08fossology-python: Fix an error.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
2021-07-27Added CREATOR_TOOL.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
2021-06-25Separate do_upload to two tasks (creat tarball and upload), aim to be ↵Lei Maohui
compatible with more needs. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
2021-05-27Deleted repeated function.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
2021-05-24Added delay after create_folder.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
2021-03-24Needn't to create spdx files for recipes that don't supply packages.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
2021-02-24Make it can work with fossology-python1.3.0.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
2020-12-03WAIT_TIME: Reduce to 20s.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
2020-11-30Modified the following:Lei Maohui
- No neccessary to add "do_spdx" into nopackages.bbclass. - Broke do_spdx task into several tasks. Otherwise, multi-task do_spdx the time will be very long and fossology is often stuck. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
2020-09-09Added some error capture from fossology-python.dunfellLei Maohui
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
2020-08-07fossology-python: Fixed some error in multitask running.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
2020-04-30Fix a miss.Lei Maohui
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
2020-04-24Added fossology rest API of python.Lei Maohui
Please reference to https://github.com/fossology/fossology-python. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>