Skip to content

packaging: Switch from Perforce to OpenVoxProject releases#87

Merged
bastelfreak merged 1 commit intomainfrom
foo2
Apr 8, 2026
Merged

packaging: Switch from Perforce to OpenVoxProject releases#87
bastelfreak merged 1 commit intomainfrom
foo2

Conversation

@bastelfreak
Copy link
Copy Markdown
Contributor

The Gemfile is a template. For every ezbake based build, the Gemfile is copied into the build dir. Aftwards the gems are installed. the packaging gem is used to publish packages, update repos and render different templates, e.g. the systemd unit files for openvox-server and openvox-db.

As far as I know, the erb template rendering is the only feature from packaging that we use. I didn't want to deal with a new gem name yet, the packaging rubygems namespace is already owned by Perforce: https://rubygems.org/gems/packaging

I assume in the long term we will get rid of packaging, so I didn't bother with renaming the gem. Because of that, we cannot publish it to rubygems.org right. Because of that the Gemfile now uses github: to fetch the release from there.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

The rpm/deb packages and the JAR file for OpenVoxProject/ezbake are available in a zip archive:
https://github.com/OpenVoxProject/ezbake/actions/runs/23942699892/artifacts/6258106986

The rpm/deb packages and the JAR file for OpenVoxProject/ezbake are available in a zip archive:
https://github.com/OpenVoxProject/ezbake/actions/runs/23942699892/artifacts/6258107233

The rpm/deb packages and the JAR file for OpenVoxProject/ezbake are available in a zip archive:
https://github.com/OpenVoxProject/ezbake/actions/runs/23942827078/artifacts/6258154702

The rpm/deb packages and the JAR file for OpenVoxProject/ezbake are available in a zip archive:
https://github.com/OpenVoxProject/ezbake/actions/runs/23942827078/artifacts/6258167050

The rpm/deb packages and the JAR file for OpenVoxProject/ezbake are available in a zip archive:
https://github.com/OpenVoxProject/ezbake/actions/runs/24138584284/artifacts/6328841201

The rpm/deb packages and the JAR file for OpenVoxProject/ezbake are available in a zip archive:
https://github.com/OpenVoxProject/ezbake/actions/runs/24138584284/artifacts/6328854659

The rpm/deb packages and the JAR file for OpenVoxProject/ezbake are available in a zip archive:
https://github.com/OpenVoxProject/ezbake/actions/runs/24138626017/artifacts/6328858758

The rpm/deb packages and the JAR file for OpenVoxProject/ezbake are available in a zip archive:
https://github.com/OpenVoxProject/ezbake/actions/runs/24138626017/artifacts/6328876490

The rpm/deb packages and the JAR file for OpenVoxProject/ezbake are available in a zip archive:
https://github.com/OpenVoxProject/ezbake/actions/runs/24138822733/artifacts/6328921235

The rpm/deb packages and the JAR file for OpenVoxProject/ezbake are available in a zip archive:
https://github.com/OpenVoxProject/ezbake/actions/runs/24138822733/artifacts/6328952240

@bastelfreak
Copy link
Copy Markdown
Contributor Author

I installed openvox-server and openvoxdb server and both work as expected.

@bastelfreak bastelfreak enabled auto-merge April 8, 2026 13:40
@bastelfreak bastelfreak force-pushed the foo2 branch 2 times, most recently from f5e4b27 to 0c72d12 Compare April 8, 2026 13:42
@bastelfreak bastelfreak added the enhancement New feature or request label Apr 8, 2026
The Gemfile is a template. For every ezbake based build, the Gemfile is
copied into the build dir. Aftwards the gems are installed. the
packaging gem is used to publish packages, update repos and render
different templates, e.g. the systemd unit files for openvox-server and
openvox-db.

As far as I know, the erb template rendering is the only feature from
packaging that we use. I didn't want to deal with a new gem name yet,
the packaging rubygems namespace is already owned by Perforce: https://rubygems.org/gems/packaging

I assume in the long term we will get rid of packaging, so I didn't
bother with renaming the gem. Because of that, we cannot publish it to
rubygems.org right. Because of that the Gemfile now uses `github:` to
fetch the release from there.

Signed-off-by: Tim Meusel <tim@bastelfreak.de>
@bastelfreak bastelfreak merged commit 5358009 into main Apr 8, 2026
11 checks passed
@bastelfreak bastelfreak deleted the foo2 branch April 8, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants