Jiri Simsa | 24e87aa | 2014-06-09 09:27:34 -0700 | [diff] [blame] | 1 | package impl |
| 2 | |
Jiri Simsa | 24e87aa | 2014-06-09 09:27:34 -0700 | [diff] [blame] | 3 | const ( |
Jiri Simsa | 4d832ed | 2014-07-11 10:58:16 -0700 | [diff] [blame] | 4 | // BinaryEnv is the name of the environment variable that holds the |
| 5 | // object name used for obtaining the node manager binary. |
| 6 | BinaryEnv = "VEYRON_NM_BINARY" |
Jiri Simsa | a95daec | 2014-06-20 15:51:59 -0700 | [diff] [blame] | 7 | // PreviousEnv is the name of the environment variable that holds |
| 8 | // the path to the workspace that contains the previous version of |
| 9 | // the node manager. |
| 10 | PreviousEnv = "VEYRON_NM_PREVIOUS" |
| 11 | // OriginEnv is the name of the environment variable that holds the |
Bogdan Caprita | d9281a3 | 2014-07-02 14:40:39 -0700 | [diff] [blame] | 12 | // object name of the application repository that can be used to |
Jiri Simsa | a95daec | 2014-06-20 15:51:59 -0700 | [diff] [blame] | 13 | // retrieve the node manager application envelope. |
| 14 | OriginEnv = "VEYRON_NM_ORIGIN" |
| 15 | // RootEnv is the name of the environment variable that holds the |
| 16 | // path to the directory in which node manager workspaces are |
| 17 | // created. |
| 18 | RootEnv = "VEYRON_NM_ROOT" |
Jiri Simsa | 24e87aa | 2014-06-09 09:27:34 -0700 | [diff] [blame] | 19 | ) |