diff options
author | Byron Jones <bjones@mozilla.com> | 2013-04-22 18:54:36 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-04-22 18:54:36 +0200 |
commit | d07b2dda47346c3c5b94c3019d0fdfa5165247eb (patch) | |
tree | b075f34b742726a3dd0ef94559646e09db255d71 /Bugzilla/Install | |
parent | baf36f72baa2095b92b298fd45d9cbb522cdca87 (diff) | |
download | bugzilla-d07b2dda47346c3c5b94c3019d0fdfa5165247eb.tar.gz bugzilla-d07b2dda47346c3c5b94c3019d0fdfa5165247eb.tar.xz |
Bug 750170: switch from arecibo to sentry for error reporting
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 86978163b..1abac0154 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -159,7 +159,7 @@ sub FILESYSTEM { 'runtests.pl' => { perms => OWNER_EXECUTE }, 'jobqueue.pl' => { perms => OWNER_EXECUTE }, 'migrate.pl' => { perms => OWNER_EXECUTE }, - 'arecibo.pl' => { perms => OWNER_EXECUTE }, + 'sentry.pl' => { perms => OWNER_EXECUTE }, 'install-module.pl' => { perms => OWNER_EXECUTE }, 'Bugzilla.pm' => { perms => CGI_READ }, |