Hi, I've written a few python scripts in the past against the Satellite/Spacewalk API, and I was hoping I could have them put into the contrib repo as examples for other people.
The three scripts I've written are: http://people.redhat.com/bholden/scripts/merge-errata-to-channel/ http://people.redhat.com/bholden/scripts/misc-satellite-scripts/satserver-listmachines.py http://people.redhat.com/bholden/scripts/create-release/ The merge-errata and create-release scripts both should have READMEs. The function of merge-errata is to take a source and target channel and an end date and patch the target from source upto the date. The create-release script will take in a manifest file with a listing of RPMs and search the Spacewalk server trying to build a channel with those RPMs as its contents. The only one that doesn't have a README is the listmachines reporting script, which logs into the spacewalk server and generates a CSV report of machines managed. Hopefully these are of use to someone. -brent _______________________________________________ Spacewalk-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-devel
