Closed okurz closed 8 years ago
how can I know which repos to add and which not? I checked with
for i in $(sed -n 's/^.*url>\(.*\)<\/url>/\1/p' YaST/Repos/_openSUSE_Leap_42.2_Additional.xml YaST/Repos/_openSUSE_Leap_42.2_Additional.xml.in YaST/Repos/_openSUSE_Leap_42.2_Default.xml YaST/Repos/_openSUSE_Leap_42.2_Default.xml.in YaST/Repos/openSUSE_Leap_42.2_Servers.xml YaST/Repos/openSUSE_Leap_42.2_Servers.xml.in) ; do echo -n "$i: " && curl --silent $i | grep 'Error 404' ; done
which is telling me there are some repos but many also don't exist.
Caution: I don't have any idea what I am doing. Just bluntly applying
which will maybe fix https://openqa.opensuse.org/tests/225803#step/upgrade_select/9 and alike.