[MDEV-25167] purge repos of old columnstore i386 packages Created: 2021-03-16 Updated: 2021-03-17 Resolved: 2021-03-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Bartholomew | Assignee: | Daniel Bartholomew |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Description |
|
We don't build columnstore for i386 any more, and the old columnstore packages are messing up tests. Solution is to remove the old i386 columnstore deb packages from our repositories. From otto on Foundation Zulip:
|
| Comments |
| Comment by Daniel Bartholomew [ 2021-03-16 ] | ||||
|
Removed the old columnstore i386 packages from the 10.5.9 repositories. For future reference, the commands run were: Ubuntu:
Debian:
The commands had to be repeated a few times each to account for each old version (10.5.8, 10.5.7, 10.5.6) in the repositories. | ||||
| Comment by Daniel Bartholomew [ 2021-03-16 ] | ||||
|
otto Let me know here if there is more to do for this. Thanks! | ||||
| Comment by Daniel Bartholomew [ 2021-03-16 ] | ||||
|
I've uploaded the updated repositories to the primary mirror, but it will take some hours before all mirrors are updated. | ||||
| Comment by Otto Kekäläinen [ 2021-03-17 ] | ||||
|
I confirm that `curl -s http://mirror.one.com/mariadb/repo/10.5/debian/dists/sid/main/binary-i386/Packages | grep -FA 2 'Package: mariadb-plugin-columnstore'` no longer returns anything and thus repos have been purged of i386 ColumnStore packages. Thanks! |