Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions scripts/artifacts/mobileInstall.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
_NOTE = "All timestamps are in LOCAL device time (the log records local time), not UTC."

__artifacts_v2__ = {
"mobileInstall_installed": {
"name": "Apps - Installed",
Expand All @@ -9,7 +7,7 @@
"last_update_date": "2026-06-24",
"requirements": "none",
"category": "Mobile Installation Logs",
"notes": _NOTE,
"notes": "All timestamps are in LOCAL device time (the log records local time), not UTC.",
"paths": ('**/mobile_installation.log.*', '**/sysdiagnose_*.tar.gz'),
"output_types": ["html", "tsv", "lava"],
"artifact_icon": "download"
Expand All @@ -22,7 +20,7 @@
"last_update_date": "2026-06-24",
"requirements": "none",
"category": "Mobile Installation Logs",
"notes": _NOTE,
"notes": "All timestamps are in LOCAL device time (the log records local time), not UTC.",
"paths": ('**/mobile_installation.log.*', '**/sysdiagnose_*.tar.gz'),
"output_types": ["html", "tsv", "lava"],
"artifact_icon": "trash"
Expand All @@ -35,7 +33,7 @@
"last_update_date": "2026-06-24",
"requirements": "none",
"category": "Mobile Installation Logs",
"notes": _NOTE,
"notes": "All timestamps are in LOCAL device time (the log records local time), not UTC.",
"paths": ('**/mobile_installation.log.*', '**/sysdiagnose_*.tar.gz'),
"output_types": ["html", "tsv", "lava"],
"artifact_icon": "list"
Expand All @@ -48,7 +46,7 @@
"last_update_date": "2026-06-24",
"requirements": "none",
"category": "Mobile Installation Logs",
"notes": _NOTE,
"notes": "All timestamps are in LOCAL device time (the log records local time), not UTC.",
"paths": ('**/mobile_installation.log.*', '**/sysdiagnose_*.tar.gz'),
"output_types": ["html", "tsv", "lava"],
"artifact_icon": "refresh"
Expand Down
Loading