[MDEV-29839] Galera build.sh returns 0 even if packages building failed Created: 2022-10-20 Updated: 2022-11-23 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Timofey Turenko | Assignee: | Julius Goryavsky |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Initially it was mentioned at the commit 6116fa77e5943428284e5eb3d4f4911bd905638c - this version had a broken Debian packaging, but it can be reproduced by breaking e.g. debian/changelog file:
Try to build broken version:
Probably the reason is here https://github.com/MariaDB/galera/blob/mariadb-4.x/scripts/build.sh#L343 - does $? return result of the line https://github.com/MariaDB/galera/blob/mariadb-4.x/scripts/build.sh#L331, not https://github.com/MariaDB/galera/blob/mariadb-4.x/scripts/build.sh#L330 ? |