Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Uppercase for env var LAUNCH_SCRIPT | Andrew Savchyn | 2022-09-30 | 1 | -1/+1 |
| | |||||
* | Configurable launch script | Andrew Savchyn | 2022-09-30 | 1 | -0/+3 |
| | |||||
* | Remove default git variables to prevent issues | orionaskatu | 2022-09-20 | 1 | -6/+6 |
| | |||||
* | Comment variables with default values | orionaskatu | 2022-09-20 | 1 | -18/+18 |
| | |||||
* | Fix bad bad torch command variable | safentisFox | 2022-09-18 | 1 | -1/+1 |
| | |||||
* | change () to "" in .sh scripts because export AAA=(BBB CCC) sets AAA to BBB ↵ | AUTOMATIC | 2022-09-18 | 1 | -2/+2 |
| | | | | | | and does not export anything whoever put that in .sh files - shame on you | ||||
* | Comment out empty envars in user config. | Chris Oelerich | 2022-09-15 | 1 | -9/+9 |
| | | | Setting empty envars causes the `os.environ.get('ENVAR', "some default")` pattern in launch.py to ignore it's fallback value. | ||||
* | rewrite for launch.py - untested | orionaskatu | 2022-09-14 | 1 | -9/+16 |
| | |||||
* | install/launch scripts for linux | orionaskatu | 2022-09-14 | 1 | -0/+33 |