diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-15 20:00:35 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-15 20:00:35 +0000 |
commit | aa6cce46e412a13c14c7afeb3d3970af84581128 (patch) | |
tree | e6aeef995c1368f75a0a76927fa1200a8b041a9e /HOWTO_EDIT | |
parent | e00a8766ec8677cc51589098927fa66002c08d58 (diff) |
Added "how to add a package update to bugzilla"
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@672 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'HOWTO_EDIT')
-rw-r--r-- | HOWTO_EDIT | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/HOWTO_EDIT b/HOWTO_EDIT index 60a1cca6a..4aac476e4 100644 --- a/HOWTO_EDIT +++ b/HOWTO_EDIT @@ -96,3 +96,21 @@ re-create the tarball every time. Just update all the symlinks and create a new tarball once that includes all your updated packages. +* Adding a new package update to Bugzilla + +1) Login to bugzilla + +2) Open bug #30 + +3) Check if the package is listed from a previous update + +4) If so, reopen it and change the version number to match the new one + +5) If not, add a new bug and fill it out as usual + +6) When added, go back to the new bug and under "Bug xx depends on" +enter "30" so that this new bug is added to the parent bug #30 + +7) Click on "Commit" to commit this change + + |