|
Bugzilla – Full Text Bug Listing |
| Summary: | the lines of code over time graph can't be generated automatically | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | general | Assignee: | Faker Moatamri <faker.moatamri> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | tomh |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | locinfo file | ||
|
Description
Mathieu Lacage
2009-04-02 03:23:37 UTC
There are several cron jobs that run on the server as user nsnam (see ~nsnam/bin). Another script like locinfo could be added there. I could never run the old locinfo.py successfully as an hg extension, but I suppose it could be run outside of mercurial, in combination with the gnuplot instructions you show above. The python code is available in locinfo/locinfo.py in the repository: http://code.nsnam.org/scripts It generates a png file, the usage syntax is: ./locinfo.py -o outputfile -r /path/to/repository It needs a local repository to compute and generate the graph. Regards Faker |