Browse Source

Add starting wekan test to arm64/s390x/ppc64el release scripts.

Thanks to xet7 !
Lauri Ojansivu 2 years ago
parent
commit
51ed0acc4f

+ 4 - 0
releases/maintainer-make-bundle-a.sh

@@ -31,3 +31,7 @@ find . -name '*.swp' | xargs rm -f
 cd ..
 cd ..
 
 
 7z a wekan-$1-arm64.zip bundle
 7z a wekan-$1-arm64.zip bundle
+
+sudo snap start juju-db
+
+./start-wekan.sh

+ 4 - 0
releases/maintainer-make-bundle-o.sh

@@ -32,3 +32,7 @@ cd ..
 (cd bundle/programs/server/npm/node_modules/meteor/accounts-password && npm remove bcrypt && npm install bcrypt)
 (cd bundle/programs/server/npm/node_modules/meteor/accounts-password && npm remove bcrypt && npm install bcrypt)
 
 
 7z a wekan-$1-ppc64le.zip bundle
 7z a wekan-$1-ppc64le.zip bundle
+
+sudo snap start juju-db
+
+./start-wekan.sh

+ 4 - 0
releases/maintainer-make-bundle-s.sh

@@ -44,3 +44,7 @@ find . -name '*.swp' | xargs rm -f
 cd ..
 cd ..
 
 
 7za a wekan-$1-s390x.zip bundle
 7za a wekan-$1-s390x.zip bundle
+
+sudo snap start juju-db
+
+./start-wekan.sh