mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-19 01:46:32 +08:00
Upgrader: Add build type to statistics
This commit is contained in:
parent
a67aaddb8f
commit
619bf0e921
1 changed files with 2 additions and 0 deletions
|
@ -168,6 +168,7 @@ async def upgrades(
|
||||||
"group": group,
|
"group": group,
|
||||||
"platform": platform.value,
|
"platform": platform.value,
|
||||||
"arch": arch.value,
|
"arch": arch.value,
|
||||||
|
"build_type": build_type.value,
|
||||||
}
|
}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
@ -237,6 +238,7 @@ async def download(
|
||||||
"group": group,
|
"group": group,
|
||||||
"platform": platform.value,
|
"platform": platform.value,
|
||||||
"arch": arch.value,
|
"arch": arch.value,
|
||||||
|
"build_type": build_type.value,
|
||||||
}
|
}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue