aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2008-05-31 21:22:37 -0400
committerMark Loeser <halcy0n@gentoo.org>2008-05-31 21:22:37 -0400
commit0ddba86c9aabcc60e2b8caba46d5303084459693 (patch)
treec732a4738db86d647af3024d0ad553523094dbb8
downloadrbot-gentoo-0ddba86c9aabcc60e2b8caba46d5303084459693.tar.gz
rbot-gentoo-0ddba86c9aabcc60e2b8caba46d5303084459693.tar.bz2
rbot-gentoo-0ddba86c9aabcc60e2b8caba46d5303084459693.zip
Adding base file
-rw-r--r--DOCS53
1 files changed, 53 insertions, 0 deletions
diff --git a/DOCS b/DOCS
new file mode 100644
index 0000000..cd03028
--- /dev/null
+++ b/DOCS
@@ -0,0 +1,53 @@
+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 ....
+-----
+see herds.py
+
+changelog ....
+---------
+see changelog.py