Skip to content

Commit 1d089fb

Browse files
committed
Also commit base commit file in mirror script
1 parent 195dae4 commit 1d089fb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/mirror-commits-from-intel-llvm.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,16 @@ def main():
103103
for patch in patches:
104104
os.remove(patch)
105105

106+
run(
107+
[
108+
"git",
109+
"commit",
110+
args.intel_llvm_mirror_base_commit_file,
111+
"-m",
112+
f"Update intel/llvm mirror base commit to {new_intel_llvm_mirror_base_commit[:8]}",
113+
]
114+
)
115+
106116

107117
if __name__ == "__main__":
108118
try:

0 commit comments

Comments
 (0)