# HG changeset patch # User ymh # Date 1479885132 -3600 # Node ID 7693515f2e4a5caf000a50e1f480f0905bc9c7e1 # Parent 0db46de3f70d754c846cbe3a7e490df401f649a6 replace php-memcache by php-memcached, slight build improvement diff -r 0db46de3f70d -r 7693515f2e4a build/build.sh --- a/build/build.sh Tue Nov 22 18:51:10 2016 +0100 +++ b/build/build.sh Wed Nov 23 08:12:12 2016 +0100 @@ -124,18 +124,23 @@ pushd ../server/src version=$(sed -n "s/[[:space:]]*\'version\'[[:space:]]*=>[[:space:]]*\'\([\.0-9]*\)\'/\1/p" config/version.php) version=${version:-0.0.0} +npm install +./node_modules/.bin/bower install ./node_modules/.bin/gulp copy-build ${build_option_back} popd echoblue "---> building back done" echoblue "---> building app-client" pushd ../cms/app-client +npm install +./node_modules/.bin/bower install ./node_modules/.bin/ember build ${build_option} popd echoblue "---> building app-client done" echoblue "---> building module" pushd ../cms +npm install ./node_modules/.bin/gulp copy-build ${build_option} --version="$version" popd diff -r 0db46de3f70d -r 7693515f2e4a dev/provisioning/modules/sysconfig/manifests/php.pp --- a/dev/provisioning/modules/sysconfig/manifests/php.pp Tue Nov 22 18:51:10 2016 +0100 +++ b/dev/provisioning/modules/sysconfig/manifests/php.pp Wed Nov 23 08:12:12 2016 +0100 @@ -8,7 +8,7 @@ 'php56-php-mbstring', 'php56-php-mcrypt', 'php56-php-pdo', - 'php56-php-pecl-memcache', + 'php56-php-pecl-memcached', 'php56-php-gd', 'php56-php-mysqlnd', 'php56-php-pecl-imagick'