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

special tags for building from head of branch #53

Closed
dbachelder opened this issue May 11, 2015 · 7 comments
Closed

special tags for building from head of branch #53

dbachelder opened this issue May 11, 2015 · 7 comments

Comments

@dbachelder
Copy link

If I am working on a third party library it would be great to have jitpack just always build from the head of my branch if it notices a new sha from the last build.

@jitpack-io
Copy link
Member

Great idea! There's definitely a use case for that. The possible downside is that every time you ask for an artifact JitPack would have to check if there's a new commit on GitHub. So it might make builds a bit slower. I guess we could do the GitHub checks less often, say once an hour

@dbachelder
Copy link
Author

How about an additional param flag that says "i need the absolute latest, I'm willing to wait" vs. "whatever version you last found, hourly or whatever"

@jitpack-io
Copy link
Member

Now supporting -SNAPSHOT versions

@bryant1410
Copy link

But this only supports master, doesn't it?

@jitpack-io
Copy link
Member

@bryant1410 This works for the repo's default branch so, yes, most of the time master.

@bryant1410
Copy link

Wouldn't it be nice to support any branch?

@jitpack-io
Copy link
Member

It would be nice! Though not sure about the syntax yet... could be master-SNAPSHOT.

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

No branches or pull requests

3 participants