diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 18:36:27 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 22:41:31 +0200 |
commit | 5d6d68697dceec6a8c5a8947118abe527ad09ba1 (patch) | |
tree | 569fd48de25510b93437775aedb5605295e2c5bb /Bugzilla/Install | |
parent | f63319ac7da3fc3f9107c21ad715b8af9566fde4 (diff) | |
download | bugzilla-5d6d68697dceec6a8c5a8947118abe527ad09ba1.tar.gz bugzilla-5d6d68697dceec6a8c5a8947118abe527ad09ba1.tar.xz |
Remove metrics stuff
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 094226891..003be22e4 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -225,7 +225,6 @@ sub FILESYSTEM { 'runtests.pl' => { perms => OWNER_EXECUTE }, 'jobqueue.pl' => { perms => OWNER_EXECUTE }, 'migrate.pl' => { perms => OWNER_EXECUTE }, - 'metrics.pl' => { perms => WS_EXECUTE }, 'Makefile.PL' => { perms => OWNER_EXECUTE }, 'gen-cpanfile.pl' => { perms => OWNER_EXECUTE }, 'jobqueue-worker.pl' => { perms => OWNER_EXECUTE }, |