Skip to content

Commit f3aaef0

Browse files
committed
Revert "gh-131261: expat/refresh.sh: Expand list of manual steps (GH-131359)"
This reverts commit dc73ce3.
1 parent dc73ce3 commit f3aaef0

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

Misc/sbom.spdx.json

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

Modules/expat/refresh.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,4 @@ rm libexpat.tar.gz
5757
# Step 3: Add the namespacing include to expat_external.h
5858
sed -i 's/# define Expat_External_INCLUDED 1/&\n\/* Namespace external symbols to allow multiple libexpat version to\n co-exist. \*\/\n#include "pyexpatns.h"/' expat_external.h
5959

60-
echo "
61-
Updated! next steps:
62-
- Verify all is okay:
63-
git diff
64-
git status
65-
- Regenerate the sbom file
66-
make regen-sbom
67-
- Update warning count in Tools/build/.warningignore_macos
68-
(use info from CI if not on a Mac)
69-
"
60+
echo "Updated; verify all is okay using git diff and git status."

Tools/build/generate_sbom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class PackageFiles(typing.NamedTuple):
6464
exclude=[
6565
"Modules/expat/expat_config.h",
6666
"Modules/expat/pyexpatns.h",
67-
"Modules/expat/refresh.sh",
67+
"Modules/_hacl/refresh.sh",
6868
]
6969
),
7070
"macholib": PackageFiles(

0 commit comments

Comments
 (0)