Linux FAQ's & Manuals
- Linux Scripts
- Debian Install
- Bash For Beginners
- Bugzilla
- Consultants Guide
- GCC Manual
- Linux Command Line Tools
- Gnu Pascal Coding Standards
- Linux Installation Disk
- Labolatorium Linux(PL)
- Budowa systemu Linux(PL)
- Linux Dictionary
- Network Administrators
- Rescue Disk for Linux
- Red Hat Installation
- Red Hat Customization
- Red Hat Getting Started
- Red Hat Security
- Secure & Optimize
- Slackware Manual
- Suse Support
- Suse FAQ
Garrett: "A while ago, the Ubuntu Technical Board were asked to take a look at Automatix. I've finally got around to doing so, and here are my initial conclusions..."
What Do You Want to Hear from Dell About its Linux Plans?
DesktopLinux: "In an unusual move, Dell is asking its users what they want Dell CTO Kevin Kettler to talk about at next week's LinuxWorld trade show at San Francisco's Moscone Center..."
Linux: Reliability, Availability. and Serviceability
KernelTrap: "A recent patch posted to the lkml aimed to make it possible to use both kdb and kdump at the same time, and instead led to an interesting discussion about RAS tools..."
FSF Prepares a New "Libre Planet" Campaign
Libervis: "In a letter that recently came with Free Software Foundation's Bulletin Peter Brown poses an invitation to 'help us build Libre planet...'"
Unforked Ghostscript Released, Now Under the GPL, and Works with CUPS
Ars Technica: "Ghostscript releases are not normally newsworthy since they are frequent and incremental, but this release is special..."
5.9. integrating bugzilla with third-party tools
5.9.1. bonsai
bonsai is a web-based tool for managing cvs, the concurrent versioning system . using bonsai, administrators can control open/closed status of trees, query a fast relational database back-end for change, branch, and comment information, and view changes made since the last time the tree was closed. bonsai also integrates with tinderbox, the mozilla automated build management system.
5.9.2. cvs
cvs integration is best accomplished, at this point, using the bugzilla email gateway.
follow the instructions in this guide for enabling bugzilla e-mail integration. ensure that your check-in script sends an email to your bugzilla e-mail gateway with the subject of "[bug xxxx]", and you can have cvs check-in comments append to your bugzilla bug. if you want to have the bug be closed automatically, you'll have to modify the contrib/bugzilla_email_append.pl script.
there is also a cvszilla project, based upon somewhat dated bugzilla code, to integrate cvs and bugzilla through cvs' ability to email. check it out at: http://homepages.kcbbs.gen.nz/~tonyg/.
5.9.3. perforce scm
you can find the project page for bugzilla and teamtrack perforce integration (p4dti) at: http://www.ravenbrook.com/project/p4dti . "p4dti" is now an officially supported product from perforce, and you can find the "perforce public depot" p4dti page at http://public.perforce.com/public/perforce/p4dti/index.html .
integration of perforce with bugzilla, once patches are applied, is seamless. perforce replication information will appear below the comments of each bug. be certain you have a matching set of patches for the bugzilla version you are installing. p4dti is designed to support multiple defect trackers, and maintains its own documentation for it. please consult the pages linked above for further information.