diff --git a/cassandra.yaml b/cassandra.yaml index 6b541525326..43f675e72eb 100644 --- a/cassandra.yaml +++ b/cassandra.yaml @@ -1,7 +1,7 @@ package: name: cassandra version: 4.1.3 - epoch: 5 + epoch: 6 description: Open Source NoSQL Database copyright: - license: Apache-2.0 @@ -54,7 +54,7 @@ subpackages: - name: cassandra-compat pipeline: - runs: | - mkdir -p "${{targets.destsubpkgdirdir}}"/opt/cassandra + mkdir -p "${{targets.subpkgdir}}"/opt/cassandra install -d ${{targets.subpkgdir}}/etc/cassandra @@ -75,5 +75,5 @@ update: github: identifier: apache/cassandra use-tag: true - tag-filter: cassandra- + tag-filter-prefix: cassandra-4 strip-prefix: cassandra-