From 918f2b62d327d8b51197939fa05436ab47562557 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Mon, 4 Dec 2023 21:27:29 +0100 Subject: [PATCH 1/2] (README) add prohibited words --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 80461cf0a..6e0dc80e9 100644 --- a/README.md +++ b/README.md @@ -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 From c9a362eef5ed8614153abe9020a54a599c9eef46 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Mon, 4 Dec 2023 21:01:24 +0100 Subject: [PATCH 2/2] Bump VERSION to 1.18.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b5aaf81f9..84cc52946 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.4 +1.18.0