aboutsummaryrefslogtreecommitdiffstats
path: root/script/update
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-04-13 15:00:02 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-06-30 20:54:08 +0100
commit28bec8043fa33027958b0afd1b264fd25aa27d9d (patch)
tree91f0f84eac0ffdb8f6ecf2b82e48da21dca57486 /script/update
parentaf5c9769ed7f3d4217d9a5de21cf07aa977737be (diff)
Add scripts to rule them all.
Along the model of GitHub’s scripts, add generic scripts to bootstrap, update, test or run a server.
Diffstat (limited to 'script/update')
-rwxr-xr-xscript/update9
1 files changed, 9 insertions, 0 deletions
diff --git a/script/update b/script/update
new file mode 100755
index 000000000..aa97935d3
--- /dev/null
+++ b/script/update
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+cd "$(dirname "$0")/.."
+
+script/bootstrap
+bin/update-schema --commit
+bin/make_css
+commonlib/bin/gettext-makemo