Commit Graph

13 Commits

Author SHA1 Message Date
Daijiro Fukuda
010ea250f7
Add installation of executables (#59)
Fixes #55

---------

Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Co-authored-by: Benson Muite <benson_muite@emailplus.org>
2025-10-16 15:24:17 +09:00
Sutou Kouhei
79a47dcb2f Update version info to 1.0.0 (2025-10-10) 2025-10-10 15:49:53 +09:00
Sutou Kouhei
cd9b7717d4
Use Rake to release (#49)
I want to automate pushing to Launchpad. But it's a manual operation for
now.
2025-10-10 15:48:54 +09:00
Sutou Kouhei
5730284d1e
packages: add support for pushing to Launchpad (#48) 2025-10-10 15:10:49 +09:00
Sutou Kouhei
20aba6629d
Add a task to update versions (#47) 2025-10-10 15:10:32 +09:00
Daijiro Fukuda
744e5ff868
packages: use fork repository on fork push (#45) 2025-10-07 17:00:40 +09:00
Daijiro Fukuda
352a731da8
debian: add support for Ubuntu 22.04 (#44) 2025-10-07 16:38:47 +09:00
Daijiro Fukuda
f5794597af
debian: add ninja-build to Build-Depends (#43)
We need ninja-build to use the cmake+ninja buildsystem.
2025-10-07 15:41:04 +09:00
Daijiro Fukuda
46b0b6158c
debian: clarify buildsystem (#42)
Just refactoring. This does not change the behavior.

This is the common style, and it makes it more explicit which build
system is in use.
2025-10-07 15:40:48 +09:00
Sutou Kouhei
514e3d6d62
Fix Docker image name (#41)
We want to use "-" not "_":

```diff
-ghcr.io/enactic/openarm_can-package
+ghcr.io/enactic/openarm-can-package
```
2025-10-02 18:36:05 +09:00
Sutou Kouhei
f00de5ba9a
Add support for Ubuntu 24.04 arm64 (#40) 2025-10-02 17:31:04 +09:00
Benson Muite
fb62943d5c
Create Fedora RPM packages (#31)
Fix GH-34

Add a pipeline to enable builds using https://packit.dev/

To get it to work, someone with commit access will need to agree to make
a Fedora account at:
https://accounts.fedoraproject.org/

and agree to Fedora Code of Conduct, then follow the steps at:

http://packit.dev/docs/guide#1-set-up-packit-integration

Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
2025-10-01 10:26:23 +09:00
Daijiro Fukuda
d3f52afe2f
Add support for .deb packages for ubuntu-noble-amd64 (#32)
Fix GH-35

---------

Co-authored-by: otegami <otegami@clear-code.com>
Co-authored-by: Sutou Kouhei <kou@clear-code.com>
2025-09-26 14:56:28 +09:00