changeset 792:87c63df214e9

put the luan-*.tar build in the luan website
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 04 Sep 2016 21:56:14 -0600
parents ca81307adf7c
children 60661a8e738c
files .hgignore scripts/release-luan.sh website/copy-build.sh website/push-local.sh website/src/index.html.luan
diffstat 5 files changed, 5 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sun Sep 04 21:26:17 2016 -0600
+++ b/.hgignore	Sun Sep 04 21:56:14 2016 -0600
@@ -9,3 +9,4 @@
 *.n
 go
 local
+luan-*.tar
--- a/scripts/release-luan.sh	Sun Sep 04 21:26:17 2016 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-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`
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/website/copy-build.sh	Sun Sep 04 21:56:14 2016 -0600
@@ -0,0 +1,2 @@
+rm src/luan-*.tar
+cp ../build/luan-*.tar src
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/website/push-local.sh	Sun Sep 04 21:56:14 2016 -0600
@@ -0,0 +1,1 @@
+luan luan:host/push.luan luan.me.luanhost.com word src 2>&1 | tee err
--- a/website/src/index.html.luan	Sun Sep 04 21:26:17 2016 -0600
+++ b/website/src/index.html.luan	Sun Sep 04 21:56:14 2016 -0600
@@ -31,7 +31,7 @@
 			<div uc>under construction...</div>
 			<div intro>Luan is a <a href="http://www.lua.org">Lua</a>-like language implemented in <a href="https://www.oracle.com/java/">Java</a>.</div>
 			<div link><a href="docs.html">Documentation</a></div>
-			<div link><a href="https://bitbucket.org/frschmidt/luan/downloads/luan-<%=Luan.VERSION%>.tar">Download</a></div>
+			<div link><a href="/luan-<%=Luan.VERSION%>.tar">Download</a></div>
 			<div link><a href="https://bitbucket.org/frschmidt/luan">Source</a></div>
 			<div link><a href="http://luan.7479.n7.nabble.com/">Forum</a></div>
 		</div>