]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1290580 - Rebase docker infra off of CentOS 6
authorDavid Lawrence <dkl@mozilla.com>
Tue, 30 Aug 2016 17:01:29 +0000 (17:01 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 30 Aug 2016 17:01:29 +0000 (17:01 +0000)
Bugzilla/Install/Filesystem.pm

index ddf5c16d36302a072f696f9d7a0d142612d011b9..4a773f51120a9c893422bf9222ef4a80c6ad5ca1 100644 (file)
@@ -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,