This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 4b400d8e5 THRIFT-2208: Package the Windows Thrift compiler for
Chocolatey Client: build
add d28932965 THRIFT-6314: Publish the Windows Thrift compiler through
WinGet Client: build
No new revisions were added by this update.
Summary of changes:
.github/workflows/winget.yml | 246 +++++++++++++++++++++
build/windows/README.md | 39 ++++
build/windows/build-winget-manifests.ps1 | 148 +++++++++++++
.../windows/winget/Apache.Thrift.installer.yaml.in | 46 ++++
.../winget/Apache.Thrift.locale.en-US.yaml.in | 59 +++++
.../windows/winget/Apache.Thrift.yaml.in | 11 +-
build/windows/winget/test-winget-manifests.ps1 | 182 +++++++++++++++
build/windows/winget/validate_manifests.py | 138 ++++++++++++
doc/ReleaseManagement.md | 27 +++
9 files changed, 891 insertions(+), 5 deletions(-)
create mode 100644 .github/workflows/winget.yml
create mode 100644 build/windows/build-winget-manifests.ps1
create mode 100644 build/windows/winget/Apache.Thrift.installer.yaml.in
create mode 100644 build/windows/winget/Apache.Thrift.locale.en-US.yaml.in
copy lib/delphi/test/maketest.sh => build/windows/winget/Apache.Thrift.yaml.in
(78%)
mode change 100755 => 100644
create mode 100644 build/windows/winget/test-winget-manifests.ps1
create mode 100644 build/windows/winget/validate_manifests.py