Lauri Ojansivu 5e639a7c2d Updated release script: New install webpage location. 10 달 전
..
translations 9a9dbd26f9 Updated translations. 1 년 전
virtualbox 93be112a94 Azure AD B2C login using OAuth2. https://github.com/wekan/wekan/wiki/B2C 1 년 전
README.md e34a284036 Updated release scripts. 4 년 전
add-tag.sh 4c2857b6e8 Add build scripts. 6 년 전
build-bundle-arm64.sh ad53414c4d Updated release scripts. 2 년 전
build-bundle-ppc64el.sh ad53414c4d Updated release scripts. 2 년 전
build-bundle-s390x.sh ad53414c4d Updated release scripts. 2 년 전
build-bundle-win64.bat 4a9d881e47 Updated release scripts. 1 년 전
changelog.sh 3cbf678671 Updated ChangeLog. 4 년 전
clone-release-repos.sh 59580e4b0f Updated release scripts. 4 년 전
commit.sh 4c2857b6e8 Add build scripts. 6 년 전
count-lines-of-code-per-committer.sh ef5b888779 Add info about GitHub top committers at Finland. 1 년 전
delete-branch-local-and-remote.sh 4c2857b6e8 Add build scripts. 6 년 전
disable-sandstorm.sh e34a284036 Updated release scripts. 4 년 전
docker-build.sh 8054f2b002 Docker build script to be executeable. 3 년 전
docker-push-gantt.sh 2d8ac3bf80 Fix Docker latest tags at Docker Hub, Quay and GitHub. 2 년 전
docker-push-wekan.sh 2d8ac3bf80 Fix Docker latest tags at Docker Hub, Quay and GitHub. 2 년 전
docker-registry-sync.sh 32ec95ffa8 Sync Docker Registries. 2 년 전
docker-start.sh 33f47414bb Added release scripts for starting and stopping services. 3 년 전
docker-stop.sh 33f47414bb Added release scripts for starting and stopping services. 3 년 전
install-sandstorm.sh 1360517af8 Updated meteor-spk. 3 년 전
node-update-local.sh ef685703cf Use volta in local node update script. 3 년 전
node-update.sh d1f519917b Update release scripts. 2 년 전
node-version.sh 59580e4b0f Updated release scripts. 4 년 전
npm-publish.sh 2666b30ba9 Added npm publish script for releases. 3 년 전
rebuild-docs.sh 97c6b65315 Tried to fix building WeKan OpenAPI docs using Ubuntu 23.04 amd64 with XFCE desktop, but it did not work, still getting error: Failed to parse the source OpenAPI document. 2 년 전
rebuild-release.sh 382168a5b4 Try to fix some security issues. Part 2. 2 년 전
rel.sh 7b94188f64 Update release scripts. Part 5. 1 년 전
release-bundle.sh 2c9c9c4356 Updated release scripts. 1 년 전
release-cleanup.sh 070de69ebe Fix build scripts. 6 년 전
release-ln.sh 9871bf1963 Updated release scripts. 4 년 전
release-ondra-1.sh 59580e4b0f Updated release scripts. 4 년 전
release-ondra-2.sh ad35e7b7bd Update release scripts to merge latest changes. 3 년 전
release-sandstorm.sh 23e01130e9 Updated release scripts. 2 년 전
release-snap.sh 0d10282dbe Update build scripts. 6 년 전
release-website.sh 5e639a7c2d Updated release script: New install webpage location. 10 달 전
release-x2.sh d4252f3056 Updated release scripts. 1 년 전
release.sh 7b94188f64 Update release scripts. Part 5. 1 년 전
sandstorm-make-spk.sh 782d0b6209 Upgrade to Meteor 1.8.3 and Node 8.17.0. 5 년 전
sandstorm-test-dev.sh 4c2857b6e8 Add build scripts. 6 년 전
sed-snapcraft-version.sh 9c4e402e6c v7.37 1 년 전
snap-edge.sh 4c2857b6e8 Add build scripts. 6 년 전
snap-install.sh 782d0b6209 Upgrade to Meteor 1.8.3 and Node 8.17.0. 5 년 전
snap-push-to-store.sh 4c2857b6e8 Add build scripts. 6 년 전
snap-stable.sh 4c2857b6e8 Add build scripts. 6 년 전
snapcraft-help.sh 4c2857b6e8 Add build scripts. 6 년 전
snapd-start.sh 33f47414bb Added release scripts for starting and stopping services. 3 년 전
snapd-stop.sh 33f47414bb Added release scripts for starting and stopping services. 3 년 전
ssh-start.sh 33f47414bb Added release scripts for starting and stopping services. 3 년 전
ssh-stop.sh 33f47414bb Added release scripts for starting and stopping services. 3 년 전
stable-tag.sh 8dfb6916c5 Added stable tag release script. 4 년 전
stylus-to-css.sh 072778b9aa Converted Stylus to CSS. Removed Stylus. This change removed many error messages. 3 년 전
syncloop.sh 5f946707e5 Added backup sync script. 2 년 전
ufw-disable.sh 33f47414bb Added release scripts for starting and stopping services. 3 년 전
ufw-enable.sh 33f47414bb Added release scripts for starting and stopping services. 3 년 전
up-a.sh 23e01130e9 Updated release scripts. 2 년 전
up-o.sh 23e01130e9 Updated release scripts. 2 년 전
up-s.sh 23e01130e9 Updated release scripts. 2 년 전
up-w.sh 7b94188f64 Update release scripts. Part 5. 1 년 전
up.sh 73f943f89a Fixed building s390x release. 1 년 전
version.sh 972e7a9971 v3.06 5 년 전
wekan-snap-help.sh 4c2857b6e8 Add build scripts. 6 년 전

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