Browse Source

Update wekan/releases/up.sh script: Can not build ppc64le version because
OpenPower Minicloud is having emergency maintenance.

Thanks to xet7 !

Lauri Ojansivu 4 years ago
parent
commit
a43736b5c6
1 changed files with 5 additions and 1 deletions
  1. 5 1
      releases/up.sh

+ 5 - 1
releases/up.sh

@@ -2,8 +2,12 @@
 
 
 sudo apt-get -y install parallel
 sudo apt-get -y install parallel
 
 
+# Can not build ppc64le version because
+# OpenPower Minicloud is having
+# emergency maintenance.
+#  ~/repos/wekan/releases/up-o.sh $1
+
 {
 {
   ~/repos/wekan/releases/up-a.sh $1
   ~/repos/wekan/releases/up-a.sh $1
   ~/repos/wekan/releases/up-s.sh $1
   ~/repos/wekan/releases/up-s.sh $1
-  ~/repos/wekan/releases/up-o.sh $1
 } | parallel -k
 } | parallel -k