Lauri Ojansivu 072ced9d0e Added script to build snap locally and push to snapcraft.io candidate and edge. 1 month ago
..
translations 9a9dbd26f9 Updated translations. 1 year ago
virtualbox edb7398295 Revert adding more stack size. 6 months ago
README.md e34a284036 Updated release scripts. 4 years ago
add-tag.sh 4c2857b6e8 Add build scripts. 6 years ago
build-bundle-arm64.sh ad53414c4d Updated release scripts. 2 years ago
build-bundle-ppc64el.sh ad53414c4d Updated release scripts. 2 years ago
build-bundle-s390x.sh ad53414c4d Updated release scripts. 2 years ago
build-bundle-win64.bat 4a9d881e47 Updated release scripts. 1 year ago
changelog.sh 3cbf678671 Updated ChangeLog. 4 years ago
clone-release-repos.sh 59580e4b0f Updated release scripts. 4 years ago
commit.sh 4c2857b6e8 Add build scripts. 6 years ago
count-lines-of-code-per-committer.sh ef5b888779 Add info about GitHub top committers at Finland. 1 year ago
delete-branch-local-and-remote.sh 4c2857b6e8 Add build scripts. 6 years ago
disable-sandstorm.sh e34a284036 Updated release scripts. 4 years ago
docker-build.sh 8054f2b002 Docker build script to be executeable. 3 years ago
docker-push-gantt.sh 2d8ac3bf80 Fix Docker latest tags at Docker Hub, Quay and GitHub. 2 years ago
docker-push-wekan.sh 17d5fae7bb Updated release scripts: Disabled Docker registry sync. Only pushing WeKan to GitHub, Quay and Docker Hub. 5 months ago
docker-registry-sync.sh 17d5fae7bb Updated release scripts: Disabled Docker registry sync. Only pushing WeKan to GitHub, Quay and Docker Hub. 5 months ago
docker-start.sh 33f47414bb Added release scripts for starting and stopping services. 3 years ago
docker-stop.sh 33f47414bb Added release scripts for starting and stopping services. 3 years ago
install-sandstorm.sh 1360517af8 Updated meteor-spk. 3 years ago
node-update-local.sh ef685703cf Use volta in local node update script. 3 years ago
node-update.sh d1f519917b Update release scripts. 2 years ago
node-version.sh 59580e4b0f Updated release scripts. 4 years ago
npm-publish.sh 2666b30ba9 Added npm publish script for releases. 3 years ago
rebuild-docs.sh a2911bc9c3 Fixed building OpenAPI docs. 2 months ago
rebuild-release.sh 382168a5b4 Try to fix some security issues. Part 2. 2 years ago
rel.sh 7b94188f64 Update release scripts. Part 5. 1 year ago
release-bundle.sh 79f7ec2715 Updated release scripts. 6 months ago
release-cleanup.sh 070de69ebe Fix build scripts. 6 years ago
release-ln.sh 9871bf1963 Updated release scripts. 4 years ago
release-ondra-1.sh 59580e4b0f Updated release scripts. 4 years ago
release-ondra-2.sh ad35e7b7bd Update release scripts to merge latest changes. 3 years ago
release-sandstorm.sh 23e01130e9 Updated release scripts. 2 years ago
release-snap.sh 0d10282dbe Update build scripts. 6 years ago
release-website.sh 5e639a7c2d Updated release script: New install webpage location. 10 months ago
release-x2.sh d4252f3056 Updated release scripts. 1 year ago
release.sh 7b94188f64 Update release scripts. Part 5. 1 year ago
sandstorm-make-spk.sh 782d0b6209 Upgrade to Meteor 1.8.3 and Node 8.17.0. 5 years ago
sandstorm-test-dev.sh 4c2857b6e8 Add build scripts. 6 years ago
sed-snapcraft-version.sh 9c4e402e6c v7.37 1 year ago
snap-build-push-edge-candidate.sh 072ced9d0e Added script to build snap locally and push to snapcraft.io candidate and edge. 1 month ago
snap-edge.sh 4c2857b6e8 Add build scripts. 6 years ago
snap-install.sh 782d0b6209 Upgrade to Meteor 1.8.3 and Node 8.17.0. 5 years ago
snap-push-to-store.sh 4c2857b6e8 Add build scripts. 6 years ago
snap-stable.sh 4c2857b6e8 Add build scripts. 6 years ago
snapcraft-help.sh 4c2857b6e8 Add build scripts. 6 years ago
snapd-start.sh 33f47414bb Added release scripts for starting and stopping services. 3 years ago
snapd-stop.sh 33f47414bb Added release scripts for starting and stopping services. 3 years ago
ssh-start.sh 33f47414bb Added release scripts for starting and stopping services. 3 years ago
ssh-stop.sh 33f47414bb Added release scripts for starting and stopping services. 3 years ago
stable-tag.sh 8dfb6916c5 Added stable tag release script. 4 years ago
stylus-to-css.sh 072778b9aa Converted Stylus to CSS. Removed Stylus. This change removed many error messages. 3 years ago
syncloop.sh 5f946707e5 Added backup sync script. 2 years ago
ufw-disable.sh 33f47414bb Added release scripts for starting and stopping services. 3 years ago
ufw-enable.sh 33f47414bb Added release scripts for starting and stopping services. 3 years ago
up-a.sh 23e01130e9 Updated release scripts. 2 years ago
up-o.sh 23e01130e9 Updated release scripts. 2 years ago
up-s.sh 23e01130e9 Updated release scripts. 2 years ago
up-w.sh 7b94188f64 Update release scripts. Part 5. 1 year ago
up.sh 73f943f89a Fixed building s390x release. 1 year ago
version.sh 972e7a9971 v3.06 5 years ago
wekan-snap-help.sh 4c2857b6e8 Add build scripts. 6 years ago

README.md

Wekan release scripts

Release process, for example version 4.94:

1) Build x64 bundle and upload to x2/a/s/o:

./release.sh 4.94

2) Build bundles at servers

arm64: ssh a ./maintainer-make-release-a.sh 4.94

s390x: ssh s ./maintainer-make-release-s.sh 4.94

openpower: ssh o ./maintainer-make-release-o.sh 4.94

3) Download bundles and upload to x2 releases:

./releases/up.sh

4) At x2, do release:

ssh x2 cd /var/snap/wekan/common ./release-x2.sh 4.93 4.94

https://github.com/wekan/wekan-snap/wiki/Making-releases-from-source

https://github.com/wekan/wekan-maintainer/wiki/Building-Wekan-for-Sandstorm