From ac9b23f00f10b0170b8693e1e997bfb54f807adc Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 7 Mar 2021 16:16:12 +0200 Subject: [PATCH] OpenPower MiniCloud emergency maintenance has finished, so can now build Wekan for ppc64le. Thanks to OpenPower Minicloud ! --- releases/release-bundle.sh | 9 ++------- releases/up.sh | 6 +----- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/releases/release-bundle.sh b/releases/release-bundle.sh index 9f5bef3fe..b6de8d820 100755 --- a/releases/release-bundle.sh +++ b/releases/release-bundle.sh @@ -5,18 +5,13 @@ sudo apt-get -y install parallel cd ~/repos/wekan/.build zip -r wekan-$1.zip bundle -# Can not build ppc64le version because -# OpenPower Minicloud is having -# emergency maintenance. -# scp wekan-$1.zip o:/home/ubuntu/ -# echo "Bundle uploaded to x2/a/s/o." - { scp wekan-$1.zip x2:/var/snap/wekan/common/releases.wekan.team/ scp wekan-$1.zip a:/home/wekan/repos/ scp wekan-$1.zip s:/home/linux1/ + scp wekan-$1.zip o:/home/ubuntu/ } | parallel -k cd .. -echo "Bundle uploaded to x2/a/s." +echo "Bundle uploaded to x2/a/s/o." diff --git a/releases/up.sh b/releases/up.sh index 73ba43870..d437a9d1a 100755 --- a/releases/up.sh +++ b/releases/up.sh @@ -2,12 +2,8 @@ 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-s.sh $1 + ~/repos/wekan/releases/up-o.sh $1 } | parallel -k