Mentions légales du service

Skip to content

Refactor mofa core 1084 deps: Use extranet, and uniformize install scripts with studio

Created by: mfauvet

  • Add version build number to generated zip package.
  • Update unix-get-dependencies.sh and windows-get-dependencies.ps1 in order to download files from extranet dependencies platform.
  • Use 7zip executable to unzip archives in ps1 script, and update unix-get-dependencies.sh to make unzip quiet.
  • Remove url column from manifest and replace it by a version item. Version is read when unzipping dependencies in order to only unzip dependencies whose versions are not up-to-date. Add base URL as first line of manifest.
  • Add new file windows-install-dependencies-auth.cmd-skeleton that can be copied to windows-install-dependencies-auth.cmd and updated with right credentials, to store more easily credentials.
  • Update README.md file, to explain how to use the file windows-install-dependencies-auth.cmd-skeleton to install dependencies Rename windows-install-dependencies.ps1 as windows-get-dependencies.ps1 in order to uniformize naming with studio repository.

Tracker Reference: CORE-1084

Merge request reports