Files for "' + ', '.join(tagNames) + '"\n
\n
\n'
25 |
26 | for path in paths:
27 | name = path.split('/')[-1]
28 | encodedpath = path.replace(' ','%20')
29 | link = '' + name + ''
30 | out += '- ' + link + '
\n'
31 |
32 | out += '
\n'
33 |
34 | punakea_link = 'punakea://' + '/'.join(tagNames)
35 | click_here = '
Show "' + ', '.join(tagNames) + '" in Punakea'
36 |
37 | out += '
\n' + click_here
38 | out += '
\n'
39 |
40 | return out
--------------------------------------------------------------------------------
/scripts/symbolizechrashlog.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | AWK_SCRIPT=/tmp/symbolizecrashlog_$$.awk
4 | SH_SCRIPT=/tmp/symbolizecrashlog_$$.sh
5 |
6 | if [[ $# < 2 ]]
7 | then
8 | echo "Usage: $0 [ -arch