wekan/releases
Lauri Ojansivu 2e9ad941c0 Fix development script to escape character.
Thanks to xet7 !
2021-02-13 15:54:37 +02:00
..
translations Translations: Added ar-EG = Arabic (Egypt), simply Masri (مَصرى, [ˈmɑsˤɾi], Egyptian, Masr refers to Cairo). 2021-01-19 16:03:40 +02:00
virtualbox Added some CAS and SAML settings. Not tested. Please test and send pull requests if it does not work. 2020-09-14 19:57:50 +03:00
add-tag.sh Add build scripts. 2018-11-04 18:32:08 +02:00
changelog.sh Updated ChangeLog. 2021-02-12 21:42:07 +02:00
commit.sh Add build scripts. 2018-11-04 18:32:08 +02:00
delete-branch-local-and-remote.sh Add build scripts. 2018-11-04 18:32:08 +02:00
delete-phantomjs.sh Try to make release sizes smaller by deleting phantomjs. 2019-08-07 03:05:28 +03:00
disable-sandstorm.sh Updated release scripts. 2021-02-08 23:00:35 +02:00
install-sandstorm.sh Fix development script to escape character. 2021-02-13 15:54:37 +02:00
maintainer-make-bundle-a.sh Updated release scripts. 2021-02-08 23:00:35 +02:00
maintainer-make-bundle-o.sh Updated release scripts. 2021-02-08 23:00:35 +02:00
maintainer-make-bundle-s.sh Updated release scripts. 2021-02-08 23:00:35 +02:00
README.md Updated release scripts. 2021-02-08 23:00:35 +02:00
rebuild-docs-install-deps.sh Add API docs to repo. 2019-07-17 17:06:25 +03:00
rebuild-docs.sh Comment out already existing directory. 2019-11-04 22:53:10 +02:00
rebuild-release.sh Fix Wekan not load at all in Firefox v.68 for Android. 2020-04-25 03:47:44 +03:00
release-bundle.sh Updated release scripts. 2021-02-08 22:16:55 +02:00
release-cleanup.sh Fix build scripts. 2019-04-20 15:11:20 -04:00
release-ondra-1.sh Update release scripts. 2020-09-15 23:14:05 +03:00
release-ondra-2.sh Update release scripts. 2020-09-15 23:14:05 +03:00
release-sandstorm.sh Updated Node.js to v12.20.2 2021-02-11 16:46:40 +02:00
release-snap.sh Update build scripts. 2019-06-29 10:40:03 -04:00
release-x2.sh Updated release scripts. 2021-02-08 23:00:35 +02:00
release.sh Update release scripts. 2020-09-15 23:14:05 +03:00
sandstorm-make-spk.sh Upgrade to Meteor 1.8.3 and Node 8.17.0. 2019-12-20 16:03:46 +02:00
sandstorm-test-dev.sh Add build scripts. 2018-11-04 18:32:08 +02:00
snap-edge.sh Add build scripts. 2018-11-04 18:32:08 +02:00
snap-install.sh Upgrade to Meteor 1.8.3 and Node 8.17.0. 2019-12-20 16:03:46 +02:00
snap-push-to-store.sh Add build scripts. 2018-11-04 18:32:08 +02:00
snap-stable.sh Add build scripts. 2018-11-04 18:32:08 +02:00
snapcraft-help.sh Add build scripts. 2018-11-04 18:32:08 +02:00
up-a.sh Update release scripts. 2021-02-08 21:37:04 +02:00
up-o.sh Update release scripts. 2021-02-08 21:37:04 +02:00
up-s.sh Update release scripts. 2021-02-08 21:37:04 +02:00
up.sh Updated release scripts. 2021-02-08 22:16:55 +02:00
version.sh v3.06 2019-08-07 02:19:40 +03:00
wekan-snap-help.sh Add build scripts. 2018-11-04 18:32:08 +02:00

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

  1. Download bundles and upload to x2 releases: ============================================== ./releases/up.sh

  2. 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