Lauri Ojansivu f75ab964be Part 2: Try to fix Sandstorm WeKan package. 3 年 前
..
translations ac85e00e0a Added translations: Estonian (Estonia) et_EE, Russian (Ukraine) ru_UA, Ukrainian (Ukraine) uk_UA. 3 年 前
virtualbox 80319b0038 Account configuration of option loginExpirationInDays is now possible 3 年 前
README.md e34a284036 Updated release scripts. 4 年 前
add-tag.sh 4c2857b6e8 Add build scripts. 6 年 前
changelog.sh 3cbf678671 Updated ChangeLog. 4 年 前
clone-release-repos.sh 59580e4b0f Updated release scripts. 4 年 前
commit.sh 4c2857b6e8 Add build scripts. 6 年 前
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 49c4dd8b14 Added release scripts for building local Docker images and pushing them to Quay.io and Docker Hub. 3 年 前
docker-push-wekan.sh 49c4dd8b14 Added release scripts for building local Docker images and pushing them to Quay.io and Docker Hub. 3 年 前
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 2e9ad941c0 Fix development script to escape character. 4 年 前
maintainer-make-bundle-a.sh 936d9fe306 Updated release scripts. 3 年 前
maintainer-make-bundle-o.sh 936d9fe306 Updated release scripts. 3 年 前
maintainer-make-bundle-s.sh 936d9fe306 Updated release scripts. 3 年 前
node-update-local.sh ef685703cf Use volta in local node update script. 3 年 前
node-update.sh 09b9f690b1 Updated node-update.sh release script. 4 年 前
node-version.sh 59580e4b0f Updated release scripts. 4 年 前
npm-publish.sh 2666b30ba9 Added npm publish script for releases. 3 年 前
rebuild-docs.sh f75ab964be Part 2: Try to fix Sandstorm WeKan package. 3 年 前
rebuild-release.sh 1235363465 Fix Wekan not load at all in Firefox v.68 for Android. 5 年 前
release-bundle.sh 4ded5d2f51 Fixed arm build server paths. 3 年 前
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 59580e4b0f Updated release scripts. 4 年 前
release-sandstorm.sh 9f0f6841b0 Updated release scripts. 4 年 前
release-snap.sh 0d10282dbe Update build scripts. 6 年 前
release-website.sh 91dae9795e Updated release website scripts. Part 2. 4 年 前
release-x2.sh 9871bf1963 Updated release scripts. 4 年 前
release.sh 59580e4b0f Updated release scripts. 4 年 前
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 年 前
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 年 前
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 4ded5d2f51 Fixed arm build server paths. 3 年 前
up-o.sh 59580e4b0f Updated release scripts. 4 年 前
up-s.sh 59580e4b0f Updated release scripts. 4 年 前
up.sh 59580e4b0f Updated release scripts. 4 年 前
version.sh 972e7a9971 v3.06 6 年 前
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