
function upload_pkg_local of class Deb_aptly only deals with one single package file. That is not good for source package and uploading a bundle of binary packages. Adjust it to let it input a bundle of package files. Test Plan: - Pass: upload binary packages one by one - Pass: upload source packages one by one - Pass: upload several binary packages in one function call - Pass: upload several source packages in one function call - Pass: upload several package files with both binary and source packages in one function call - Pass: Try to upload a package file without read permission, nothing uploaded and get warning message. - Pass: Call function upload_pkg_local with "pkg_files" as an empty list, just return False and warning message. Story: 20082862 Task: 45134 Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com> Change-Id: Id0b0f69dd0a4caedafb670ebc1bc849e6f92d9e8
Description
StarlingX build source tree root
Languages
Python
61.6%
Shell
37.3%
BitBake
0.6%
Dockerfile
0.5%