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
Lauri Ojansivu 072ced9d0e Added script to build snap locally and push to snapcraft.io candidate and edge. 3 weeks ago
..
translations Updated translations. 2 years ago
virtualbox Revert adding more stack size. 6 months ago
README.md Updated release scripts. 4 years ago
add-tag.sh Add build scripts. 7 years ago
build-bundle-arm64.sh Updated release scripts. 2 years ago
build-bundle-ppc64el.sh Updated release scripts. 2 years ago
build-bundle-s390x.sh Updated release scripts. 2 years ago
build-bundle-win64.bat Updated release scripts. 12 months ago
changelog.sh Updated ChangeLog. 4 years ago
clone-release-repos.sh Updated release scripts. 4 years ago
commit.sh Add build scripts. 7 years ago
count-lines-of-code-per-committer.sh Add info about GitHub top committers at Finland. 1 year ago
delete-branch-local-and-remote.sh Add build scripts. 7 years ago
disable-sandstorm.sh Updated release scripts. 4 years ago
docker-build.sh Docker build script to be executeable. 4 years ago
docker-push-gantt.sh Fix Docker latest tags at Docker Hub, Quay and GitHub. 2 years ago
docker-push-wekan.sh Updated release scripts: Disabled Docker registry sync. Only pushing WeKan to GitHub, Quay and Docker Hub. 6 months ago
docker-registry-sync.sh Updated release scripts: Disabled Docker registry sync. Only pushing WeKan to GitHub, Quay and Docker Hub. 6 months ago
docker-start.sh Added release scripts for starting and stopping services. 3 years ago
docker-stop.sh Added release scripts for starting and stopping services. 3 years ago
install-sandstorm.sh Updated meteor-spk. 3 years ago
node-update-local.sh Use volta in local node update script. 3 years ago
node-update.sh Update release scripts. 2 years ago
node-version.sh Updated release scripts. 4 years ago
npm-publish.sh Added npm publish script for releases. 4 years ago
rebuild-docs.sh Fixed building OpenAPI docs. 2 months ago
rebuild-release.sh Try to fix some security issues. Part 2. 2 years ago
rel.sh Update release scripts. Part 5. 2 years ago
release-bundle.sh Updated release scripts. 6 months ago
release-cleanup.sh Fix build scripts. 6 years ago
release-ln.sh Updated release scripts. 4 years ago
release-ondra-1.sh Updated release scripts. 4 years ago
release-ondra-2.sh Update release scripts to merge latest changes. 3 years ago
release-sandstorm.sh Updated release scripts. 2 years ago
release-snap.sh Update build scripts. 6 years ago
release-website.sh Updated release script: New install webpage location. 10 months ago
release-x2.sh Updated release scripts. 2 years ago
release.sh Update release scripts. Part 5. 2 years ago
sandstorm-make-spk.sh Upgrade to Meteor 1.8.3 and Node 8.17.0. 5 years ago
sandstorm-test-dev.sh Add build scripts. 7 years ago
sed-snapcraft-version.sh v7.37 1 year ago
snap-build-push-edge-candidate.sh Added script to build snap locally and push to snapcraft.io candidate and edge. 3 weeks ago
snap-edge.sh Add build scripts. 7 years ago
snap-install.sh Upgrade to Meteor 1.8.3 and Node 8.17.0. 5 years ago
snap-push-to-store.sh Add build scripts. 7 years ago
snap-stable.sh Add build scripts. 7 years ago
snapcraft-help.sh Add build scripts. 7 years ago
snapd-start.sh Added release scripts for starting and stopping services. 3 years ago
snapd-stop.sh Added release scripts for starting and stopping services. 3 years ago
ssh-start.sh Added release scripts for starting and stopping services. 3 years ago
ssh-stop.sh Added release scripts for starting and stopping services. 3 years ago
stable-tag.sh Added stable tag release script. 4 years ago
stylus-to-css.sh Converted Stylus to CSS. Removed Stylus. This change removed many error messages. 3 years ago
syncloop.sh Added backup sync script. 2 years ago
ufw-disable.sh Added release scripts for starting and stopping services. 3 years ago
ufw-enable.sh Added release scripts for starting and stopping services. 3 years ago
up-a.sh Updated release scripts. 2 years ago
up-o.sh Updated release scripts. 2 years ago
up-s.sh Updated release scripts. 2 years ago
up-w.sh Update release scripts. Part 5. 2 years ago
up.sh Fixed building s390x release. 2 years ago
version.sh v3.06 6 years ago
wekan-snap-help.sh Add build scripts. 7 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

  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