Author: sebb
Date: Mon Apr 30 12:57:37 2018
New Revision: 1830583
URL: http://svn.apache.org/viewvc?rev=1830583&view=rev
Log:
Allow Buildbot on-demand job to build the site
Added:
attic/site-lua/build.sh (with props)
Added: attic/site-lua/build.sh
URL: http://svn.apache.org/viewvc/attic/site-lua/build.sh?rev=1830583&view=auto
==============================================================================
--- attic/site-lua/build.sh (added)
+++ attic/site-lua/build.sh Mon Apr 30 12:57:37 2018
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+# Script for use by Buildbot - initial version
+make prod
Propchange: attic/site-lua/build.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: attic/site-lua/build.sh
------------------------------------------------------------------------------
svn:executable = *