Skip to content

Commit

Permalink
Declare prohibited variables (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Dec 5, 2023
2 parents 0d447bf + c9a362e commit fb1c4e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,19 @@ It is preferred to include these `-now` dependencies in `install.yaml`. Only use

### Writing `install.bash`

The use of the following variables is prohibited in `install.bash`:

- `TUE_APT_GET_UPDATED_FILE`
- `TUE_INSTALL_*`
- `install_file`
- `now`
- `old_deps`
- `parent_target`
- `state_file`
- `state_file_now`
- `target`
- `target_processed`

#### Generic `tue-install` functions

The following functions provided with `tue-env` must be preferred over any
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.4
1.18.0

0 comments on commit fb1c4e7

Please sign in to comment.