From f8e144d0d70cc38a2721ba3d411058359ae0bf64 Mon Sep 17 00:00:00 2001 From: hayao Date: Mon, 14 Jun 2021 23:19:08 +0900 Subject: [PATCH] [disable] : Do not buld lxde and cinnamon --- tools/fullbuild.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tools/fullbuild.sh b/tools/fullbuild.sh index bb122cab..232b4029 100755 --- a/tools/fullbuild.sh +++ b/tools/fullbuild.sh @@ -3,12 +3,18 @@ script_path="$( cd -P "$( dirname "$(readlink -f "$0")" )" && cd .. && pwd )" channels=( +## Current official channel "xfce" -# "xfce-pro" - "lxde" - "cinnamon" "i3" + +## Scheduled to discontinue distribution +# "lxde" +# "cinnamon" + +## They are unstable channel +# "xfce-pro" # "gnome" +# "serene" ) architectures=("x86_64" "i686") -- 2.11.0