rectifiers for some deps

This commit is contained in:
Chris Punches
2024-02-10 12:37:46 -05:00
parent c0ef3d4bf6
commit 8e19ee2c68
8 changed files with 160 additions and 3 deletions

View File

@@ -377,6 +377,60 @@
"group": "bagira",
"supply_environment": true,
"environment": "environments/dependencies.env.bash"
},
{
"name": "awk-gawk check",
"target": "components/dependencies/awk-gawk.bash",
"is_shell_command": true,
"shell_definition": "bash",
"force_pty": true,
"set_working_directory": false,
"working_directory": "",
"rectify": false,
"rectifier": "",
"active": true,
"required": true,
"set_user_context": true,
"user": "bagira",
"group": "bagira",
"supply_environment": true,
"environment": "environments/dependencies.env.bash"
},
{
"name": "yacc-bison check",
"target": "components/dependencies/yacc-bison.bash",
"is_shell_command": true,
"shell_definition": "bash",
"force_pty": true,
"set_working_directory": false,
"working_directory": "",
"rectify": true,
"rectifier": "components/dependencies/rectify_yacc-bison.bash",
"active": true,
"required": true,
"set_user_context": true,
"user": "root",
"group": "root",
"supply_environment": true,
"environment": "environments/dependencies.env.bash"
},
{
"name": "sh-bash check",
"target": "components/dependencies/sh-bash.bash",
"is_shell_command": true,
"shell_definition": "bash",
"force_pty": true,
"set_working_directory": false,
"working_directory": "",
"rectify": false,
"rectifier": "",
"active": true,
"required": true,
"set_user_context": true,
"user": "bagira",
"group": "bagira",
"supply_environment": true,
"environment": "environments/dependencies.env.bash"
}
]
}