action #16842
check which packages turned into a fork
Start date:
2017-04-28
Due date:
2017-06-09
% Done:
100%
Estimated time:
Description
Some packages in 42.2 turned into a Fork after the lookup file for 42.3 was created. Update crawler would therefore continue to try to submit from the original location instead of 42.2.
So the lookup file of 42.3 needs to be checked for forks. Maybe maintenance can help.
Related issues
History
#1
Updated by lnussel over 6 years ago
- Copied from action #13254: check which packages turned into a fork added
#2
Updated by lnussel almost 6 years ago
- Description updated (diff)
- Due date changed from 2017-05-23 to 2017-06-09
- Category deleted (
Release Engineering) - Assignee changed from lnussel to favogt
#3
Updated by lnussel almost 6 years ago
changes that went to FORK or Factory need to be checked.
#4
Updated by favogt almost 6 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Output of
join -t':' -j1 <(osc cat openSUSE:Leap:42.2:Update 00Meta lookup.yml | sort -t: -k1,1) <(osc cat openSUSE:Leap:42.3 00Meta lookup.yml | sort -t: -k1,1) | grep -E ': (openSUSE:Factory|FORK):'
Filtered to exclude usual cases without issues:
dos2unix: openSUSE:Factory: SUSE:SLE-12:GA dovecot22: openSUSE:Factory: SUSE:SLE-12:Update gimp: openSUSE:Factory: SUSE:SLE-12-SP2:Update gstreamer-0_10-plugins-good: openSUSE:Factory: SUSE:SLE-12-SP2:Update libXfont: openSUSE:Factory: SUSE:SLE-12-SP2:GA libxkbcommon: openSUSE:Factory: SUSE:SLE-12-SP2:GA libXrandr: openSUSE:Factory: SUSE:SLE-12-SP2:GA Mesa-demo: openSUSE:Factory: SUSE:SLE-12-SP2:GA mozc: openSUSE:Factory: SUSE:SLE-12-SP2:GA openblas: openSUSE:Factory: SUSE:SLE-12-SP2:GA python3-future: openSUSE:Factory: SUSE:SLE-12-SP2:Update python-Pygments: openSUSE:Factory: SUSE:SLE-12:GA runc: openSUSE:Factory: SUSE:SLE-12:Update tigervnc: openSUSE:Factory: SUSE:SLE-12-SP2:Update v4l-utils: openSUSE:Factory: SUSE:SLE-12:GA vncmanager-controller: openSUSE:Factory: SUSE:SLE-12-SP2:GA xf86-video-nv: openSUSE:Factory: SUSE:SLE-12-SP2:GA xf86-video-r128: openSUSE:Factory: SUSE:SLE-12-SP2:GA xrandr: openSUSE:Factory: SUSE:SLE-12-SP2:GA
#5
Updated by favogt almost 6 years ago
- Status changed from In Progress to Resolved
- % Done changed from 10 to 100
Packages that need to be changed to 42.2:Update (or :Factory) as currently the 42.3 version is older than 42.2:Update:
dos2unix python-Pygments v4l-utils
The other packages only have changelog diffs, but as they now come from SLE that is to be expected.
#6
Updated by lnussel almost 6 years ago
New package in maintenance:
openSUSE:Leap:42.2:Update dtv-scan-tables
#7
Updated by lnussel over 5 years ago
- Copied to action #24878: check which packages turned into a fork added