aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-02-20 16:58:05 +0000
committerMatthew Somerville <matthew@mysociety.org>2015-03-18 16:14:16 +0000
commitafe94a2eff801b769e55d5527a1367406810958a (patch)
tree6b55169228e6bdcfe00ce00731f7f72142888405 /bin
parent3b724e751e6a9c9b0827db54226522f29dcc7f76 (diff)
Version 1.5.4.v1.5.4
Including updated translations.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gettext-extract2
-rw-r--r--bin/site-specific-install.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/gettext-extract b/bin/gettext-extract
index b645f57dc..c1f3d384e 100755
--- a/bin/gettext-extract
+++ b/bin/gettext-extract
@@ -15,7 +15,7 @@ rm -f $PO
# we don't want to extract strings from all the cobrand templates so list
# the ones we care about
-find templates/web/base templates/web/fixmystreet templates/web/zurich templates/web/fiksgatami -name '*.html' > template_list
+find templates/web/base templates/web/fixmystreet templates/web/zurich -name '*.html' > template_list
# Extract from Perl
xgettext.pl --gnu-gettext --verbose --output $PO --plugin perl=* --plugin tt2 --directory perllib -f template_list --directory db --directory bin
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index c57678b7b..1408e7ce9 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:-v1.5.3}
+VERSION=${VERSION_OVERRIDE:-v1.5.4}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh