Actions
action #61497
closedfix link on openqa.opensuse.org for goldmaster DVD
Description
the maintenance tests expect a goldmaster DVD. A hard or symlink was installed during beta phase at /var/lib/openqa/factory/iso/fixed that points to a specific build. Change the link to point to the iso that is the goldmaster.
Updated by lnussel over 5 years ago
- Copied from action #47747: fix link on openqa.opensuse.org for goldmaster DVD added
Updated by okurz almost 5 years ago
- Status changed from New to Resolved
There was already a file "openSUSE-Leap-15.2-DVD-x86_64.iso" from Jun 10 which I overwrote with the latest build. What I did:
cd /var/lib/openqa/share/factory/iso/fixed && for flavor in DVD NET; do ln -f ../openSUSE-Leap-15.2-$flavor-x86_64-Build692.2-Media.iso openSUSE-Leap-15.2-$flavor-x86_64.iso; done
Actions