Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Jan 11, 2006
1 parent 80fa2f1 commit d760abe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README
Expand Up @@ -20,6 +20,8 @@ And issuing the following script:

This will copy all errata as XML files into ./aerrata/advisories/

Currently aerrate only implements security advisories, not bugs or enhancements.


USING SARAH
^^^^^^^^^^^
Expand All @@ -41,6 +43,11 @@ The sarahinfo utility currently shows how to query the database. Not all informa
is currently available in the XML files. Red Hat will be releasing these XML files
in the future with much more info.

I also added sarahsql to allow to query the database on the commandline, you can
things in bash, like:

./sarahsql.py 'select distinct filename from rpm where advid == "RHSA-2005:039" order by filename'

Help is welcome to extend sarah much further. The TODO file is the first stop for
interesting parties.

Expand Down

0 comments on commit d760abe

Please sign in to comment.