stable

Clone or download

Read-only

Merge commit 'refs/changes/36/12236/13' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #12067: Move to the remi-safe repository for the PHP dependencies Change-Id: Iba2e542eb28030bdff4683a55d2a12e02f22d09c

Modified Files

Name
M Makefile +5 −5 Go to diff View file
M docker-compose-distlp-tests.yml +4 −4 Go to diff View file
M docker-compose-distlp.yml +4 −4 Go to diff View file
M docker-compose-e2e-full-tests-with-app.yml +1 −1 Go to diff View file
M docker-compose-e2e-full-tests.yml +1 −1 Go to diff View file
R plugins/bugzilla_reference/etc/nginx18/bugzilla_reference.conf Go to diff View file
R plugins/captcha/etc/nginx18/captcha.conf Go to diff View file
M plugins/git/bin/gl-membership.pl +1 −1 Go to diff View file
R plugins/git/etc/nginx18/git.conf Go to diff View file
R plugins/mediawiki/etc/nginx18/mediawiki.conf Go to diff View file
R plugins/pullrequest/etc/nginx18/pullrequest.conf Go to diff View file
R plugins/statistics/etc/nginx18/statistics.conf Go to diff View file
R plugins/svn/etc/nginx18/svn.conf Go to diff View file
R plugins/tracker/etc/nginx18/tracker.conf Go to diff View file
R plugins/userlog/etc/nginx18/userlog.conf Go to diff View file
M src/common/chart/Chart.class.php +12 −6 Go to diff View file
M src/etc/fpm56/tuleap.conf +2 −2 Go to diff View file
R src/etc/nginx18/README.mkd Go to diff View file
R src/etc/nginx18/default.d/redirect_tuleap.conf.dist Go to diff View file
R src/etc/nginx18/nginx.conf Go to diff View file
R src/etc/nginx18/plugin.conf.dist Go to diff View file
R src/etc/nginx18/tuleap.conf.dist Go to diff View file
R src/etc/nginx18/tuleap.d/01-root.conf Go to diff View file
R src/etc/nginx18/tuleap.d/02-compression.conf Go to diff View file
R src/etc/nginx18/tuleap.d/03-locations.conf Go to diff View file
R src/etc/nginx18/tuleap.d/04-ckeditor.conf Go to diff View file
R src/etc/nginx18/tuleap.d/05-viewvc-tuleap-theme.conf Go to diff View file
R src/etc/nginx18/tuleap.d/06-svn.conf Go to diff View file
R src/etc/nginx18/tuleap.d/07-mailman.conf Go to diff View file
R src/etc/nginx18/vhosts/Readme.md Go to diff View file
R src/etc/nginx18/vhosts/fpm.conf Go to diff View file
R src/etc/nginx18/vhosts/nginx.conf Go to diff View file
M src/utils/php-launcher.sh +1 −1 Go to diff View file
M src/utils/systemd/tuleap-php-fpm.service +4 −4 Go to diff View file
M tests/e2e/DockerImage/Dockerfile +1 −1 Go to diff View file
M tests/e2e/distlp/DockerImage/Dockerfile +1 −1 Go to diff View file
M tests/e2e/distlp/cypress/run.sh +12 −4 Go to diff View file
M tests/e2e/full/run.sh +1 −1 Go to diff View file
D tests/e2e/full/tuleap/Dockerfile +0 −17 Go to diff View file
D tests/e2e/full/tuleap/Tuleap.repo +0 −6 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −1 Go to diff View file
M tests/rest/bin/setup.sh +11 −11 Go to diff View file
M tests/soap/bin/setup.sh +2 −2 Go to diff View file
M tests/soap/bin/test_suite.sh +2 −2 Go to diff View file
M tools/Configuration/FPM/BackendSVN.php +11 −11 Go to diff View file
M tools/Configuration/FPM/TuleapWeb.php +58 −32 Go to diff View file
M tools/Configuration/Nginx/BackendWeb.php +2 −2 Go to diff View file
M tools/Configuration/Nginx/Common.php +5 −5 Go to diff View file
M tools/Configuration/Nginx/TuleapWeb.php +3 −3 Go to diff View file
M tools/distlp/backend-svn/backend-svn.sh +1 −1 Go to diff View file
M tools/distlp/backend-svn/supervisord.conf +1 −7 Go to diff View file
A tools/distlp/backend-web/prepare-instance.sh +11 −0 Go to diff View file
M tools/distlp/backend-web/run.php +4 −5 Go to diff View file
M tools/distlp/reverse-proxy/run.sh +1 −1 Go to diff View file
M tools/distlp/setup.php +2 −2 Go to diff View file
M tools/docker/tuleap-aio/boot-fixpath.sh +3 −3 Go to diff View file
M tools/docker/tuleap-aio/boot-install.sh +3 −3 Go to diff View file
M tools/docker/tuleap-aio/boot-upgrade.sh +3 −3 Go to diff View file
M tools/docker/tuleap-aio/supervisord-nodb.conf +1 −1 Go to diff View file
M tools/docker/tuleap-aio/supervisord.conf +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +5 −5 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +5 −5 Go to diff View file
M tools/setup.el7.sh +1 −1 Go to diff View file
M tools/setup.sh +3 −3 Go to diff View file
M tools/setup/el7/include/define.sh +1 −1 Go to diff View file
M tools/utils/php56/README.mkd +1 −1 Go to diff View file
M tools/utils/php56/run.php +2 −2 Go to diff View file
M tools/utils/php56/run.sh +1 −1 Go to diff View file