Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
prevent circular execution of deps on upgrade #23
Conversation
marcoceppi
changed the title from
prevent circular execution of deps
to
prevent circular execution of deps on upgrade
Jan 13, 2016
johnsca
reviewed
Jan 13, 2016
| +if not os.path.exists('wheelhouse/.upgrade'): | ||
| + open('wheelhouse/.upgrade', 'w').close() | ||
| + if os.path.exists('wheelhouse/.bootstrap'): | ||
| + os.unlink('wheelhouse/.bootstrapped') |
added a commit
that referenced
this pull request
Jan 13, 2016
johnsca
merged commit 9fc9161
into
juju-solutions:master
Jan 13, 2016
|
not bad obama |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
marcoceppi commentedJan 13, 2016
No description provided.