Details
-
Suggestion
-
Resolution: Won't Do
-
P3: Somewhat important
-
None
-
None
-
None
Description
I would like to auto-execute all scripts under the "auto" subdirectory of a "common" directory, for the respective platform. For example
- On Linux, execute all +x (executable) files under "common/linux/auto" and "common/unix/auto".
Including the template-named directory, the question is in what order to execute all of them. I can see the following alternatives:
- Alphabetical (doesn't make much sense IMO)
- From most generic to most specific. E.g. "common/unix/auto", "common/linux/auto", "templateNamedDir"
- I think that's the best one, so that we can later handle issues not resolved generically.
- From most specific to most generic.
- Configurable somehow but with a sane default.
P.S. The scripts inside these dirs should be executed in alphabetical order, as happens currently.
Attachments
Issue Links
- relates to
-
QTQAINFRA-3232 In provisioning, move the script-running logic from Coin to shell (or powershell on win)
-
- Reported
-
-
QTQAINFRA-6076 Provisioning scripts: installing packages is unnecessarily cumbersome
-
- Reported
-