uh_parser/README.txt
author William Roberts <williamr@symbian.org>
Thu, 30 Sep 2010 11:54:42 +0100
changeset 325 28c70cc5e86f
parent 178 1120793f41b2
permissions -rw-r--r--
Add --norev option to ignore the revision information in packagelists (mostly for the default hg pull behaviour) Improve the csv file parsing to allow spaces in the comma-separated information Remove the export_control_special_case in line with the main website practice Add a distinct hostname for the pushurl, so we pull from "developer.symbian.org" and push to "developer-secure.symbian.org"
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
178
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
UH PARSER for Raptor
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     3
This parser reads one or more Raptor log files, extracts the interesting bits
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
and puts them into a set of HTML files, making it easy to spot the failures and
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
see the related log snippets.
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
Use as shown below:
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
perl uh.pl FILE1 FILE2 ...
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
where the FILEs are the output of a Raptor build i.e. sbs <your args> -f FILE
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
After running the tool the summary HTML file will be located at html/index.html
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
1120793f41b2 Add README file for uh parser
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
More information on the tools can be obtained with the --help option.