Project

General

Profile

action #77782

Updated by ddemaio over 3 years ago

Updating metrics to include the next release. The pattern needs to be updated. Previous patter was 
 const PRODUCT_PATTERN = '/^(10\.[2-3]|11\.[0-4]|12\.[1-3]|13\.[1-2]|42\.[1-3]|15\.[0-1]|tumbleweed)$/'; 

 New pattern is 
	
 const PRODUCT_PATTERN = '/^(10\.[2-3]|11\.[0-4]|12\.[1-3]|13\.[1-2]|42\.[1-3]|15\.[0-2]|tumbleweed)$/'; 

 basically the |15\.[0-2]| code just needs to be updated. 

 Additional things needed for metrics.o.o to update is: 
 Submit Request for openSUSE:Factory is needed (last updated SR https://build.opensuse.org/request/show/849363) 
 Updated package in openSUSE:Leap:15.2:Update is needed. 

Back