Closed
Bug 285466
Opened 20 years ago
Closed 13 years ago
Add documentation for --regenerate option to collectstats.pl
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: shane.h.w.travis, Assigned: LpSolit)
References
Details
Attachments
(1 file, 2 obsolete files)
|
4.17 KB,
patch
|
gerv
:
review+
|
Details | Diff | Splinter Review |
This bug tracks the documentation additions needed for bug 80157.
| Reporter | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Whiteboard: 2.18 Enhancement Documentation
Comment 1•19 years ago
|
||
Attachment #206857 -
Flags: review?(documentation)
Updated•19 years ago
|
Assignee: shane.h.w.travis → bmo
Status: ASSIGNED → NEW
Comment 2•19 years ago
|
||
Comment on attachment 206857 [details] [diff] [review] patch for tip >+ <para> >+ When upgrading Bugzilla, this format may change. >+ To create new status data, (re)move old data and run following commands: >+ </para> >+ >+ <screen> >+ <prompt>bash$</prompt> >+ <command>cd <your-bugzilla-directory></command> >+ <prompt>bash$</prompt> >+ <command>./collectstats.pl --regenerate</command> >+ </screen> >+ should be "run the following" but other than that, it looks good and compiles correctly.
Attachment #206857 -
Flags: review?(documentation) → review+
Comment 3•19 years ago
|
||
Checked in: Trunk: Checking in docs/xml/installation.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/installation.xml,v <-- installation.xml new revision: 1.106; previous revision: 1.105 done 2.20: Checking in docs/xml/installation.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/installation.xml,v <-- installation.xml new revision: 1.98.2.9; previous revision: 1.98.2.8 done 2.18 Checking in docs/xml/installation.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/installation.xml,v <-- installation.xml new revision: 1.72.2.24; previous revision: 1.72.2.23 done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 2.18
| Assignee | ||
Comment 4•16 years ago
|
||
What the patch says is completely wrong. You don't have to pass --regenerate when upgrading. This overrides all the current data, which is something you don't want, and it requires several *days* to complete on large installations. You should *only* use it if you deleted your data by accident and want to regenerate them, as the option says. Backing out the patch on all branches (a=mkanat on IRC). tip: Checking in docs/en/xml/installation.xml; /cvsroot/mozilla/webtools/bugzilla/docs/en/xml/installation.xml,v <-- installation.xml new revision: 1.160; previous revision: 1.159 done 3.2rc1: Checking in docs/en/xml/installation.xml; /cvsroot/mozilla/webtools/bugzilla/docs/en/xml/installation.xml,v <-- installation.xml new revision: 1.157.2.2; previous revision: 1.157.2.1 done 3.0.5: Checking in docs/xml/installation.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/Attic/installation.xml,v <-- installation.xml new revision: 1.136.2.15; previous revision: 1.136.2.14 done 2.22.5: Checking in docs/xml/installation.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/Attic/installation.xml,v <-- installation.xml new revision: 1.107.2.22; previous revision: 1.107.2.21 done 2.20.6: Checking in docs/xml/installation.xml; /cvsroot/mozilla/webtools/bugzilla/docs/xml/Attic/installation.xml,v <-- installation.xml new revision: 1.98.2.26; previous revision: 1.98.2.25 done
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: 2.18 Enhancement Documentation
Target Milestone: Bugzilla 2.18 → ---
| Assignee | ||
Updated•16 years ago
|
Attachment #206857 -
Flags: review-
| Assignee | ||
Comment 5•16 years ago
|
||
Comment on attachment 206857 [details] [diff] [review] patch for tip See my previous comment.
Updated•15 years ago
|
Whiteboard: [needs new patch]
| Assignee | ||
Updated•15 years ago
|
Assignee: spam → documentation
| Assignee | ||
Comment 6•13 years ago
|
||
Also, the documentation should be in collectstats.pl itself, and be accessible using ./collectstats.pl --help.
| Assignee | ||
Comment 7•13 years ago
|
||
This patch also removes the obsolete comment which I forgot to remove while fixing bug 672173.
Assignee: documentation → LpSolit
Attachment #206857 -
Attachment is obsolete: true
Status: REOPENED → ASSIGNED
Attachment #548330 -
Flags: review?(gerv)
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [needs new patch]
Target Milestone: --- → Bugzilla 4.2
Comment 8•13 years ago
|
||
Comment on attachment 548330 [details] [diff] [review] patch, v1 There's a way to write POD that generates much better Options stuff than that and is still viewable in web format. A few of our command-line scripts are using it. I think contrib/recode is one of them.
Attachment #548330 -
Flags: review?(gerv) → review-
| Assignee | ||
Comment 9•13 years ago
|
||
Attachment #548330 -
Attachment is obsolete: true
Attachment #548345 -
Flags: review?(gerv)
Comment 10•13 years ago
|
||
Comment on attachment 548345 [details] [diff] [review] patch, v2 Looks OK to me :-) Gerv
Attachment #548345 -
Flags: review?(gerv) → review+
| Assignee | ||
Comment 12•13 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/ modified collectstats.pl modified docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm Committed revision 7874.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•