From 2d12418540cc968eaed349a30f99284be5365469 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 30 Aug 2016 17:01:29 +0000 Subject: Bug 1290580 - Rebase docker infra off of CentOS 6 --- Bugzilla/Install/Filesystem.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index ddf5c16d3..4a773f511 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -174,9 +174,6 @@ sub FILESYSTEM { '.htaccess' => { perms => WS_SERVE }, 'cvs-update.log' => { perms => WS_SERVE }, 'scripts/sendunsentbugmail.pl' => { perms => WS_EXECUTE }, - 'docker/*' => { perms => OWNER_WRITE }, - '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 }, @@ -280,8 +277,6 @@ sub FILESYSTEM { dirs => DIR_OWNER_WRITE, }, 'scripts' => { files => OWNER_EXECUTE, dirs => DIR_OWNER_WRITE, }, - 'docker' => { files => OWNER_EXECUTE, - dirs => DIR_OWNER_WRITE, }, ); # --- FILES TO CREATE --- # @@ -359,8 +354,6 @@ EOT contents => HT_DEFAULT_DENY }, 'scripts/.htaccess' => { perms => WS_SERVE, contents => HT_DEFAULT_DENY }, - 'docker/.htaccess' => { perms => WS_SERVE, - contents => HT_DEFAULT_DENY }, 't/.htaccess' => { perms => WS_SERVE, contents => HT_DEFAULT_DENY }, 'xt/.htaccess' => { perms => WS_SERVE, -- cgit v1.2.3-24-g4f1b