prevent circular execution of deps on upgrade #23

Merged
merged 1 commit into from Jan 13, 2016

Conversation

Projects
None yet
3 participants
Owner

marcoceppi commented Jan 13, 2016

No description provided.

@marcoceppi marcoceppi changed the title from prevent circular execution of deps to prevent circular execution of deps on upgrade Jan 13, 2016

hooks/upgrade-charm
+if not os.path.exists('wheelhouse/.upgrade'):
+ open('wheelhouse/.upgrade', 'w').close()
+ if os.path.exists('wheelhouse/.bootstrap'):
+ os.unlink('wheelhouse/.bootstrapped')
@johnsca

johnsca Jan 13, 2016

Owner

Mismatch between .bootstrap and .bootstrapped

johnsca added a commit that referenced this pull request Jan 13, 2016

Merge pull request #23 from marcoceppi/definitions
prevent circular execution of deps on upgrade

@johnsca johnsca merged commit 9fc9161 into juju-solutions:master Jan 13, 2016

Contributor

chuckbutler commented Jan 13, 2016

not bad obama

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment