OSDN Git Service

[disable] : Do not buld lxde and cinnamon
authorhayao <hayao@fascode.net>
Mon, 14 Jun 2021 14:19:08 +0000 (23:19 +0900)
committerhayao <hayao@fascode.net>
Mon, 14 Jun 2021 14:19:08 +0000 (23:19 +0900)
tools/fullbuild.sh

index bb122ca..232b402 100755 (executable)
@@ -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")