[Git][ghc/ghc][ghc-9.10] 2 commits: Revert "release: copy index.html from correct directory"

Ben Gamari pushed to branch ghc-9.10 at Glasgow Haskell Compiler / GHC Commits: da185a48 by Zubin Duggal at 2025-04-16T15:58:54-04:00 Revert "release: copy index.html from correct directory" This reverts commit cbfd0829cd61928976c9eb17ba4af18272466063. - - - - - 73c1e1c6 by Ben Gamari at 2025-04-16T19:33:33-04:00 Revert "configure: Bump version" This reverts commit fb0a1832e4826ba477ba04d3584100e55d5f591e. - - - - - 2 changed files: - .gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py - configure.ac Changes: ===================================== .gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py ===================================== @@ -129,7 +129,7 @@ def fetch_artifacts(release: str, pipeline_id: int, for f in doc_files: subprocess.run(['tar', '-xf', f, '-C', dest]) logging.info(f'extracted docs {f} to {dest}') - index_path = destdir / 'docs' / 'index.html' + index_path = destdir / 'index.html' index_path.replace(dest / 'index.html') elif job.name == 'hackage-doc-tarball': dest = dest_dir / 'hackage_docs' ===================================== configure.ac ===================================== @@ -13,7 +13,7 @@ dnl # see what flags are available. (Better yet, read the documentation!) # -AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.10.2], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.10.1], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) # Version on master must be X.Y (not X.Y.Z) for ProjectVersionMunged variable # to be useful (cf #19058). However, the version must have three components # (X.Y.Z) on stable branches (e.g. ghc-9.2) to ensure that pre-releases are View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ebd3a035e016d098bc39c4ab39560b2... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ebd3a035e016d098bc39c4ab39560b2... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Ben Gamari (@bgamari)