scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
20 stars 64 forks source link

ccmlib/scylla_repository: handle name change of the unified package #587

Closed fruch closed 2 weeks ago

fruch commented 2 weeks ago

seem like at some point (spotted on release 2024.2) the arch value in the unified package was move to the end of the filename which cause ccm to select the wrong arch file

ccm had a fallback to support older version (4.3 and below) unified package that doesn't mention arch at all (before we had ARM support)

this change is catering to both options, but makeing sure all of the possible options are considered, correctly.