oppianmatt commented on issue #1524: build instructions no longer working for all versions URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1524#issuecomment-356427654 after a bit of googling and testing found that psol moved to a new place and so that needs to be fixed. Here are my fixes locally which need to be updated into the readme ``` wget https://github.com/pagespeed/ngx_pagespeed/archive/v${NPS_VERSION}.zip unzip v${NPS_VERSION}.zip -d ngx_pagespeed-${NPS_VERSION} cd ngx_pagespeed-${NPS_VERSION}/ NPS_RELEASE_NUMBER=${NPS_VERSION/-beta/} # NPS_RELEASE_NUMBER=${NPS_VERSION/stable/} psol_url=https://github.com/apache/incubator-pagespeed-mod/archive/v${NPS_RELEASE_NUMBER}.zip [ -e scripts/format_binary_url.sh ] && psol_url=$(scripts/format_binary_url.sh PSOL_BINARY_URL) wget ${psol_url} unzip $(basename ${psol_url}) -d psol # extracts to psol/ ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
