RSS

(root)/bugzilla/4.0 : 5304 : contrib/sendbugmail.pl

To get this branch, use:
bzr branch /bugzilla/4.0

« back to all changes in this revision

Viewing changes to contrib/sendbugmail.pl

mkanat%bugzilla.org
2007-10-19 04:46:10
Revision ID: cvs-1:mkanatbugzilla.org-20071019114610-33dgtz2p2zfawdch
Bug 399954: Make Bugzilla able to hold its dependencies in a local directory
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

Show diffs side-by-side

added added

removed removed

4
4
#
5
5
# Nick Barnes, Ravenbrook Limited, 2004-04-01.
6
6
#
7
 
# $Id: sendbugmail.pl,v 1.7 2006/07/03 21:42:47 mkanat%bugzilla.org Exp $
 
7
# $Id: sendbugmail.pl,v 1.8 2007/10/19 06:46:17 mkanat%bugzilla.org Exp $
8
8
9
9
# Bugzilla email script for Bugzilla 2.17.4 and later.  Invoke this to send
10
10
# bugmail for a bug which has been changed directly in the database.
14
14
15
15
# Usage: perl -T contrib/sendbugmail.pl bug_id user_email
16
16
 
17
 
use lib qw(.);
 
17
use lib qw(. lib);
18
18
 
19
19
use Bugzilla;
20
20
use Bugzilla::Util;

Loggerhead 1.18.1 is a web-based interface for Bazaar branches