aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-04-29 19:06:01 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-05-03 12:06:21 +0100
commit92b253904062edd533e55c22824de6fd01e2f7c1 (patch)
treed18f49ff98e87a2aeb6ca6eacc3217183141ec9e /bin
parent5faa1946bda79c31aab04778cb4eb01afa18b473 (diff)
Version 2.6.v2.6
Include the usual generate new .pot file, gettext-merge, push to Transifex, pull from Transifex step.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/install-as-user2
-rw-r--r--bin/site-specific-install.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/install-as-user b/bin/install-as-user
index 7e2a0bd74..ce6facbd1 100755
--- a/bin/install-as-user
+++ b/bin/install-as-user
@@ -109,5 +109,5 @@ fi
# Generate po and mo files (these invocations taken from Kagee's script):
echo "Creating locale .mo files"
-commonlib/bin/gettext-makemo FixMyStreet
+commonlib/bin/gettext-makemo FixMyStreet 2>&1
echo $DONE_MSG
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index e3078ba56..f0b78302f 100644
--- a/bin/site-specific-install.sh
+++ b/bin/site-specific-install.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Set this to the version we want to check out
-VERSION=${VERSION_OVERRIDE:-v2.5}
+VERSION=${VERSION_OVERRIDE:-v2.6}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh