Skip to content

packaging: Switch from Perforce to OpenVoxProject releases#87

Open
bastelfreak wants to merge 1 commit intomainfrom
foo2
Open

packaging: Switch from Perforce to OpenVoxProject releases#87
bastelfreak wants to merge 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

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.
@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

@bastelfreak
Copy link
Copy Markdown
Contributor Author

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

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