[PR #54] [CLOSED] Fixes #53: Created batch files #82

Open
opened 2026-01-24 11:40:45 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/php/pftt2/pull/54
Author: @lavturo
Created: 7/11/2019
Status: Closed

Base: masterHead: fix_issue53


📝 Commits (3)

📊 Changes

4 files changed (+243 additions, -0 deletions)

View changed files

bin/get_latest_revision.cmd (+10 -0)
bin/get_qa.cmd (+75 -0)
bin/get_release.cmd (+77 -0)
bin/get_snapshot.cmd (+81 -0)

📄 Description

Created 3 separate batch file to get builds from release, QA and snapshot branches.

Each batch file has slightly different implementations because of how the names were setup.

@weltling @cmb69 Could you two check if these are good as is? I have been using them and it seems to work fine so far. One thing I was unsure about was which branches to include. I included the branches that I saw on the snaps branch (excluding ostc and master).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/php/pftt2/pull/54 **Author:** [@lavturo](https://github.com/lavturo) **Created:** 7/11/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix_issue53` --- ### 📝 Commits (3) - [`24acb36`](https://github.com/php/pftt2/commit/24acb36deb41fd7dd1ad6e5f9ef8af33fd9ee724) Fixes #53: Created batch files - [`540384a`](https://github.com/php/pftt2/commit/540384ac3eba6178c2d39beb19f18195452c03e5) Fixes #53: Updated with suggestions - [`86ca18d`](https://github.com/php/pftt2/commit/86ca18de0e9f5a6ba5b16b7fdde6f784099bf67d) Fixes #53: Removed support for 5.6 - 7.1 respectively ### 📊 Changes **4 files changed** (+243 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `bin/get_latest_revision.cmd` (+10 -0) ➕ `bin/get_qa.cmd` (+75 -0) ➕ `bin/get_release.cmd` (+77 -0) ➕ `bin/get_snapshot.cmd` (+81 -0) </details> ### 📄 Description Created 3 separate batch file to get builds from release, QA and snapshot branches. Each batch file has slightly different implementations because of how the names were setup. @weltling @cmb69 Could you two check if these are good as is? I have been using them and it seems to work fine so far. One thing I was unsure about was which branches to include. I included the branches that I saw on the snaps branch (excluding ostc and master). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:40:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pftt2#82