Actions
action #52049
closedenable 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.1
# chown factory-news 15.1
# setfacl -m u:geekotest:rwx 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
Updated by lnussel over 5 years ago
- Copied from action #37141: enable iso syncing to openQA added
Updated by lnussel over 5 years ago
- Blocked by action #52040: setup openQA added
Updated by okurz over 5 years ago
- Status changed from New to Feedback
- Assignee set to okurz
https://gitlab.suse.de/openqa/scripts/merge_requests/359 adds support, directory structure for snapshot-changes setup. Errors:
+++ Rsync errors:
rsync: change_dir "/build/openSUSE:Leap:15.2:ToTest/images" (in opensuse-internal) failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1674) [Receiver=3.1.3]
Updated by okurz over 5 years ago
- Status changed from Feedback to Resolved
communicated the current state to lkocman, rest should probably be done with #52067
Actions