snapcraft:work/CRAFT-2334-remote-build-git-failed

Last commit made on 2023-12-13
Get this branch:
git clone -b work/CRAFT-2334-remote-build-git-failed https://git.launchpad.net/snapcraft

Branch merges

Branch information

Name:
work/CRAFT-2334-remote-build-git-failed
Repository:
lp:snapcraft

Recent commits

92de54c... by Sheng Yu

print multiple lines when possible

011d514... by Sheng Yu

add more comments

b7584c5... by Sheng Yu

fix(remote): use git for push to remote system

Call git push directly due to libgit2 bug

Also the token will be used mutiple times, so it cannot expire after
1 min.

13aedd1... by Sheng Yu

fix(remote): return error when remote build failed

f99b012... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency importlib-metadata to v7 (#4475)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

54490a9... by Sheng Yu

chore(deps): pin protobuf in docs

223ed6b... by Sheng Yu

style(lint): fix pyright errors

662af4c... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update bugfixes

1e2984c... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update internal packages (#4474)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

f92422c... by Sergio Schvezov

fix: improve lifecycle messages

Wipe "Initializing lifecycle" when parts steps start making progress
by moving the action message from the emit.open_stream call to an
explicit emit.progress.

Signed-off-by: Sergio Schvezov <email address hidden>