Title: [175136] trunk/Websites/bugs.webkit.org/Bugzilla/Install/Filesystem.pm
Revision
175136
Author
[email protected]
Date
2014-10-23 12:42:03 -0700 (Thu, 23 Oct 2014)

Log Message

Teach Bugzilla how to set permissions for *.js files correctly

* Bugzilla/Install/Filesystem.pm:
(Bugzilla::Install::Filesystem::FILESYSTEM): Set permissions for
*.js files correctly when checksetup.pl is run.

Modified Paths

Diff

Modified: trunk/Websites/bugs.webkit.org/Bugzilla/Install/Filesystem.pm (175135 => 175136)


--- trunk/Websites/bugs.webkit.org/Bugzilla/Install/Filesystem.pm	2014-10-23 19:38:26 UTC (rev 175135)
+++ trunk/Websites/bugs.webkit.org/Bugzilla/Install/Filesystem.pm	2014-10-23 19:42:03 UTC (rev 175136)
@@ -167,6 +167,7 @@
         'mod_perl.pl'   => { perms => WS_SERVE },
         'robots.txt'    => { perms => WS_SERVE },
         '.htaccess'     => { perms => WS_SERVE },
+        '*.js'          => { perms => WS_SERVE }, # WEBKIT_CHANGES
 
         'contrib/README'       => { perms => OWNER_WRITE },
         'contrib/*/README'     => { perms => OWNER_WRITE },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to