Proposal: Accel-PPP APT (deb) repository #148
svlobanov
started this conversation in
Installation
Replies: 4 comments 5 replies
-
@svlobanov, how about moving this issue to discussions and continue there? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@svlobanov Do we want our repo or package included in Ubuntu default repos? |
Beta Was this translation helpful? Give feedback.
4 replies
-
This may be interesting https://github.com/rpatterson/github-apt-repos |
Beta Was this translation helpful? Give feedback.
1 reply
-
let's use the official repository to make it convenient to install |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, accel-ppp doesn't have any public APT repository. The idea is to package accel-ppp as three separate package: accel-ppp itself (userspace app), ipoe dkms driver, vlan_mon dkms driver, build .deb packages (using github actions), add them to apt repo and publish apt repo to github.
Without DKMS, it is not realistic to build accel-ppp for every kernel version (moreover, kernel might be update from backport repo and so on)
DMKS support PR is here: #145
Accel-ppp APT repository (dev version, do not use in production!) is here: https://github.com/svlobanov/accel-ppp-deb , build/upload code is here: https://github.com/svlobanov/accel-ppp-deb/blob/main/.github/workflows/build-and-upload.yaml
Beta Was this translation helpful? Give feedback.
All reactions