Difference between revisions of "Namcap Reports"
m |
(removed merge request--namcap and this article are separate topics) |
||
Line 1: | Line 1: | ||
[[Category:Package management (English)]] | [[Category:Package management (English)]] | ||
− | + | [[namcap]] is an utility for Arch Linux which helps in automatic detection of common mistakes and errors in [[PKGBUILD]]s. '''namcap-reports''', http://abhidg.mine.nu/arch/namcap-reports, is an automatically generated report obtained after running namcap against the core, extra and community trees. | |
− | |||
− | namcap is an utility for Arch Linux which helps in automatic detection of common mistakes and errors in | ||
− | namcap-reports | ||
How it works: | How it works: | ||
+ | * namcap is run against the entire [[ABS]] tree to make {{filename|namcap.log}}. | ||
+ | * The packages in core, extra and community are put in files named core, extra and community respectively (using {{codeline|pacman -Slq}}). | ||
+ | * {{filename|namcap-report.py}} takes the code and prepares the report and RSS feeds, which is then copied to the webserver. | ||
− | + | The code can be found in Git: http://github.com/abhidg/namcap-reports. | |
− | |||
− | |||
− | |||
− | The code can be found in | ||
− | |||
− | |||
+ | ==Reports== | ||
+ | {{Message_box| | ||
+ | id = translateme| | ||
+ | backgroundcolor = beige| | ||
+ | signalcolor = beige| | ||
+ | signal = [[Image:Tango-view-fullscreen.png]]| | ||
+ | heading = This section needs expansion. | | ||
+ | message = Further information might be found on the talk page or may need to be cited from outside sources. Please remove this message once the section has been expanded. }} | ||
+ | [[Category:Expansion|{{PAGENAME}}]] | ||
Here is a list of errors and warnings which have a wiki page to track their progress: | Here is a list of errors and warnings which have a wiki page to track their progress: | ||
− | + | *[[Missing licenses]] | |
− | * [[Missing licenses]] |
Revision as of 05:23, 9 December 2009
namcap is an utility for Arch Linux which helps in automatic detection of common mistakes and errors in PKGBUILDs. namcap-reports, http://abhidg.mine.nu/arch/namcap-reports, is an automatically generated report obtained after running namcap against the core, extra and community trees.
How it works:
- namcap is run against the entire ABS tree to make Template:Filename.
- The packages in core, extra and community are put in files named core, extra and community respectively (using Template:Codeline).
- Template:Filename takes the code and prepares the report and RSS feeds, which is then copied to the webserver.
The code can be found in Git: http://github.com/abhidg/namcap-reports.
Reports
Template:Message box Here is a list of errors and warnings which have a wiki page to track their progress: