summaryrefslogtreecommitdiffstats
path: root/client/go/script-utils
Commit message (Collapse)AuthorAgeFilesLines
* * ensure good PATH variableArne Juul2022-10-311-15/+16
| | | | * move names of some common environment variables
* Merge pull request #24639 from vespa-engine/arnej/find-home-and-verifyHenning Baldersheim2022-10-281-1/+1
|\ | | | | be more paranoid when detecting VESPA_HOME
| * be more paranoid when detecting VESPA_HOMEArne Juul2022-10-281-1/+1
| |
* | use JustExitArne Juul2022-10-283-7/+6
|/
* Merge pull request #24620 from vespa-engine/arnej/move-execvp-to-utilHenning Baldersheim2022-10-273-53/+3
|\ | | | | we will need execvp() more places, move to util
| * we will need execvp() more places, move to utilArne Juul2022-10-273-53/+3
| |
* | switch fully to "go" version of vespa-security-envArne Juul2022-10-261-1/+1
|/
* Merge pull request #24570 from ↵Henning Baldersheim2022-10-251-1/+4
|\ | | | | | | | | vespa-engine/arnej/get-stack-trace-from-runtime-errors re-throw runtime errors to get their stack trace
| * re-throw runtime errors to get their stack traceArne Juul2022-10-251-1/+4
| |
* | move SetResourceLimit to utilArne Juul2022-10-243-79/+3
|/
* Revert "enable temporary debugging"Arne Juul2022-10-041-1/+1
| | | | This reverts commit 03b3b5b4f48b2d90a2df57df0efa7dca540b8a89.
* refactor to ensure "-bin" is always addedArne Juul2022-10-047-29/+34
|
* enable temporary debuggingArne Juul2022-10-031-1/+1
|
* detect hostname and check for errorsArne Juul2022-09-301-1/+8
|
* add two more common env varsArne Juul2022-09-291-0/+5
|
* simplify argv handlingArne Juul2022-09-297-18/+12
|
* use unix.ExecArne Juul2022-09-294-22/+91
|
* allow direct invocation of startCbinaryArne Juul2022-09-293-8/+31
|
* add some rlimit adjustmentsArne Juul2022-09-293-0/+79
|
* minor fixes and refactoringArne Juul2022-09-295-4/+87
|
* more compatibilityArne Juul2022-09-295-15/+62
| | | | | | * refactor setting of environment variables * and add some more common env vars * check and/or set some old (compatibiliy) variables
* reimplementation of start-cbinaries.shArne Juul2022-09-2816-0/+724
|
* on panic(err), just print the message and exitArne Juul2022-09-211-0/+12
|
* add CLI for get-cluster-state and friendsArne Juul2022-09-121-2/+11
|
* add security-env optionArne Juul2022-09-091-1/+4
|
* Revert "switch to script-utils for security-env"Henning Baldersheim2022-09-071-4/+1
|
* switch to script-utils for security-envArne Juul2022-09-071-1/+4
|
* allow indirection via script-utilsArne Juul2022-09-051-5/+23
|
* add binary replacing some perl snippetsArne Juul2022-08-291-0/+30