Compare commits

..

1 Commits

Author SHA1 Message Date
5bed3a028a Add 25H2 2025-08-29 21:45:15 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
*/ */
function uupApiVersion() { function uupApiVersion() {
return '1.49.0'; return "I can't be bothered to update the version; use commit hash.";
} }
require_once dirname(__FILE__).'/auths.php'; require_once dirname(__FILE__).'/auths.php';

View File

@@ -124,6 +124,8 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type, $fl
'BranchReadinessLevel=CB', 'BranchReadinessLevel=CB',
'CIOptin=1', 'CIOptin=1',
'CurrentBranch='.$branch, 'CurrentBranch='.$branch,
'DataExpDateEpoch_GE25H2='.(time()+82800),
'DataExpDateEpoch_GE25H2Setup='.(time()+82800),
'DataExpDateEpoch_GE24H2='.(time()+82800), 'DataExpDateEpoch_GE24H2='.(time()+82800),
'DataExpDateEpoch_GE24H2Setup='.(time()+82800), 'DataExpDateEpoch_GE24H2Setup='.(time()+82800),
'DataExpDateEpoch_CU23H2='.(time()+82800), 'DataExpDateEpoch_CU23H2='.(time()+82800),
@@ -148,6 +150,8 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type, $fl
//'FlightContent='.$fltContent, //'FlightContent='.$fltContent,
'FlightRing='.$fltRing, 'FlightRing='.$fltRing,
'Free=gt64', 'Free=gt64',
'GStatus_GE25H2=2',
'GStatus_GE25H2Setup=2',
'GStatus_GE24H2=2', 'GStatus_GE24H2=2',
'GStatus_GE24H2Setup=2', 'GStatus_GE24H2Setup=2',
'GStatus_CU23H2=2', 'GStatus_CU23H2=2',
@@ -211,6 +215,8 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type, $fl
'TPMVersion=2', 'TPMVersion=2',
'UpdateManagementGroup=2', 'UpdateManagementGroup=2',
'UpdateOfferedDays=0', 'UpdateOfferedDays=0',
'UpgEx_GE25H2Setup=Green',
'UpgEx_GE25H2=Green',
'UpgEx_GE24H2Setup=Green', 'UpgEx_GE24H2Setup=Green',
'UpgEx_GE24H2=Green', 'UpgEx_GE24H2=Green',
'UpgEx_CU23H2=Green', 'UpgEx_CU23H2=Green',