Project

General

Profile

action #37141

Updated by lnussel almost 6 years ago

the rsync.pl script needs to be adjust to sync the isos to openQA 

 when doing that the directory for changes needs to be created 
   # cd /var/lib/snapshot-changes/opensuse/ 
   # mkdir 15.0 
   # chown factory-news 15.0 
   # setfacl -m u:geekotest:rwx 15.0 

 run rsync.pl and make sure an entry is created in snapshot-changes. Then symlink the current build: 
   
 # sudo -u geekotest BUILDNR current 

 edit /etc/apache2/conf.d/factory-package-news.conf for the new release

Back