[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:

the upgrade tests will now fail forever for all i386 builders, as there was a columnstore for i386 up and until 10.5.8, and it lacking from 10.5.9 will block all upgrades. Could you maybe remove all mariadb-plugin-columnstore*_i386.deb and recreate the Release.tar.gz -files in the repos?



 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:

for dist in xenial;do reprepro -A i386 remove ${dist} mariadb-plugin-columnstore;done
for dist in xenial;do reprepro -A i386 remove ${dist} mariadb-plugin-columnstore-dbgsym;done

Debian:

for dist in sid stretch;do reprepro -A i386 remove ${dist} mariadb-plugin-columnstore;done
for dist in sid stretch;do reprepro -A i386 remove ${dist} mariadb-plugin-columnstore-dbgsym;done

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!

Generated at Thu Feb 08 09:35:39 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.