Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Custom build off of a non master branch #112

Open
sjezewski opened this issue Dec 1, 2016 · 1 comment
Open

Custom build off of a non master branch #112

sjezewski opened this issue Dec 1, 2016 · 1 comment

Comments

@sjezewski
Copy link

Hi there!

We had to cut a custom build off a branch. (The reason it can't be master was because we had to cherry pick commits for this custom feature set that were incompatible w master).

Using goxc to build worked in every way ... except that the tag it created was pointed at master, not the custom branch.

Is there a config option I need to set / is there a way for goxc to support this?

While it doesn't happen often, we'd really like the ability to be able to cut custom builds from any branch.

For now, I deleted the tag generated by goxc, and manually created a tag pointed at the right commit.

@laher
Copy link
Owner

laher commented Mar 13, 2017

Sorry for delayed response. The task for tagging is here. It doesn't specify any branch: https://github.com/laher/goxc/blob/master/tasks/tag.go#L47

Can you just run goxc from your branch? It should just work, no?

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

No branches or pull requests

2 participants