-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 24
-
Component/s: Studio Packaging, Target Platforms
-
Tags:
-
Sprint:nxNag Sprint 7.3.6
When requesting for a remote Studio package, the returned target platform is the development value, not the one stored/associated with the package.
After download, the target platform (in the local package) is fine:
$ ./bin/nuxeoctl mp-show jcarsique-SANDBOX-0.0.3 |grep 'Target platforms' Target platforms: {cap-7.2,cap-7.2*HF*,cap-7.2-SNAPSHOT,cap-7.2-RC1,cap-7.2-RC2,cap-7.2-RC3,cap-7.2-RC4,cap-7.2-RC5,cap-7.2-RC6,cap-7.2-RC7,cap-7.2-RC8,cap-7.2-RC9,cap-7.2-RC10} $ ./bin/nuxeoctl mp-add jcarsique-SANDBOX-0.0.3 Downloading [jcarsique-SANDBOX-0.0.3]... Added jcarsique-SANDBOX-0.0.3 $ ./bin/nuxeoctl mp-show jcarsique-SANDBOX-0.0.3 |grep 'Target platforms' Target platforms: {dm-5.5,dm-5.5*HF*}