-
Type: Improvement
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Dev Tools
-
Backlog priority:500
-
Sprint:DevTools-06, DevTools-07
The marketplace.ini has an mp_to_upload to specify the packages to upload.
It supports wild cards but not if the packages are in different multi-level directories.
So we can't support the following structure:
./nuxeo-ai-core-package/target/nuxeo-ai-core-2.0-SNAPSHOT.zip ./addons/nuxeo-ai-image-quality-package/target/nuxeo-ai-image-quality-package-2.0-SNAPSHOT.zip ./addons/nuxeo-ai-aws-package/target/nuxeo-ai-aws-package-2.0-SNAPSHOT.zip
We need to change https://github.com/nuxeo/nuxeo/blob/master/scripts/release_mp.py#L288 so we can support something like
**/target/nuxeo-ai*.zip
or
*/target/nuxeo-ai*.zip,*/*/target/nuxeo-ai*.zip
- is related to
-
AICORE-50 Prepare AI services for release
- Resolved
- is required by
-
AICORE-268 Prepare future Nuxeo AI Core addons QA pipelines
- Resolved