From: Michael Stapelberg Date: Thu, 25 Oct 2012 15:01:49 +0000 (+0200) Subject: repositories: s/precise/quantal/ for the ubuntu autobuilder X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bfaf988dedf370997adccf002ab77a7385d9b9d0;p=i3%2Fi3.github.io repositories: s/precise/quantal/ for the ubuntu autobuilder --- diff --git a/_docs/repositories b/_docs/repositories index 0fef47d..7ce8f12 100644 --- a/_docs/repositories +++ b/_docs/repositories @@ -48,7 +48,7 @@ This Ubuntu repository contains packages which are automatically built a few minutes after every commit. To use it, run the following commands: --------------------------------------------------------------------------------- -# echo 'deb http://build.i3wm.org/ubuntu/precise precise main' >> /etc/apt/sources.list +# echo 'deb http://build.i3wm.org/ubuntu/quantal quantal main' >> /etc/apt/sources.list # apt-get update # apt-get --allow-unauthenticated install i3-autobuild-keyring # apt-get update @@ -56,7 +56,7 @@ minutes after every commit. To use it, run the following commands: --------------------------------------------------------------------------------- Development versions are only available for the latest version of Ubuntu, which -is precise at the moment. +is quantal at the moment. == Debian repository diff --git a/docs/repositories.html b/docs/repositories.html index 0d22189..8f52e81 100644 --- a/docs/repositories.html +++ b/docs/repositories.html @@ -99,14 +99,14 @@ precise, quantal.

minutes after every commit. To use it, run the following commands:

-
# echo 'deb http://build.i3wm.org/ubuntu/precise precise main' >> /etc/apt/sources.list
+
# echo 'deb http://build.i3wm.org/ubuntu/quantal quantal main' >> /etc/apt/sources.list
 # apt-get update
 # apt-get --allow-unauthenticated install i3-autobuild-keyring
 # apt-get update
 # apt-get install i3

Development versions are only available for the latest version of Ubuntu, which -is precise at the moment.

+is quantal at the moment.