Skip to content

Commit fb1c4e7

Browse files
Declare prohibited variables (#694)
2 parents 0d447bf + c9a362e commit fb1c4e7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.4
1+
1.18.0

0 commit comments

Comments
 (0)