OpenPower MiniCloud emergency maintenance has finished, so can now build Wekan for ppc64le.

Thanks to OpenPower Minicloud !
This commit is contained in:
Lauri Ojansivu 2021-03-07 16:16:12 +02:00
parent f562bdd801
commit ac9b23f00f
2 changed files with 3 additions and 12 deletions

View file

@ -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."

View file

@ -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