-
Notifications
You must be signed in to change notification settings - Fork 148
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
allow packages to be installed from a tag #171
Comments
You can at least use the |
I'll take a look and see if I can get citgm working with a custom tag if that's what you're asking for |
this PR allows packages to be installed from a tag using `citgm <module> -T <version>`. Fixes: nodejs#171
this PR allows packages to be installed from a tag using `citgm <module> -T <version>`. Fixes: nodejs#171
I'm pretty sure you can do something like: {
"yargs": {
"master": true,
"repo": "https://github.com/yargs/yargs",
"sha": "next"
}
} in the It shoudn't really be necessary to specify See #279 (comment) |
Perhaps we could rename sha to |
I think |
putting on my helmet before going in the bike shed... isn't whatever reference you are giving the head of the tree you want to use? ¯\_(ツ)_/¯ |
Sure, but you might just directly pass a commit like cf004c0 that isn't the head of a tree right? Maybe it is, I'm not that familiar with git terminology, but I always thought that HEAD was just the currently checked out commit, More to the point, if I just saw |
we could just support both with an alias. all the things!
…On Tue, Jan 10, 2017, 5:25 PM Gibson Fahnestock ***@***.***> wrote:
Sure, but you might just directly pass a commit like cf004c0
<cf004c0>
that isn't the head of a tree right? Maybe it is, I'm not that familiar
with git terminology, but I always thought that HEAD was just the currently
checked out commit,
More to the point, if I just saw head as an option in the lookup.json I
wouldn't see it as obviously as a reference to a git commit compared to
either commit or sha.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#171 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAecV0iVKmDr1LvXyqUHV2ByKSi1U0B1ks5rRAVkgaJpZM4Jtni7>
.
|
ACTUALLY... a specific sha is not a head... https://git-scm.com/book/en/v2/Git-Internals-Git-References |
@richardlau would you be able to take a look at this when you get a chance ? |
Closing as I believe the |
It would be neat if the modules in the list to be smoke-tested could be published to a tag.
This would allow me to publish fixes for
yargs
to anext
tag, so that you can validate that the Canary tests are running appropriately, without having to cut a full release of the project.The text was updated successfully, but these errors were encountered: