[
https://issues.apache.org/jira/browse/IGNITE-15708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17426281#comment-17426281
]
Valentin Kulichenko commented on IGNITE-15708:
----------------------------------------------
[~vveider], I've updated the {{.htaccess}} files:
* [https://dist.apache.org/repos/dist/release/ignite/deb/.htaccess]
* [https://dist.apache.org/repos/dist/release/ignite/rpm/.htaccess]
Let me know if any other help is needed!
> Fix DEB/RPM repository redirect and docs
> ----------------------------------------
>
> Key: IGNITE-15708
> URL: https://issues.apache.org/jira/browse/IGNITE-15708
> Project: Ignite
> Issue Type: Bug
> Reporter: Petr Ivanov
> Assignee: Valentin Kulichenko
> Priority: Critical
>
> * Current redirect for DEB/RPM package seems to be wrong, tested and working
> one is
> {code:bash}
> https://apache.jfrog.io/artifactory/ignite-{deb|rpm}
> {code}
> * Documentation should be changed too
> (https://ignite.apache.org/docs/latest/installation/deb-rpm#installing-deb-package):
> {code:bash}
> sudo apt update
> sudo apt install gnupg ca-certificates --no-install-recommends -y
> sudo bash -c 'cat <<EOF > /etc/apt/sources.list.d/ignite.list
> deb https://apache.jfrog.io/artifactory/ignite-deb/ apache-ignite main
> EOF'
> sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys
> 0EE62FB37A00258D
> sudo apt update
> sudo apt install apache-ignite --no-install-recommends
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)