-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
glpi-agent: init at 1.11 #361746
glpi-agent: init at 1.11 #361746
Conversation
2e22483
to
6853375
Compare
Also this need a backport to 24.11 if is possible is tested and used on 24.11 |
66fc977
to
71d6837
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments. I am not too familiar with the perl ecosystem.
71d6837
to
1b16074
Compare
1b16074
to
b7bb021
Compare
7c27122
to
3a1bcf4
Compare
50cef94
to
63f0317
Compare
1f5d11b
to
ada0599
Compare
nativeInstallCheckInputs = [ | ||
versionCheckHook | ||
]; | ||
|
||
versionCheckProgramArg = [ "--version" ]; | ||
|
||
doInstallCheck = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nativeInstallCheckInputs = [ | |
versionCheckHook | |
]; | |
versionCheckProgramArg = [ "--version" ]; | |
doInstallCheck = true; | |
nativeInstallCheckInputs = [ | |
versionCheckHook | |
]; | |
versionCheckProgram = "${placeholder "out"}/bin/GLPI-Agent"; | |
versionCheckProgramArg = [ "--version" ]; | |
doInstallCheck = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think is not necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have fix issue you can build on your side.
73191e1
to
4fb750f
Compare
4fb750f
to
0cf1b13
Compare
|
Successfully created backport PR for |
Fix : #361741
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.