We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Modules/expat/refresh.sh
1 parent 7854597 commit 51a408eCopy full SHA for 51a408e
Modules/expat/refresh.sh
@@ -64,13 +64,16 @@ This may be due to source changes and will require updating this script" >&2
64
exit 1
65
fi
66
67
-echo "
+echo '
68
Updated! next steps:
69
- Verify all is okay:
70
git diff
71
git status
72
-- Regenerate the sbom file
+- Update the sbom file:
73
+ Under the package "SPDXRef-PACKAGE-expat", update the "checksumValue",
74
+ "downloadLocation", "referenceLocator", and "versionInfo" fields.
75
+- Regenerate the sbom file:
76
make regen-sbom
-- Update warning count in Tools/build/.warningignore_macos
77
+- Update the warning count in Tools/build/.warningignore_macos:
78
(use info from CI if not on a Mac)
-"
79
+'
0 commit comments