summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-03-24 02:59:11 +0100
committerjocuri%softhome.net <>2004-03-24 02:59:11 +0100
commitec4dad5487ebd3e5347a9b631d486fbf83576a95 (patch)
treebb321e8a3bec36c969c10f126598ae7aa2ebf572 /contrib
parent4f34313cfb5af82f9a2cde9413a214cf0973a944 (diff)
downloadbugzilla-ec4dad5487ebd3e5347a9b631d486fbf83576a95.tar.gz
bugzilla-ec4dad5487ebd3e5347a9b631d486fbf83576a95.tar.xz
Patch for bug 238396: update the README file for the gnatsparse project; patch by Daniel Berlin <dberlin@dberlin.org>; a=justdave.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/gnatsparse/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/gnatsparse/README b/contrib/gnatsparse/README
index 737bd18eb..f7cf01c68 100755
--- a/contrib/gnatsparse/README
+++ b/contrib/gnatsparse/README
@@ -42,3 +42,21 @@ Documentation
Documentation can be found inside the scripts. The source code is self
documenting.
+Issues for someone trying to use it to convert a gnats install
+-----------------------------------
+
+1. We have three custom fields bugzilla doesn't ship with,
+gcchost, gcctarget, and gccbuild.
+We removed two bugzilla fields, rep_platform and op_sys.
+If you use the latter instead of the former, you'll need to
+update the script to account for this.
+2. Because gcc attachments consist of preprocessed source, all attachments
+inserted into the attachment database are compressed with zlib.compress.
+This requires associated bugzilla changes to decompress before sending to
+the browser.
+Unless you want to make those changes (it's roughly 3 lines), you'll
+need to remove the zlib.compress call.
+3. You will need to come up with your own release to version mapping and
+install it.
+4. Obviously, any extra gnats fields you have added will have to
+be handled in some manner.