Skip to content

Commit

Permalink
Generate a list of all included packages and their versions
Browse files Browse the repository at this point in the history
might be useful to know what changed between installers
  • Loading branch information
lazka committed Oct 26, 2023
1 parent 224d052 commit a3839b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
mv msys2-base-x86_64-[0-9]*.sfx.exe msys2-base-x86_64-latest.sfx.exe
mv msys2-x86_64-[0-9]*.exe msys2-x86_64-latest.exe
mv msys2-*.tar.xz msys2-base-x86_64-latest.tar.xz
mv msys2-*.packages.txt msys2-base-x86_64-latest.packages.txt
sha256sum.exe msys2-*
sha256sum.exe msys2-* > msys2-checksums.txt
Expand Down
1 change: 1 addition & 0 deletions make-msys2-installer
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ create_chroot_system() {
pacman -Syu --root "${_newmsys}"
pacman -S filesystem msys2-runtime --noconfirm --root "${_newmsys}"
pacman -S base --noconfirm --root "${_newmsys}"
pacman -Q --root "${_newmsys}" > "${_thisdir}/msys2-base-x86_64-${_date}.packages.txt"
popd > /dev/null
}

Expand Down

0 comments on commit a3839b2

Please sign in to comment.