[Git][ghc/ghc][ghc-9.6] ci: Fix typo in mk_ghcup_metadata.py
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Mon Jan 8 07:45:26 UTC 2024
Zubin pushed to branch ghc-9.6 at Glasgow Haskell Compiler / GHC
Commits:
b3abeb84 by Zubin Duggal at 2024-01-08T13:15:07+05:30
ci: Fix typo in mk_ghcup_metadata.py
- - - - -
1 changed file:
- .gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
Changes:
=====================================
.gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
=====================================
@@ -138,7 +138,7 @@ def mk_one_metadata(release_mode, version, job_map, artifact):
# So we must manually set the name of the bindist location
if artifact == test_artifact:
bindist_name = "testsuite"
- else
+ else:
bindist_name = fetch_gitlab.job_triple(artifact.job_name)
final_url = release_base.format( version=version
, bindistName=urllib.parse.quote_plus(f"{bindist_name}.tar.xz"))
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b3abeb84d8b7e41954ad122b3411f3fcffc4e8da
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b3abeb84d8b7e41954ad122b3411f3fcffc4e8da
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240108/d6ddf4c7/attachment.html>
More information about the ghc-commits
mailing list