From da94befcfb8fe6235982f5b575bb06f8def93222 Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Wed, 20 Feb 2019 09:00:23 +0700 Subject: [PATCH] Update launchpad to watch stable tier In preparation for Keyman for Linux 11 stable release --- linux/scripts/launchpad.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linux/scripts/launchpad.sh b/linux/scripts/launchpad.sh index 815d8975b1..206e3d9e63 100755 --- a/linux/scripts/launchpad.sh +++ b/linux/scripts/launchpad.sh @@ -23,8 +23,9 @@ if [[ -z "${TIER}" ]]; then # This is the tier that the latest version is currently found on # This should be changed to stable before the first stable build # In master branch this should be alpha and the debian/watch files should check alpha dir - tier="beta" -# tier="stable" +# tier="alpha" +# tier="beta" + tier="stable" else tier="${TIER}" fi