tsloughter / erlup

Erlang toolchain installer
14 stars 2 forks source link

Build branches #20

Closed tsloughter closed 2 months ago

tsloughter commented 3 years ago

erlup should be able to build branches of a repo not just tags.

lrascao commented 3 years ago

maybe a repo default branch sub-option?

tsloughter commented 3 years ago

hm? Not sure what you mean. I just mean erlup build <tag> should also allow a branch instead of tag. Right now it fails because it can't check it out.

lrascao commented 3 years ago

yeah, that is simpler. Was thinking of appending a default branch to the repo config so you can just say build instead of build <branch>

tsloughter commented 3 years ago

ah