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

Automatically build Debian packages and set latest tag to release #807

Merged
merged 24 commits into from
Jan 3, 2021

Conversation

ann0see
Copy link
Member

@ann0see ann0see commented Jan 3, 2021

#795

This will make the release process slightly different (mainly the latest tag will be set automatically).

If somebody adds a tag with r and pushes it to the repo, GitHub actions will compile the .deb files from the latest code and upload it to a release: https://github.com/ann0see/jamulus/releases/tag/latest

Hacks/Bugs:

I currently compile Jamulus on Ubuntu 18.04 but use the 16.04 dependencies. This seems to allow us to have the pan function on Debian 10 but doesn't show the muted icon in the main mixer. Hopefully it doesn't break anything else

@corrados
Copy link
Contributor

corrados commented Jan 3, 2021

Does this mean that everytime I set a new label (i.e. any label), the "latest" tag will be moved and a release will be created? This is not intended since sometimes I apply some labels to some intermediate states of the code. I do not want the "release" label to point to that tag.
How can we solve this?

@corrados
Copy link
Contributor

corrados commented Jan 3, 2021

I just saw that you already filter the tags by "r*". So I only have to make sure that the inofficial tags do not start with an "r", right?

@corrados
Copy link
Contributor

corrados commented Jan 3, 2021

This will make the release process slightly different (mainly the latest tag will be set automatically).

So you mean that instead of tagging the repo and afterwards move the latest tag -> now I only set the release tag and the movement of the latest tag is done automatically? So it means that I have less work to do (which would be good :-) ).

@ann0see
Copy link
Member Author

ann0see commented Jan 3, 2021

So I only have to make sure that the inofficial tags do not start with an "r", right?

Yes. That's the case

So you mean that instead of tagging the repo and afterwards move the latest tag -> now I only set the release tag and the movement of the latest tag is done automatically? So it means that I have less work to do (which would be good :-) ).

Yes.

@ann0see
Copy link
Member Author

ann0see commented Jan 3, 2021

In theory macOS and Windows builds could be possible with GH actions too. But I haven't managed it yet (and would like to focus on one OS first)

@corrados
Copy link
Contributor

corrados commented Jan 3, 2021

Great, thanks.

@corrados corrados merged commit e7433bd into jamulussoftware:master Jan 3, 2021
@corrados
Copy link
Contributor

corrados commented Jan 3, 2021

In theory macOS and Windows builds could be possible with GH actions too.

If you could figure out how to do it, that would be great.

@ann0see ann0see mentioned this pull request Jun 14, 2021
5 tasks
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

Successfully merging this pull request may close these issues.

2 participants