mirror of
https://github.com/wekan/wekan.git
synced 2026-02-01 14:11:48 +01:00
Update release-bundle.sh script: Can not build ppc64le version because
OpenPower Minicloud is having emergency maintenance. Thanks to xet7 !
This commit is contained in:
parent
1276b23817
commit
799ae886c5
1 changed files with 7 additions and 2 deletions
|
|
@ -5,13 +5,18 @@ 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/o."
|
||||
echo "Bundle uploaded to x2/a/s."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue