From b30bb7ae0bfc48deeda50cd437de3f526ad9fe4c Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 23 Feb 2021 16:33:38 +0100 Subject: [PATCH] CI: note Linuxisms in the script --- ci/RELEASE.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/RELEASE.sh b/ci/RELEASE.sh index 6f1b198c9..706d4c2ea 100755 --- a/ci/RELEASE.sh +++ b/ci/RELEASE.sh @@ -7,6 +7,8 @@ # # Release script for Calamares # +# NOTE: this script contains Linuxisms (in particular, expects GNU mktemp(1)) +# # This attempts to perform the different steps of the RELEASE.md # document automatically. It's not tested on other machines or # setups other than [ade]'s development VM.