Project

General

Profile

action #129460

Updated by syrianidou_sofia 12 months ago

When we have to do manual testing for milestone builds, there is a procedure that can be automated, described [here](https://confluence.suse.com/pages/viewpage.action?pageId=1118405556) 
 We should try to create scripts in order to make the procedure much faster and also include some clean up in the beginning on each script, in order to avoid running out of space on the SMT/RMT servers due to hoarding of old updates/products. 

 *AC1* : find out which products are necessary for SMT and RMT servers 
 *AC2* : find ways to efficiently clean up the old data e.g. smt-mirror --cleanup will remove majority of data from /srv/www/htdocs/SUSE/ but will leave the old unused product directories there, so on next cleanup, we need to wait for these directories to be scanned as well.  
 *AC3* : Create scripts with sufficient comments/documentation commends/documentation for easy maintenance, that will automate the SMT/RMT maintenance. 
 *AC4* : Update confluence page

Back