This repository was archived by the owner on Oct 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
globau/bugzilla-dev-manager
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
installation
- create two directories:
/opt/bugzilla/htdocs
/opt/bugzilla/repo
- configure apache to share htdocs as the document root
- copy the contents of www/ into the htdocs directory
- copy bz-dev.conf-sample to /etc/bz-def.conf and edit
- checkout the repo's you want to work on under the repo directory
eg.
/opt/bugzilla/repo/bugzilla/trunk
/opt/bugzilla/repo/bmo/4.2
- (optional) source the bash_aliases script in your login script
workflow
- use 'bz new <bug_id> [repo] [db]
- fix bugs
- add files to git's staging area ('git add <file>[..]')
- run 'bz diff' to run tests and generate a patch
- attach patch to bugzilla bug for review
- if further work required, update, 'git add', 'bz diff'
- if ready for commit, run 'bz commit'
About
bugzilla dev env manager
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published