Loading .gitlint +3 −0 Original line number Diff line number Diff line Loading @@ -5,4 +5,7 @@ regex-style-search=True [author-valid-email] regex=@[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9](\.[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9])+$ [ignore-body-lines] regex=^(Fixes|Closes):?\s+[#][0-9]+ # vim:ft=cfg data/fpm.conf +1 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,4 @@ access.format = "[%{%Y-%m-%dT%H:%M:%S%z}t] %{REMOTE_ADDR}e %m %{REQUEST_URI}e %s ping.path = "/.probe" ping.response = "OK" access.suppress_path[] = "/.probe" scripts/compile-imagick.sh +5 −1 Original line number Diff line number Diff line Loading @@ -46,9 +46,13 @@ get_tarball() cd $(mktemp -d) CPPFLAGS=( -Dphp_strtolower=zend_str_tolower ) get_tarball | tar -xf- --strip-components=1 phpize ./configure ./configure CPPFLAGS="${CPPFLAGS[*]}" make install echo "extension=imagick.so" > /usr/local/etc/php/conf.d/imagick.ini Loading
.gitlint +3 −0 Original line number Diff line number Diff line Loading @@ -5,4 +5,7 @@ regex-style-search=True [author-valid-email] regex=@[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9](\.[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9])+$ [ignore-body-lines] regex=^(Fixes|Closes):?\s+[#][0-9]+ # vim:ft=cfg
data/fpm.conf +1 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,4 @@ access.format = "[%{%Y-%m-%dT%H:%M:%S%z}t] %{REMOTE_ADDR}e %m %{REQUEST_URI}e %s ping.path = "/.probe" ping.response = "OK" access.suppress_path[] = "/.probe"
scripts/compile-imagick.sh +5 −1 Original line number Diff line number Diff line Loading @@ -46,9 +46,13 @@ get_tarball() cd $(mktemp -d) CPPFLAGS=( -Dphp_strtolower=zend_str_tolower ) get_tarball | tar -xf- --strip-components=1 phpize ./configure ./configure CPPFLAGS="${CPPFLAGS[*]}" make install echo "extension=imagick.so" > /usr/local/etc/php/conf.d/imagick.ini