Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Add an "ml upgrade" command that will automatically upgrade the Roxy files #121

Closed
dmcassel opened this issue Aug 12, 2013 · 1 comment
Closed
Assignees

Comments

@dmcassel
Copy link
Collaborator

I don't expect this command will cover all cases of going from any version to current, but it should be able to handle most of the work for most cases. Messages to the user about what to expect will be important.

Because a Roxy project has no explicit indication of which branch it's based on, the branch will be a required parameter.

Start off with a warning that this should only be attempted on a project that is in version control, so that rolling back will be easy. Only continue on confirmation.

Grab the following from the GitHub:

  • deploy/* (recursively)
  • ml
  • ml.bat
  • version.txt
  • license.txt
  • CHANGELOG.mdown

Replace the project's files with these. In addition, if the directory src/roxy/ exists in the local project, do a recursive update of those files, too.

dmcassel added a commit that referenced this issue Aug 13, 2013
@ghost ghost assigned dmcassel Aug 13, 2013
@dmcassel
Copy link
Collaborator Author

Updated the Upgrading Roxy wiki.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant