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

[Feature] Build dsV2Gshark for (most) Linux OS #11

Open
ronan22 opened this issue May 21, 2024 · 2 comments
Open

[Feature] Build dsV2Gshark for (most) Linux OS #11

ronan22 opened this issue May 21, 2024 · 2 comments

Comments

@ronan22
Copy link
Contributor

ronan22 commented May 21, 2024

A nice way to build a Linux package for lot of Linux OS is to use OBS.
OBS is a build service server provide by SUSE.
It's free and opensource.

As a first build/sample I create a project here:

dsv2gshark

The package use a _service file to trigg the source generation:

https://build.opensuse.org/projects/home:ronan22:dsv2gshark/packages/dsv2gshark/files/_service?expand=1

It's a nice and quick way to build/test/distribute a package.

My spec file is kind of clean, and my deb packaging minimal ...

You can close this issue as you want.

@TGruett
Copy link
Contributor

TGruett commented May 22, 2024

Interesting platform! We may have a closer look at it later, but for now I think it is sufficient to provide the files as we do, built on Ubuntu. As the number of Linux users of our plugin grows, we'll start thinking about using such a platform.

@fulup-bzh
Copy link

fulup-bzh commented May 28, 2024

I asked @ronan22 to publish both the packing config for rpm+apt. His work can be founded at https://github.com/tux-evse/iso15118-dsv2shark

Further we also made public ready to use binary packages out of our building system for OpenSuSE, Fedora & Ubuntu. Binary repositories are available from: https://download.redpesk.bzh/redpesk-lts/batz-2.0-update/sdk-third-party/

To make developers live even easier we also have a small script that declare repository for you.

        wget https://raw.githubusercontent.com/redpesk-devtools/redpesk-sdk-tools/master/install-redpesk-sdk.sh
        sh -x install-redpesk-sdk.sh -s
        dnf/zypper/apt install dsv2gshark

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

No branches or pull requests

3 participants