Commit 02a05df
committed
ensure-not-yet-deployed: support the
In conjunction with the new `ucrt64` pseudo architecture in the
`build-and-deploy` workflow, teach this script that for UCRT64 builds
the MINGW package prefix is `mingw-w64-ucrt-x86_64` (not the literal
`mingw-w64-ucrt64`), and that the resulting packages are deployed
into the `x86_64` subdirectory of the Pacman repository, alongside
the MINGW64 packages.
The latter is so that the existing `git-for-windows-x86_64.db`
database can keep referencing both flavors during the MINGW64 ->
UCRT64 migration; the new `git-for-windows-ucrt64.db` database
introduced in git-for-windows/pacman-repo#4
lives in the same `x86_64` branch of `pacman-repo` for exactly that
reason.
Assisted-by: Opus 4.7
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>ucrt64 pseudo architecture1 parent 00d8c4d commit 02a05df
1 file changed
Lines changed: 16 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
30 | 39 | | |
31 | 40 | | |
32 | 41 | | |
| |||
58 | 67 | | |
59 | 68 | | |
60 | 69 | | |
61 | | - | |
| 70 | + | |
62 | 71 | | |
63 | 72 | | |
64 | 73 | | |
| |||
0 commit comments