Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
charm build fails with a large stacktrace when git is not present on the system #102
Comments
|
Better error handling is needed. We had a similar problem on osx until we added git as a dependency in the homebrew packaging. |
added a commit
to johnsca/charm-tools
that referenced
this issue
Feb 12, 2016
added a commit
that referenced
this issue
Feb 12, 2016
marcoceppi
closed this
in
832eb28
Mar 1, 2016
added a commit
that referenced
this issue
Mar 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chuckbutler commentedFeb 5, 2016
when executing
charm buildin a fresh environment without installing git, the process fails with a long stack trace referring to 'file not found' - not indicating that user needs to install git. This seems to be a non issue on packaged versions of charm-tools, however when installing from pip, it wont implicitly pull in git.