Skip to content

webserver/build-webserver-image: Don't use php symlink

Ahmon Dancy requested to merge main-Idfd11f8c0d1bcc12ecf5cc002a5bd41af2016a33 into main

make-container-image/webserver/build-webserver-image:

Don't try to include any php-* directory from
/srv/mediawiki-staging. The changes made for T359643 have removed
the need for this. The webserver image has been working fine for
the last 3 weeks or so with a dangling php symlink.

Also, exclude /srv/mediawiki-staging/scap from the rsync.

make-container-image/support/build-image-incr.py:
Updated to handle unsupplied --exclude or --include options.

Bug: T359643

Merge request reports