Created
July 6, 2012 20:31
-
-
Save sethcall/3062597 to your computer and use it in GitHub Desktop.
A git tarball fetching ivy url resolver!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- untested !--> | |
<!-- organization = should be name of the github user --> | |
<!-- module = should be name of the project --> | |
<!-- revision = should be name of branch or tag --> | |
<!-- example: https://github.com/isaacs/npm/tarball/master --> | |
<url name="git-tarball"> | |
<artifact pattern="https://github.com/[organization]/[module]/tarball/[revision]"/> | |
</url> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment