spacewalk-api-scripts
spacewalk-api-scripts copied to clipboard
Addon script for spacewalk to sync RHN packages to a local spacewalk server
It would be really nice if spacewalk-remove-old-packages had a -A / --all-channels option to parse through all channels. Currently I am looping through the output provided by spacecmd softwarechannel_list. I...
Could be a good idea to have an option to clean all packages keeping only a max number of versions by package. For example to keep 5 last versions of...
Hi, I am trying to use the create yum repo script and I received the following error. # /usr/local/bin/spacewalk-create-yumrepo.py -s ghslspacewalk.ds.src.bah.com -u swadmin -p xxxx -c spacewalk_client-2.3-centos7-x86_64 -d /var/www/html/pub/spacewalk-client/CentOS/7/ Generating...
I am on Centos 7 with spacewalk 2.7 I created a channel and repo pointing to http://yum.spacewalkproject.org/2.7-client/RHEL/7/x86_64/ I can verify that all 25 packages from that repo got synced in...
I get the following error when running spacewalk-create-yumrepo with the default number of processes: `ssl.SSLError: [SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac (_ssl.c:1936)` Running with `-pcount=1 works` I think it...