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

feat(bootstrap): track subiquity's main branch #811

Merged
merged 4 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
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: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ jobs:
- uses: bluefireteam/melos-action@v3
- run: melos analyze --fatal-infos

consistency-check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Check actual subiquity submodule sha matches expected
run: |
ci/subiquity_integration

bootstrap:
runs-on: ubuntu-22.04
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "subiquity"]
path = packages/subiquity_client/subiquity
url = https://github.com/canonical/subiquity.git
branch = ubuntu/noble
branch = main
46 changes: 0 additions & 46 deletions ci/snap/bootstrap/local/launcher

This file was deleted.

97 changes: 0 additions & 97 deletions ci/snap/bootstrap/local/postinst.d/10_configure_auto_login

This file was deleted.

11 changes: 0 additions & 11 deletions ci/snap/bootstrap/local/postinst.d/10_copy_bluetooth_config

This file was deleted.

17 changes: 0 additions & 17 deletions ci/snap/bootstrap/local/postinst.d/10_copy_network_config

This file was deleted.

11 changes: 0 additions & 11 deletions ci/snap/bootstrap/local/postinst.d/10_flash_kernel

This file was deleted.

28 changes: 0 additions & 28 deletions ci/snap/bootstrap/local/postinst.d/10_override_desktop_settings

This file was deleted.

36 changes: 0 additions & 36 deletions ci/snap/bootstrap/local/postinst.d/50_zfs_cache

This file was deleted.

23 changes: 0 additions & 23 deletions ci/snap/bootstrap/local/postinst.d/99_telemetry_done

This file was deleted.

31 changes: 0 additions & 31 deletions ci/snap/bootstrap/local/subiquity-server

This file was deleted.

12 changes: 0 additions & 12 deletions ci/snap/bootstrap/local/ubuntu-desktop-bootstrap.desktop

This file was deleted.

Loading
Loading