From bd1cd98f4bb655e4fa8c83aa7126d0c0f84bf53b Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 17 Nov 2015 19:36:30 -0500 Subject: Revert "Bug 1222497 - Refactor the BMO docker image with new file and script structure while minimizing final image size" This reverts commit a0e7a4ffa25957c994fd0128a3f613758fefcd75. --- Bugzilla/Install/Filesystem.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 0eab0337c..addad918b 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -175,9 +175,8 @@ sub FILESYSTEM { 'cvs-update.log' => { perms => WS_SERVE }, 'scripts/sendunsentbugmail.pl' => { perms => WS_EXECUTE }, 'docker/*' => { perms => OWNER_WRITE }, - 'docker/files/*' => { perms => OWNER_WRITE }, - 'docker/scripts/*.pl' => { perms => OWNER_EXECUTE }, - 'docker/scripts/*.sh' => { perms => OWNER_EXECUTE }, + 'docker/*.pl' => { perms => OWNER_EXECUTE }, + 'docker/*.sh' => { perms => OWNER_EXECUTE }, 'docs/bugzilla.ent' => { perms => OWNER_WRITE }, 'docs/makedocs.pl' => { perms => OWNER_EXECUTE }, 'docs/style.css' => { perms => WS_SERVE }, -- cgit v1.2.3-24-g4f1b