scalaris-bindings from home:scalaris:testing project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_scalaris_testing_ArchLinux]
Server = https://download.opensuse.org/repositories/home:/scalaris:/testing/ArchLinux/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:scalaris:testing/ArchLinux/$(uname -m)/home_scalaris_testing_ArchLinux.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_scalaris_testing_ArchLinux/scalaris-bindings
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:scalaris:testing/CentOS_7/home:scalaris:testing.repo
yum install scalaris-bindings
For CentOS 6 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:scalaris:testing/CentOS_6/home:scalaris:testing.repo
yum install scalaris-bindings
For CentOS 5 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:scalaris:testing/CentOS_5/home:scalaris:testing.repo
yum install scalaris-bindings
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:scalaris:testing/openSUSE_Tumbleweed/home:scalaris:testing.repo
zypper refresh
zypper install scalaris-bindings
For openSUSE Leap 42.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:scalaris:testing/openSUSE_Leap_42.1/home:scalaris:testing.repo
zypper refresh
zypper install scalaris-bindings
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:scalaris:testing/openSUSE_Factory/home:scalaris:testing.repo
zypper refresh
zypper install scalaris-bindings
For openSUSE 13.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:scalaris:testing/openSUSE_13.2/home:scalaris:testing.repo
zypper refresh
zypper install scalaris-bindings
For openSUSE 13.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:scalaris:testing/openSUSE_13.1/home:scalaris:testing.repo
zypper refresh
zypper install scalaris-bindings

Packages for openSUSE Tumbleweed:

Packages for openSUSE Leap 42.1:

Packages for openSUSE Factory:

Packages for openSUSE 13.1:

For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:scalaris:testing/RHEL_7/home:scalaris:testing.repo
yum install scalaris-bindings
For SLE 12 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:scalaris:testing/SLE_12/home:scalaris:testing.repo
zypper refresh
zypper install scalaris-bindings