mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
OpenPower MiniCloud emergency maintenance has finished, so can now build Wekan for ppc64le.
Thanks to OpenPower Minicloud !
This commit is contained in:
parent
f562bdd801
commit
ac9b23f00f
2 changed files with 3 additions and 12 deletions
|
@ -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."
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue