Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed update extension process related issues #34

Merged
merged 5 commits into from
May 11, 2015

Conversation

siddheshwar-more
Copy link

Implemented changes to use old version extensions settings file during update process.
Example-
Current extension is 1204.12.1.1
User requested update for extension 1205.12.2.1

In above case WaAgent will -

  1. run disable on old extension 1204.12.1.1
  2. run update command on 1205.12.2.1 and this should use previous version (i.e 1204.12.1.1) 0.settings file to get 'autoUpadteChef' and 'deleteChefConfig' options value
    .
    Currently update process trying to read 0.settings from newly downloaded extension, and this fails as this settings file not available during update, because WaAgent takes some time to create it.

siddheshwar-more pushed a commit that referenced this pull request May 11, 2015
Fixed update extension process related issues
@siddheshwar-more siddheshwar-more merged commit f2628f3 into master May 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant