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

Collect and Use Git Revision #170

Closed
jmchilton opened this issue May 1, 2015 · 2 comments
Closed

Collect and Use Git Revision #170

jmchilton opened this issue May 1, 2015 · 2 comments

Comments

@jmchilton
Copy link
Member

Use commit git rev-parse HEAD + if git diff --quiet then '-dirty' else '' to capture git information at shed_upload. At first use this information in the commit message to HG, but longer term we should collect the data on the tool shed in a more semantically useful way.

See also #169.

@peterjc
Copy link
Contributor

peterjc commented May 4, 2015

Are any of the Galaxy community using hg for tool development? If so, adding something similar for mercurial hashes would be nice.

Also, thinking out loud, I'd like a safety feature to stop me from trying to upload uncommitted changes to the ToolShed. i.e. rather than just adding "dirty" message (which is useful), should we prompt the user for confirmation? Or abort unless a --force flag is used? (following the git command line conventions, maybe not the best idea).

@jmchilton
Copy link
Member Author

I would happily merge a PR to add hg support - but I don't intend to spend time on it personally. I think tool development is moving to Github and it would seem like wasted effort. I think we want to actively encourage Github specifically and short of that git more generally.

I like the spirit of the second idea a lot. For convenience and backward compatibility - my preference would be to invert the default (disallow -dirty commits with a flag - like --no_dirty - though that particular flag seems poorly named) and document how to modify the default with ~/.planemo.yml.

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

No branches or pull requests

2 participants