Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.
Brian L. McMichael edited this page Mar 9, 2017 · 27 revisions

Development notes

Updating after modifications to OSC/cloudcmd dependency

After updates to OSC/cloudcmd are made, tag a release version to OSC/cloudcmd (tag off of the osc-5.3.1 branch in the format v5.3.1-osc.25 where 25 is replaced with a number representing the latest version).

Then git checkout the latest commit of the ood-fileexplorer master and update it to use the latest version:

rm npm-shrinkwrap.json # remove the old shrinkwrap file that locks the dependency versions
npm install # install current versions being used
npm install git://github.com/OSC/cloudcmd#v5.3.1-osc.25 --save # install the version you want
npm shrinkwrap # re-write the npm shrinkwrap file

Both the npm-shrinkwrap.json and the package.json files should be updated. Commit those to ood-fileexplorer, then add a new release tag to ood-fileexplorer.

Clone this wiki locally