git-for-windows / git-for-windows-automation

A few GitHub workflows and support code to help with Git for Windows' day-to-day tasks
10 stars 9 forks source link

Teach open-pr.yml about special pkgver constructs #1

Closed rimrul closed 1 year ago

rimrul commented 1 year ago

Some packages like bash and openssl don't directly set pkgver like the workflow currently expects. Teach it to use little update scripts for those as well. This is related to https://github.com/git-for-windows/git/issues/4164

rimrul commented 1 year ago

I'm thinking of moving the current update-script into a sub-folder checksums and adding a new folder version for scripts to update pkgver

rimrul commented 1 year ago

I still need to add the update-scripts/checksums/bash script and will probably need to modify update-scripts/version/bash to also reset pkgrel.

rimrul commented 1 year ago

I still need to add the update-scripts/checksums/bash script

I've had a look at what we do for that in please.sh and apparently we just use updpkgsums, so we probably won't need that script.