You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Shuler (JIRA)" <ji...@apache.org> on 2017/06/24 00:24:00 UTC

[jira] [Commented] (CASSANDRA-13433) RPM distribution improvements and known issues

    [ https://issues.apache.org/jira/browse/CASSANDRA-13433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16061682#comment-16061682 ] 

Michael Shuler commented on CASSANDRA-13433:
--------------------------------------------

3.0.14 and 3.11.0 were both just released with signed packages and repo. [~denno] 3.10 will not be re-released, but 3.11.0 is the bug-fix release on top of 3.10 and is a long-term release series, so that's the one you want :)

{code:title=/etc/yum.repos.d/cassandra.repo for 3.11 series}
[cassandra]
name=Apache Cassandra
baseurl=https://www.apache.org/dist/cassandra/redhat/311x/
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://www.apache.org/dist/cassandra/KEYS
{code}

{code:title=/etc/yum.repos.d/cassandra.repo for 3.0 series}
[cassandra]
name=Apache Cassandra
baseurl=https://www.apache.org/dist/cassandra/redhat/30x/
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://www.apache.org/dist/cassandra/KEYS
{code}

> RPM distribution improvements and known issues
> ----------------------------------------------
>
>                 Key: CASSANDRA-13433
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13433
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Packaging
>            Reporter: Stefan Podkowinski
>            Assignee: Stefan Podkowinski
>
> Starting with CASSANDRA-13252, new releases will be provided as both official RPM and Debian packages.  While the Debian packages are already well established with our user base, the RPMs just have been release for the first time and still require some attention. 
> Feel free to discuss RPM related issues in this ticket and open a sub-task to fill a bug report. 
> Please note that native systemd support will be implemented with CASSANDRA-13148 and this is not strictly a RPM specific issue. We still intent to offer non-systemd support based on the already working init scripts that we ship. Therefor the first step is to make use of systemd backward compatibility for SysV/LSB scripts, so we can provide RPMs for both systemd and non-systemd environments.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org