Skip to content

Commit 918f2b6

Browse files
committed
(README) add prohibited words
1 parent 0d447bf commit 918f2b6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,19 @@ It is preferred to include these `-now` dependencies in `install.yaml`. Only use
266266

267267
### Writing `install.bash`
268268

269+
The use of the following variables is prohibited in `install.bash`:
270+
271+
- `TUE_APT_GET_UPDATED_FILE`
272+
- `TUE_INSTALL_*`
273+
- `install_file`
274+
- `now`
275+
- `old_deps`
276+
- `parent_target`
277+
- `state_file`
278+
- `state_file_now`
279+
- `target`
280+
- `target_processed`
281+
269282
#### Generic `tue-install` functions
270283

271284
The following functions provided with `tue-env` must be preferred over any

0 commit comments

Comments
 (0)