Skip to content

Commit 2e44eb3

Browse files
committed
.
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
1 parent 175e54b commit 2e44eb3

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

mozjs-sys/etc/sm-security-bump.py

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,17 @@
2626

2727
download_from_taskcluster(changeset)
2828

29-
subprocess.check_call(
30-
[
31-
"gh",
32-
"attestation",
33-
"verify",
34-
"mozjs.tar.xz",
35-
"allFunctions.txt.gz",
36-
"gcFunctions.txt.gz",
37-
"--repo",
38-
"servo/mozjs",
39-
]
40-
)
29+
for file in ["mozjs.tar.xz", "allFunctions.txt.gz", "gcFunctions.txt.gz"]:
30+
subprocess.check_call(
31+
[
32+
"gh",
33+
"attestation",
34+
"verify",
35+
file,
36+
"--repo",
37+
"servo/mozjs",
38+
]
39+
)
4140

4241
subprocess.check_call(
4342
[

0 commit comments

Comments
 (0)