Project

General

Profile

action #129460

Updated by JERiveraMoya 3 months ago

#### Motivation 
 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. 

 #### Acceptance criteria 
 **AC1** *AC1* : find out which products are necessary for SMT and RMT servers 
 **AC2** *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** *AC3* : Create scripts with sufficient comments/documentation for easy maintenance, that will automate the SMT/RMT maintenance. 
 **AC4** *AC4* : Update confluence page

Back