summaryrefslogtreecommitdiffstats
path: root/contrib/README
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-08-27 11:15:16 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-08-27 11:15:16 +0200
commitdd0e1c27011f13edc0083078ebef7d061822cff7 (patch)
treec8e57146d9cfb1058896080040a1ea24e90a66a2 /contrib/README
parent4f023328eeab5dd137263a2488fb8ef307170f07 (diff)
downloadbugzilla-dd0e1c27011f13edc0083078ebef7d061822cff7.tar.gz
bugzilla-dd0e1c27011f13edc0083078ebef7d061822cff7.tar.xz
Bug 680594: Remove contrib/yp_nomail.sh
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README18
1 files changed, 1 insertions, 17 deletions
diff --git a/contrib/README b/contrib/README
index 32a5b6488..f4e40e4a3 100644
--- a/contrib/README
+++ b/contrib/README
@@ -8,19 +8,13 @@ This file is encoded in UTF8 for purposes of contributor names.
This directory includes:
-bugzilla_ldapsync.rb -- Script that can be run via Cron that queries an LDAP
- server for e-mail addresses to add Bugzilla users
- for. Will optionally disable Bugzilla users with
- no matching LDAP record. Contributed by Thomas
- Stromberg <thomas+bugzilla@stromberg.org>.
-
bugzilla-submit/ -- A standalone bug submission program.
bzdbcopy.pl -- A script to copy data from an installation running
on one DB platform to an installation running on
another DB platform.
-bz_webservice_demo.p -- An example script that demonstrates how to talk to
+bz_webservice_demo.pl -- An example script that demonstrates how to talk to
Bugzilla via XMLRPC.
cmdline/ -- Various commands for querying your Bugzilla
@@ -30,13 +24,6 @@ bz_webservice_demo.p -- An example script that demonstrates how to talk to
from a given directory. The log is useful when
changes need to be backed out.
- gnatsparse/ -- A Python script used to import a GNATS database
- into Bugzilla.
-
- gnats2bz.pl -- A Perl script to help import bugs from a GNATS
- database into a Bugzilla database. Contributed by
- Tom Schutter <tom@platte.com>.
-
jb2bz.py -- Script to import bugs from JitterBug to Bugzilla.
merge-users.pl -- Script to merge two user accounts. The activities
@@ -68,6 +55,3 @@ sendunsentbugmail.pl -- Script to find bugs with un-sent mail and to
missing users to Bugzilla. Can disable/update
non-existing/changed information. Contributed by
Andreas Höfler <andreas.hoefler@bearingpoint.com>.
-
- yp_nomail.sh -- Script that can be run via Cron that regularly updates
- the nomail file for terminated employees.