Add packsgen.php
generate missing packs based on fileinfo builds, skipping unreachable builds
This commit is contained in:
22
fetchupd.php
22
fetchupd.php
@ -15,14 +15,16 @@ if(isset($fetchedUpdate['error'])) {
|
||||
throwError($fetchedUpdate['error']);
|
||||
}
|
||||
|
||||
echo $fetchedUpdate['foundBuild'];
|
||||
echo '|';
|
||||
echo $fetchedUpdate['arch'];
|
||||
echo '|';
|
||||
echo $fetchedUpdate['updateId'];
|
||||
echo '|';
|
||||
echo $fetchedUpdate['updateTitle'];
|
||||
echo '|';
|
||||
echo $fetchedUpdate['fileWrite'];
|
||||
echo "\n";
|
||||
foreach($fetchedUpdate['updateArray'] as $update) {
|
||||
echo $update['foundBuild'];
|
||||
echo '|';
|
||||
echo $update['arch'];
|
||||
echo '|';
|
||||
echo $update['updateId'];
|
||||
echo '|';
|
||||
echo $update['updateTitle'];
|
||||
echo '|';
|
||||
echo $update['fileWrite'];
|
||||
echo "\n";
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user