Actions
action #99963
closed[qe-core] enable iso syncing to openQA
Description
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¶
chown factory-news 15.4¶
setfacl -m u:geekotest:rwx 15.4¶
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
Actions