~akopytov/percona-xtrabackup/bug1002688-2.1

« back to all changes in this revision

Viewing changes to doc/source/installation/apt_repo.rst

  • Committer: Alexey Kopytov
  • Date: 2012-05-14 15:31:43 UTC
  • mfrom: (391.1.33 staging)
  • Revision ID: akopytov@gmail.com-20120514153143-i06vj6orpdwh9qb8
Manual merge from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  
11
11
  $ gpg -a --export CD2EFD2A | sudo apt-key add -
12
12
 
13
 
Add this to :file:`/etc/apt/sources.list`, replacing ``lenny`` with the name of your distribution: ::
 
13
Add this to :file:`/etc/apt/sources.list`, replacing ``squeeze`` with the name of your distribution: ::
14
14
 
15
 
  deb http://repo.percona.com/apt lenny main
16
 
  deb-src http://repo.percona.com/apt lenny main
 
15
  deb http://repo.percona.com/apt squeeze main
 
16
  deb-src http://repo.percona.com/apt squeeze main
17
17
 
18
18
Remember to update the local cache: ::
19
19
 
31
31
Debian
32
32
------
33
33
 
34
 
 * 5.0 lenny
35
34
 * 6.0 squeeze
36
35
 
37
36
Ubuntu
41
40
 * 11.04 natty
42
41
 * 11.10 oneiric
43
42
 
44
 
Release Candidate Repository
45
 
============================
46
 
 
47
 
To subscribe to the release candidate repository, add two lines to the :file:`/etc/apt/sources.list` file, again replacing ``lenny`` with your server's release version: ::
48
 
 
49
 
  deb http://repo.percona.com/apt-rc lenny main
50
 
  deb-src http://repo.percona.com/apt-rc lenny main
 
43
Experimental Repository
 
44
=======================
 
45
 
 
46
Percona now offers experimental repository for beta releases. To enable it add this to :file:`/etc/apt/sources.list`, replacing ``VERSION`` with the name of your distribution: ::
 
47
 
 
48
  deb http://repo.percona.com/apt VERSION main experimental
 
49
  deb-src http://repo.percona.com/apt VERSION main experimental
 
50