make-release-packages.sh: Disable shellcheck 1091 and Add README pointing to local install instructions

Signed-off-by: Gary Edgar <gary@planetscale.com>
This commit is contained in:
Gary Edgar 2019-12-18 18:16:12 -08:00
Родитель 5bea18afb6
Коммит 598806a0d0
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@
set -euo pipefail
# sudo gem install --no-ri --no-rdoc fpm
# shellcheck disable=SC1091
source build.env
SHORT_REV="$(git rev-parse --short HEAD)"
@ -43,6 +43,8 @@ done;
# But resolving symlinks
cp -rpfL {config,vthook,web,examples} "${RELEASE_DIR}/"
echo "Follow the binary installation instructions at: https://vitess.io/docs/get-started/local/" > "${RELEASE_DIR}"/README.md
cd "${RELEASE_DIR}/.."
tar -czf "${TAR_FILE}" "${RELEASE_ID}"