Skip to content

commitpkg: error out when there is no package to upload

Felix Yan requested to merge felixonmars/devtools:commitpkg into master

When calling commitpkg without providing a package to upload, it often indicates an error in scripts (like failed to build the package correctly, or transfer error, etc).

Merge request reports