<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>On 2012-10-15 15:17, Franky Van Liedekerke wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">
<p>Yet another errata clone script ... for CentOS and RedHat<br /><br /><br />For CentOS:<br />- first some shell calls to get the latest announces from the centos archive<br />  (but not by scraping the announces list, but getting digests, much less<br />  traffic then)<br />  You can change the number of announces anyway you want by changing the<br />  wget command to your liking<br />- then the perl script comes along, parsing the digest files and looking in 1<br />  channel (yes, one) for package availability and creating the errata there.<br />  It has optional integration with RHN for notes, description, topic info, and<br />  CVE's and/or can use the OVAL file like the errata-import.pl script does.<br />  The created errata gets a suffix based on the OS version and architecture<br />  (e.g. ":C5-64" or "C6-32"), because the same errata can exist for multiple<br />  OS versions and architectures (and creating the errata for more than one<br />  base channel would result in packages being copied which is a mess again).<br />  Also a proxy can be defined for spacewalk and or RHN servers<br />Or, for RedHat:<br />- log in to RHN, get the errata for the specified channel<br />  (possibility to define the date range)<br />- then follow the same logic as for CentOS</p>
<p> </p>
</blockquote>
<p>For the persons interested in using my script:</p>
<p>- I confirmed it to be working for RHEL4 (Extended support), RHEL5, RHEL6 errata and for CentOS 5 and 6 (32 and 64bit)<br />- something I forgot to mention in the original mail: proxy support is in there (just not authenticated, but that can be added if wanted)</p>
<p>See github for the latest version (some small bugfixes have been made): https://github.com/liedekef/spacewalk_scripts</p>
<p>Feedback is greatly appreciated!</p>
<p>Franky</p>
<div> </div>
</body></html>