diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gettext-nget-patch | 3 | ||||
-rw-r--r-- | bin/site-specific-install.sh | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/bin/gettext-nget-patch b/bin/gettext-nget-patch index 5d30cc922..decd18755 100755 --- a/bin/gettext-nget-patch +++ b/bin/gettext-nget-patch @@ -28,7 +28,7 @@ find( sub { } } close FP; -}, 'templates', 'perllib'); +}, 'templates/email', 'templates/web/base', 'templates/web/zurich', 'perllib'); foreach (sort { $a->{s} cmp $b->{s} } values %out) { print <<EOF; @@ -41,4 +41,3 @@ msgstr[0] "" msgstr[1] "" EOF } - diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 2b773fecb..ae9497aef 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:-v3.0.1} +VERSION=${VERSION_OVERRIDE:-v3.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |