Skip to content

Commit d15aa55

Browse files
committed
Revert "ci: use submodule for backend cargo dep"
This reverts commit 2d082f5.
1 parent df3fb14 commit d15aa55

File tree

9 files changed

+7
-294
lines changed

9 files changed

+7
-294
lines changed

.github/workflows/release-binaries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
uses: actions/[email protected]
4747
with:
4848
fetch-depth: 0
49-
submodules: true
5049
token: ${{ steps.generate-token.outputs.token }}
5150

5251
- name: Setup Node

.github/workflows/release-plz.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
uses: actions/[email protected]
3434
with:
3535
fetch-depth: 0
36-
submodules: true
3736
token: ${{ steps.generate-token.outputs.token }}
3837

3938
- name: Setup Node

.gitmodules

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
[submodule "camera/esp-camera-rs"]
22
path = camera/esp-camera-rs
33
url = ../esp-camera-rs.git
4-
5-
[submodule "backend/mdns"]
6-
path = backend/mdns
7-
url = ../mdns.git
8-
branch = multihome-mdns-old-deps

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ repos:
1919
rev: v0.13.0
2020
hooks:
2121
- id: markdownlint-cli2
22-
exclude: "CHANGELOG"
2322
- repo: local
2423
hooks:
2524
- id: sqlx
@@ -41,8 +40,7 @@ repos:
4140
entry: cargo clippy
4241
language: system
4342
types: [rust]
44-
# TODO: use `--exclude` to ignore mdns submodule once clippy is fixed https://github.com/rust-lang/rust-clippy/issues/9555
45-
args: ["--manifest-path", "./backend/Cargo.toml", "--fix", "--allow-dirty", "--allow-staged", "--all-targets", "--", "--no-deps"]
43+
args: ["--manifest-path", "./backend/Cargo.toml", "--fix", "--allow-dirty", "--allow-staged", "--all-targets"]
4644
pass_filenames: false
4745
- id: fmt
4846
name: fmt

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ Made using the following resources:
6262
| [gatekeeper source code][gatekeeper] | [Unlicense][gatekeeper-license] |
6363
| [`esp-camera-rs` package fork][cam-rs] | [MIT][cam-rs-license] |
6464
| [Geist font][geist] | [OFL-1.1][geist-license] |
65-
| [`mdns` package fork][mdns] | [MIT][mdns-license] |
66-
| [`mdns` examples][mdns-examples] | [MIT][mdns-license] |
65+
|[`mdns` examples][mdns] | [MIT][mdns-license] |
6766

6867
[^1]: [*"...this solution can be customized to suit your particular requirements.
6968
Don’t hesitate to make adjustments and employ this code according to your
@@ -118,8 +117,7 @@ video-to-image conversion needs."*][video2image-medium]
118117
[cam-rs-license]: https://github.com/hnz1102/esp-camera-rs/blob/main/LICENSE
119118
[geist]: https://github.com/vercel/geist-font
120119
[geist-license]: https://github.com/vercel/geist-font/blob/main/OFL.txt
121-
[mdns]: https://github.com/PhysicalGraph/mdns
122-
[mdns-examples]: https://github.com/PhysicalGraph/mdns/tree/master/examples
123-
[mdns-license]: https://github.com/PhysicalGraph/mdns/blob/master/LICENSE
120+
[mdns]: https://github.com/dylanmckay/mdns/tree/master/examples
121+
[mdns-license]: https://github.com/dylanmckay/mdns/blob/master/LICENSE
124122

125123
<!-- https://eslint.org/docs/latest/use/configure/language-options -->

0 commit comments

Comments
 (0)