aboutsummaryrefslogtreecommitdiff
blob: fd80095da65256266d1f6de4ebb49fb95d377252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
devaway INPUT
-------------
1. Set $who to 'list'
2. If any username, validate and set in $who
2. http://dev.gentoo.org/devaway/index-csv.php?who=$who

glsa INPUT
----------
0. Validate input. Valid chars: "-1234567890"
1. Take exact GLSA string (200710-30)
2. Display title and CAN/CVE reference.

glsa -s INPUT
-------------
1. Validate input. Valid chars: "./>=-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
2. glsa-check --nocolor -l 2> /dev/null | grep -i -- "$input" | sort -rn 

earch PACKAGE
-------------
1. Validate input. Valid chars: "./>=-1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
2. Use earch.sh tool.

expn ALIAS
----------
wget -O - -q http://dev.gentoo.org/~solar/.alias | grep ^${arg}

ddep PACKAGE
------------
1. Validate against http://tinderbox.x86.dev.gentoo.org/misc/rindex/.rindex
2. http://tinderbox.dev.gentoo.org/misc/rindex/${CAT}/${PN}
3. See grabrdeps.sh

rdep PACKAGE
------------
1. Validate against http://tinderbox.x86.dev.gentoo.org/misc/rindex/.rindex
2. http://tinderbox.dev.gentoo.org/misc/rindex/${CAT}/${PN}
3. See grabrdeps.sh

maintainer PACKAGE
------------------
see maintainer.py

metadata PACKAGE
----------------
see metadata.py

herds ....
-----
1. On a timer, call herds.sh to update the herds.xml
2. see herds.py
3. See not-a-herd.txt as well

changelog ....
---------
see changelog.py