Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update linux-uupdump-get-fileinfo+packs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LizenzFass78851 committed Sep 18, 2023
1 parent abeeec5 commit 65053aa
Showing 1 changed file with 31 additions and 22 deletions.
53 changes: 31 additions & 22 deletions uupdump/linux-uupdump-get-fileinfo+packs.sh
Original file line number Diff line number Diff line change
@@ -1,35 +1,44 @@
#!/bin/bash
fetchdetect="php ./sta/fetchdetect.php"
fetchupd="php ./sta/fetchupd.php"
packsgen="php ./sta/packsgen.php"

pushd ./uup && rm -r uuptmp 2>/dev/null

$packsgen
echo ""

# Client builds
$fetchdetect all Retail Mainline 17763 1 125
$fetchdetect amd64 Retail Mainline 19042 1 119
$fetchdetect all Retail Mainline 19044 1 125
$fetchdetect all Retail Mainline 19045 1
$fetchdetect all Retail Mainline 22000 1
$fetchdetect all Retail Mainline 22621 1
$fetchupd all Retail Mainline 17763 1 125
$fetchupd amd64 Retail Mainline 19042 1 119
$fetchupd all Retail Mainline 19044 1 125
$fetchupd all Retail Mainline 19045 1
$fetchupd all Retail Mainline 22000 1
$fetchupd all Retail Mainline 22621 1

$fetchdetect all ReleasePreview Mainline 19045 1
$fetchdetect all ReleasePreview Mainline 22000 1
$fetchdetect all ReleasePreview Mainline 22621 1
$fetchupd all ReleasePreview Mainline 19045 1
$fetchupd all ReleasePreview Mainline 22000 1
$fetchupd all ReleasePreview Mainline 22621 1

$fetchdetect all Beta Mainline 22000 1
$fetchdetect all Beta Mainline 22621 1
$fetchdetect all Beta Mainline 22631 1
$fetchupd all Beta Mainline 22000 1
$fetchupd all Beta Mainline 22621 1
$fetchupd all Beta Mainline 22631 1

$fetchdetect amd64 Dev Mainline 19100 1 119
$fetchdetect all Dev Mainline 22621 1
$fetchdetect all Canary Mainline Latest
$fetchupd amd64 Dev Mainline 19100 1 119
$fetchupd all Dev Mainline 22621 1
$fetchupd all Canary Mainline Latest

# Server builds
$fetchdetect amd64 Retail Mainline 20348 1 8
$fetchdetect amd64 Retail Mainline 20348 1 406
$fetchdetect amd64 Retail Mainline 20349 1 406
$fetchdetect amd64 Retail Mainline 25398 1 8
$fetchdetect amd64 Retail Mainline 25398 1 406
$fetchupd amd64 Retail Mainline 20348 1 8
$fetchupd amd64 Retail Mainline 20348 1 406
$fetchupd amd64 Retail Mainline 20349 1 406
$fetchupd amd64 Retail Mainline 25398 1 8
$fetchupd amd64 Retail Mainline 25398 1 406

$fetchupd amd64 ReleasePreview Mainline 20349 1 406
echo ""

$fetchdetect amd64 ReleasePreview Mainline 20349 1 406
rm -r uuptmp 2>/dev/null
$packsgen

echo ""
echo Done.
Expand Down

0 comments on commit 65053aa

Please sign in to comment.