Skip to content

Commit 83d0645

Browse files
authored
Merge pull request #68 from thin-edge/chore-add-vendor
chore: add vendor folder
2 parents 911e2ac + 0ac9a84 commit 83d0645

File tree

1,699 files changed

+531924
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,699 files changed

+531924
-0
lines changed

justfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,13 @@ build-test:
4747
# Run tests
4848
test *args='':
4949
./.venv/bin/python3 -m robot.run --outputdir output {{args}} tests
50+
51+
# Download/update vendor packages
52+
update-vendor:
53+
go mod vendor
54+
55+
# Print yocto licensing string
56+
print-yocto-licenses:
57+
@echo 'LIC_FILES_CHKSUM = " \'
58+
@find vendor -name "LICENSE*" -exec bash -c 'echo -n " file://src/github.com/thin-edge/tedge-container-plugin/{};md5=" && md5 -q {}' \; 2>/dev/null | sed 's|$| \\|g'
59+
@echo '"'

vendor/github.com/Microsoft/go-winio/.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/LICENSE

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/README.md

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/backup.go

Lines changed: 280 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)