Project

General

Profile

action #99963

Updated by lkocman over 2 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.4 15.1 

   # chown factory-news 15.4 15.1 

   # setfacl -m u:geekotest:rwx 15.4 15.1 



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

   # sudo -u geekotest ln -s $BUILDNR current 



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

Back