X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Frepositories.html;h=0bd5ba229e55fca8c3b34b415812ffb1fec22a51;hb=57384fa70fda9baa015e2055cda56edb5223ce3c;hp=33ec3993e15d8e571ed53fa8d85ac1836da4d0e0;hpb=7b7c08a5cda78e715ab992bd9db1737272b06f93;p=i3%2Fi3.github.io diff --git a/docs/repositories.html b/docs/repositories.html index 33ec399..0bd5ba2 100644 --- a/docs/repositories.html +++ b/docs/repositories.html @@ -2,15 +2,15 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - + - + i3: Debian and Ubuntu repositories @@ -22,8 +22,9 @@ window.onload = function(){asciidoc.footnotes();}
@@ -31,18 +32,17 @@ window.onload = function(){asciidoc.footnotes();}

Debian and Ubuntu repositories

Michael Stapelberg
<michael@i3wm.org>
-July 2013 +April 2016

1. When should you use our repositories?

In general, you should use the repositories of your distribution. Adding third-party repositories to your /etc/sources.list has security implications -and makes your apt-get update take longer. However, in some cases, using our -repositories makes sense:

+and makes your apt-get update take longer.

-You are using Debian stable +If you are using Debian stable

@@ -56,7 +56,7 @@ You are using Debian stable

-You are using Ubuntu +If you are using Ubuntu

@@ -66,7 +66,7 @@ You are using Ubuntu

-You want the latest i3 development version +If you want the latest i3 development version

@@ -93,8 +93,9 @@ release of i3. To use it, run the following commands:

# apt-get update # apt-get install i3
-

The following Ubuntu versions are currently available: oneiric, precise, quantal, -raring.

+

All Ubuntu versions which are currently supported by Ubuntu itself are also supported by +this repository. See Ubuntu releases for details.

+

Packages for unsupported Ubuntu versions might exist but may disappear any time.

2.2. Development releases

@@ -102,14 +103,14 @@ raring.

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

-
# echo 'deb http://build.i3wm.org/ubuntu/raring raring main' >> /etc/apt/sources.list
+
# echo 'deb http://dl.bintray.com/i3/i3-autobuild-ubuntu wily main' > /etc/apt/sources.list.d/i3-autobuild.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 raring at the moment.

+is wily at the moment.

@@ -120,7 +121,7 @@ is raring at the moment.

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

-
# echo 'deb http://build.i3wm.org/debian/sid sid main' > /etc/apt/sources.list.d/i3-autobuild.list
+
# echo 'deb http://dl.bintray.com/i3/i3-autobuild sid main' > /etc/apt/sources.list.d/i3-autobuild.list
 # apt-get update
 # apt-get --allow-unauthenticated install i3-autobuild-keyring
 # apt-get update
@@ -140,7 +141,7 @@ your distribution, create the file
 
Package: i3*
-Pin: origin "build.i3wm.org"
+Pin: origin "dl.bintray.com"
 Pin-Priority: 1001

Then, run apt-get update and install i3.