The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wekan/releases/README.md

39 lines
765 B

## 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