You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2025. It is now read-only.
//Edit:
building using install.sh works. so it must have something todo with that weird version number 4.0.5.git.v4.0.5. I checked out the git branch instead of using tar, but idk why/who generates this version number.
I replicated the used commands from
install.sh, but i can't get it to build.dkms build jool/4.0.5:Using the upstream guide, i could compile it just fine: https://github.com/NICMx/Jool/blob/master/docs/en/install.md#compilation-and-installation
But then dkms doesn't seem to be happy & is complaining about diff of modules.
Here is the code i used: https://github.com/FreifunkMD/ansible/blob/migration/roles/jool/tasks/main.yml#L32
//Edit:
building using
install.shworks. so it must have something todo with that weird version number4.0.5.git.v4.0.5. I checked out the git branch instead of using tar, but idk why/who generates this version number.