mirror of
https://git.uupdump.net/uup-dump/api.git
synced 2025-08-07 00:33:50 +09:00
Ignore updates which do not have architecture and build specified
This commit is contained in:
@ -108,6 +108,10 @@ function branchFromBuild($build) {
|
||||
$branch = '19h1_release';
|
||||
break;
|
||||
|
||||
case 18363: //18363 is a fake build based on 18362
|
||||
$branch = '19h1_release';
|
||||
break;
|
||||
|
||||
default:
|
||||
$branch = 'rs_prerelease';
|
||||
break;
|
||||
|
Reference in New Issue
Block a user