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/snap-build-push-edge-candid...

18 lines
429 B

#!/bin/bash
if [ $# -ne 1 ]
then
echo "Use: snapcraft login"
echo "Then use version number:"
echo " ./releases/snap-build-push-edge-candidate.sh 7.88"
exit 1
fi
sudo apt -y install snapd
sudo systemctl enable snapd
sudo systemctl start snapd
sudo snap install snapcraft --classic
sudo snap install multipass
multipass launch --name ubu
snapcraft
snapcraft upload --release=candidate,edge wekan_$1_amd64.snap