We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b589a commit 6780a75Copy full SHA for 6780a75
justfile
@@ -55,5 +55,5 @@ update-vendor:
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'
+ @find . -name "LICENSE*" -exec bash -c 'echo -n " file://src/\${GO_IMPORT}/{};md5=" && md5 -q {}' \; 2>/dev/null | grep -v "/\.venv/" | sed 's|$| \\|g' | sed 's|/\./|/|g'
59
@echo '"'
0 commit comments