فهرست منبع

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

Thanks to OpenPower Minicloud !
Lauri Ojansivu 4 سال پیش
والد
کامیت
ac9b23f00f
2فایلهای تغییر یافته به همراه3 افزوده شده و 12 حذف شده
  1. 2 7
      releases/release-bundle.sh
  2. 1 5
      releases/up.sh

+ 2 - 7
releases/release-bundle.sh

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

+ 1 - 5
releases/up.sh

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