We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LibreNMS has a github-apply script that applies a PR. I wanted to use this a temporarily workaround until a fix arrives in a release.
github-apply
Turns out running the command does not work because tests directory is missing
tests
$ docker compose exec -it librenms sh /opt/librenms # github-apply 16188 sh: github-apply: not found /opt/librenms # ./scripts/github-apply 16188 Checking patch includes/definitions/discovery/eltek-webpower.yaml... Checking patch tests/data/eltek-webpower.json... error: tests/data/eltek-webpower.json: No such file or directory
docker/Dockerfile
Line 145 in ab00dbd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
LibreNMS has a
github-apply
script that applies a PR. I wanted to use this a temporarily workaround until a fix arrives in a release.Turns out running the command does not work because
tests
directory is missingdocker/Dockerfile
Line 145 in ab00dbd
The text was updated successfully, but these errors were encountered: