aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2008-06-01 18:15:20 -0400
committerMark Loeser <halcy0n@gentoo.org>2008-06-01 18:15:20 -0400
commit571d9a9e2683f4f61d5387b7b7ff559f175303bb (patch)
treeb1a09f026186c671b55d751448263879648905b3 /gentoo-scripts/DOCS
parentAdding base file (diff)
downloadrbot-gentoo-571d9a9e2683f4f61d5387b7b7ff559f175303bb.tar.gz
rbot-gentoo-571d9a9e2683f4f61d5387b7b7ff559f175303bb.tar.bz2
rbot-gentoo-571d9a9e2683f4f61d5387b7b7ff559f175303bb.zip
Initial commit of this. Very very rough, does the following:
!meta !changelog !devaway
Diffstat (limited to 'gentoo-scripts/DOCS')
-rw-r--r--gentoo-scripts/DOCS55
1 files changed, 55 insertions, 0 deletions
diff --git a/gentoo-scripts/DOCS b/gentoo-scripts/DOCS
new file mode 100644
index 0000000..fd80095
--- /dev/null
+++ b/gentoo-scripts/DOCS
@@ -0,0 +1,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