[Git][ghc/ghc][master] 2 commits: release: copy zip files into the correct directory

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Thu Nov 7 09:36:01 UTC 2024



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
346e4cd1 by Zubin Duggal at 2024-11-07T04:34:57-05:00
release: copy zip files into the correct directory

Fixes #25446

- - - - -
bbdbe225 by Zubin Duggal at 2024-11-07T04:34:57-05:00
release: Sign .gz bindists too

Fixes #25447

- - - - -


2 changed files:

- .gitlab/rel_eng/recompress-all
- .gitlab/rel_eng/upload.sh


Changes:

=====================================
.gitlab/rel_eng/recompress-all
=====================================
@@ -24,7 +24,7 @@ usage :
 	tmp="$$(mktemp -d tmp.XXX)" && \
 		tar -C "$$tmp" -xf $< && \
 		cd "$$tmp" && \
-		zip -9 -r $@ * && \
+		zip -9 -r ../$@ * && \
 		cd .. && \
 		rm -R "$$tmp"
 


=====================================
.gitlab/rel_eng/upload.sh
=====================================
@@ -78,6 +78,7 @@ function hash_files() {
     echo $(find -maxdepth 1 \
          -iname '*.xz' \
       -o -iname '*.lz' \
+      -o -iname '*.gz' \
       -o -iname '*.bz2' \
       -o -iname '*.zip' \
     )



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/8e217256520adc148ccb78e9c518c80cff92525f...bbdbe2254df1bfc9157cfb409afc93f8157712cd

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/8e217256520adc148ccb78e9c518c80cff92525f...bbdbe2254df1bfc9157cfb409afc93f8157712cd
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/20241107/769bbaee/attachment.html>


More information about the ghc-commits mailing list