Repository di test di Galera

Per facilitare lo sviluppo e la QA, abbiamo creato alcuni repository di test per il provider wsrep di Galera.

Questi sono repository di test. Vi saranno periodi in cui non funzioneranno correttamente, o non funzioneranno affatto, o potrebbero provocare terremoti, tifoni e tornado. Siete stati avvisati.

I repository di test di Galera per YUM

Sostituire ${dist} nel codice qui sotto con la distribuzione (basata su YUM) che si sta testando. Le distribuzioni possibili sono:

  • centos5-amd64
  • centos5-x86
  • centos6-amd64
  • centos6-x86
  • fedora17-amd64
  • fedora17-x86
  • fedora18-amd64
  • fedora18-x86
  • rhel5-amd64
  • rhel5-x86
  • rhel6-amd64
  • rhel6-x86
# Mettere questo blocco di codice in un file in /etc/yum.repos.d/galera.repo
[galera-test]
name = galera-test
baseurl = http://yum.mariadb.org/galera-test/${dist}
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1

I repository di test di Galera per APT

Sostituire ${os} e ${dist} nel codice qui sotto con la distribuzione (basata su APT) che si sta testando. Le combinazioni valide di os dist sono:

  • debian wheezy
  • debian squeeze
  • ubuntu lucid
  • ubuntu precise
  • ubuntu quantal
  • ubuntu raring
# eseguire il seguente comando:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db

# Aggiungere la riga seguente al file /etc/apt/sources.list :
deb http://yum.mariadb.org/galera-test/apt/${os} ${dist} main

Commenti

Sto caricando i commenti......
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.