diff --git a/automated/build.sh b/automated/build.sh index 474febc8..95ecb42c 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -14,6 +14,9 @@ if [ $SHORTNAME = "lts" ] then TAG=$(echo $TARGET | sed 's@^lts-\([0-9]*\)\.[0-9]*@lts\1@') WORKDIR=$ROOT/work/$(echo $TARGET | sed 's@^lts-\([0-9]*\)\.[0-9]*@lts-\1@') + if [ -n "$NOPLAN" ]; then + echo '* DO NOT EDIT work/ files: commit to lts-haskell/build-constraints! *' + fi else TAG=$SHORTNAME WORKDIR=$ROOT/work/$TAG