[Git][ghc/ghc][wip/fix-ghcup-metadata] 2 commits: Revert "ghcup-metadata: Drop output_name field"
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed May 8 15:17:49 UTC 2024
Ben Gamari pushed to branch wip/fix-ghcup-metadata at Glasgow Haskell Compiler / GHC
Commits:
a219b856 by Ben Gamari at 2024-05-08T11:17:43-04:00
Revert "ghcup-metadata: Drop output_name field"
This reverts commit ecbf22a6ac397a791204590f94c0afa82e29e79f.
- - - - -
c44a0176 by Ben Gamari at 2024-05-08T11:17:43-04:00
ghcup-metadata: Drop output_name field
This is entirely redundant to the filename of the URL. There is no
compelling reason to name the downloaded file differently from its
source.
- - - - -
1 changed file:
- .gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
Changes:
=====================================
.gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
=====================================
@@ -170,7 +170,6 @@ def mk_from_platform(pipeline_type, platform):
info = job_mapping[platform.name][pipeline_type]
eprint(f"From {platform.name} / {pipeline_type} selecting {info['name']}")
return Artifact(info['name']
- , f"{info['jobInfo']['bindistName']}.tar.xz"
, "ghc-{version}-{pn}.tar.xz".format(version="{version}", pn=platform.name)
, platform.subdir)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/28ef470d8b6582584c31f5675daadf148bf260c4...c44a01760bde507921af824ad8e6ccad142a156d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/28ef470d8b6582584c31f5675daadf148bf260c4...c44a01760bde507921af824ad8e6ccad142a156d
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/20240508/3ce0bb1b/attachment-0001.html>
More information about the ghc-commits
mailing list