summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-08-30 19:01:29 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-08-30 19:01:29 +0200
commit2d12418540cc968eaed349a30f99284be5365469 (patch)
tree06a02403a174ca49dd6f77cc765767131ca08ef2 /Bugzilla
parent9afe0ffb9f0d683cfacfa1914c6b90f92cb476cf (diff)
downloadbugzilla-2d12418540cc968eaed349a30f99284be5365469.tar.gz
bugzilla-2d12418540cc968eaed349a30f99284be5365469.tar.xz
Bug 1290580 - Rebase docker infra off of CentOS 6
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Install/Filesystem.pm7
1 files changed, 0 insertions, 7 deletions
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,