release-bundle.sh 731 B

1234567891011121314151617181920
  1. cd ~/repos/wekan
  2. sudo apt-get -y install parallel
  3. ./releases/rebuild-release.sh
  4. #./releases/delete-phantomjs.sh
  5. cd ~/repos/wekan/.build
  6. zip -r wekan-$1.zip bundle
  7. {
  8. scp ~/repos/wekan/releases/maintainer-make-bundle-a.sh a:/home/wekan/maintainer-make-bundle.sh
  9. scp ~/repos/wekan/releases/maintainer-make-bundle-s.sh s:/home/linux1/maintainer-make-bundle.sh
  10. scp ~/repos/wekan/releases/maintainer-make-bundle-o.sh o:/home/ubuntu/maintainer-make-bundle.sh
  11. scp wekan-$1.zip x2:/var/snap/wekan/common/releases.wekan.team/
  12. scp wekan-$1.zip a:/home/wekan/
  13. scp wekan-$1.zip s:/home/linux1/
  14. scp wekan-$1.zip o:/home/ubuntu/
  15. } | parallel -k
  16. cd ..
  17. echo "x64 bundle and arm64/s390x/ppc64le build scripts uploaded to x2/a/s/o."