Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update refs for bootstrap, subiquity and curtin #844

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
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ parts:
after: [flutter-git]
plugin: nil
source: .
source-commit: &commit-ref 7db1ad18b8328a3322ce87debbb9adf4641984d9
source-commit: &commit-ref af78f34c61a883aa34e623367aea324db0010767
source-type: git
build-attributes: [enable-patchelf]
override-build: |
Expand All @@ -71,7 +71,7 @@ parts:
plugin: nil
source: https://git.launchpad.net/curtin
source-type: git
source-commit: 697e83699d493b7491913d822e7f5635d7f10af2
source-commit: 0ded564bde89cbf2ede7a9c3d6e1c260688b37cb
override-pull: |
craftctl default
PACKAGED_VERSION="$(git describe --long --abbrev=9 --match=[0-9][0-9]*)"
Expand Down