1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 03:38:52 +03:00

Reapply crash triage tag API updates after syncing the branch with next.

This resolves stash replay conflicts and keeps the report/tag UI and backend endpoints aligned for the feature branch review.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-06-02 16:05:46 +02:00
parent 9f9d617730
commit d7dc2cbcc2
13 changed files with 335 additions and 31 deletions

View File

@@ -28,6 +28,12 @@ if [[ -z "$(mount | grep BE | grep var | grep f0xx)" && -d "tmp/BE_alpine/var/ww
set +x
fi
if [[ -z "$(mount | grep BE | grep etc | grep f0xx)" && -d "tmp/BE_alpine/etc/gitea" ]]; then
set -x
sshfs alpine-be:/etc/gitea tmp/BE_alpine/etc/gitea
set +x
fi
_umount() {
umount "${1}"
}