From f890b316dae666ff366e1a7be768e4c7eb8dc2e6 Mon Sep 17 00:00:00 2001 From: Jawa_Juice <67296752+Jawa-Juice@users.noreply.github.com> Date: Thu, 24 Jun 2021 08:46:40 -0400 Subject: [PATCH] Correct AirplanePurpur branch name (#936) --- README.md | 2 +- start-deployAirplane | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63980cab..d9db5723 100644 --- a/README.md +++ b/README.md @@ -452,7 +452,7 @@ An [Airplane](https://github.com/TECHNOVE/Airplane) server, which is a fork of T > NOTE: The `VERSION` variable is used to select an Airplane branch to download from. The available options are "LATEST" "1.16" "1.17" and "PURPUR" -> NOTE: The 1.17 branch is currently in beta. Use at your own risk! +> NOTE: The 1.17 branch is currently in beta, and is not yet sufficiently stable for production use. Use at your own risk! Extra variables: - `AIRPLANE_BUILD=lastSuccessfulBuild` : set a specific Airplane build to use diff --git a/start-deployAirplane b/start-deployAirplane index dae242bb..83db6732 100644 --- a/start-deployAirplane +++ b/start-deployAirplane @@ -18,13 +18,15 @@ fi if [ "${VERSION}" = "1.17" ]; then AIRPLANE_BRANCH="1.17" - log "Airplane 1.17 is in beta. Use at your own risk!" + log "AIRPLANE 1.17 IS IN BETA, AND IS NOT YET PRODUCTION-READY. USE AT YOUR OWN RISK!!!" fi if [ "${VERSION}" = "PURPUR" ]; then - AIRPLANE_BRANCH="PURPUR-1.16" + AIRPLANE_BRANCH="Purpur-1.16" fi +log "Using Airplane-${AIRPLANE_BRANCH} branch" + export SERVER=airplane-${AIRPLANE_BRANCH}-${AIRPLANE_BUILD}.jar if [ ! -f "$SERVER" ] || isTrue "$FORCE_REDOWNLOAD"; then