view scripts/release-luan.sh @ 610:b4f3dbe1c6e3

add Rpc and change Hosting to use Rpc
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 11 Dec 2015 00:13:13 -0700
parents 72a2daf88e12
children 4f880e2663a2
line wrap: on
line source

set -e

cd `dirname $0`/..
LUAN_HOME=`pwd`

rm -f ~/Dropbox/luan/*

# assume already built
cp $LUAN_HOME/build/luan-*.tar ~/Dropbox/luan

hg tag `scripts/version.sh`