mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Release scripts: Commented out not currently in use builds of WeKan bundle.
Thanks to xet7 !
This commit is contained in:
parent
38a8fcb69a
commit
4eb0085243
1 changed files with 6 additions and 5 deletions
|
@ -6,16 +6,17 @@ cd ~/repos/wekan/.build
|
|||
zip -r wekan-$1-amd64.zip bundle
|
||||
|
||||
{
|
||||
scp ~/repos/wekan/releases/build-bundle-arm64.sh a:/home/wekan/
|
||||
scp ~/repos/wekan/releases/build-bundle-s390x.sh s:/home/linux1/
|
||||
#scp ~/repos/wekan/releases/build-bundle-arm64.sh a:/home/wekan/
|
||||
#scp ~/repos/wekan/releases/build-bundle-s390x.sh s:/home/linux1/
|
||||
#scp ~/repos/wekan/releases/build-bundle-ppc64el.sh o:/home/ubuntu/
|
||||
scp ~/repos/wekan/releases/release-x2.sh x2:/data/websites/
|
||||
scp wekan-$1-amd64.zip x2:/data/websites/releases.wekan.team/
|
||||
scp wekan-$1-amd64.zip a:/home/wekan/
|
||||
scp wekan-$1-amd64.zip s:/home/linux1/
|
||||
#scp wekan-$1-amd64.zip a:/home/wekan/
|
||||
#scp wekan-$1-amd64.zip s:/home/linux1/
|
||||
#scp wekan-$1.zip o:/home/ubuntu/
|
||||
} | parallel -k
|
||||
|
||||
cd ..
|
||||
|
||||
echo "x64 bundle and arm64/s390x build scripts uploaded to x2/a/s."
|
||||
#echo "x64 bundle and arm64/s390x build scripts uploaded to x2/a/s."
|
||||
echo "x64 bundle and arm64/s390x build scripts uploaded to x2."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue