Difference between revisions of "Preliminary Stable Builds"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>SlavekB
m (Change keyserver to pool.sks-keyservers.net)
imported>SlavekB
(Change default url for repository from mirror.xcer.cz to mirror.ppa.trinitydesktop.org, add Raspbian-Stretch, Ubuntu Cosmic, drop Ubuntu Yakkety)
Line 10: Line 10:
   
 
# Trinity preliminary stable builds
 
# Trinity preliminary stable builds
deb http://mirror.xcer.cz/trinity-sb '''<your-distribution>''' deps-r14 main-r14
+
deb http://mirror.ppa.trinitydesktop.org/trinity-sb '''<your-distribution>''' deps-r14 main-r14
deb-src http://mirror.xcer.cz/trinity-sb '''<your-distribution>''' deps-r14 main-r14
+
deb-src http://mirror.ppa.trinitydesktop.org/trinity-sb '''<your-distribution>''' deps-r14 main-r14
   
 
Example for Ubuntu, 14.04 - Trusty:
 
Example for Ubuntu, 14.04 - Trusty:
   
 
# Trinity preliminary stable builds
 
# Trinity preliminary stable builds
deb http://mirror.xcer.cz/trinity-sb trusty deps-r14 main-r14
+
deb http://mirror.ppa.trinitydesktop.org/trinity-sb trusty deps-r14 main-r14
deb-src http://mirror.xcer.cz/trinity-sb trusty deps-r14 main-r14
+
deb-src http://mirror.ppa.trinitydesktop.org/trinity-sb trusty deps-r14 main-r14
   
 
Packages are signed using GPG key ID A04BE668. To install the GPG key you can use any public GPG keyserver, for example:
 
Packages are signed using GPG key ID A04BE668. To install the GPG key you can use any public GPG keyserver, for example:
Line 25: Line 25:
 
Another option to install GPG key is to manually download and install package <code>axis-archive-keyring</code>. The advantage is that this method of installation is not dependent on the availability of the key server. Another advantage is that the key is not integrated into the global apt keyring, but is installed as a separate file:
 
Another option to install GPG key is to manually download and install package <code>axis-archive-keyring</code>. The advantage is that this method of installation is not dependent on the availability of the key server. Another advantage is that the key is not integrated into the global apt keyring, but is installed as a separate file:
   
wget http://mirror.xcer.cz/trinity-sb/pool/main-r14/a/axis-archive-keyring/axis-archive-keyring_2014.06.21.a_all.deb
+
wget http://mirror.ppa.trinitydesktop.org/trinity-sb/pool/main-r14/a/axis-archive-keyring/axis-archive-keyring_2014.06.21.a_all.deb
 
dpkg -i axis-archive-keyring_2014.06.21.a_all.deb
 
dpkg -i axis-archive-keyring_2014.06.21.a_all.deb
   
Line 39: Line 39:
 
====Debian====
 
====Debian====
 
* unstable - Sid : amd64, i386, armhf
 
* unstable - Sid : amd64, i386, armhf
* 10.x - Buster: amd64, i386, armhf
+
* 10.x - Buster : amd64, i386, armhf
 
* 9.x - Stretch : amd64, i386,armhf, armel, arm64, mips, ppc64el
 
* 9.x - Stretch : amd64, i386,armhf, armel, arm64, mips, ppc64el
 
* 8.x - Jessie : amd64, i386, armhf, armel, arm64, mips, powerpc, ppc64el
 
* 8.x - Jessie : amd64, i386, armhf, armel, arm64, mips, powerpc, ppc64el
Line 51: Line 51:
   
 
====Raspbian====
 
====Raspbian====
  +
* 9.x - Raspbian-Stretch : armhf
 
* 8.x - Raspbian-Jessie : armhf
 
* 8.x - Raspbian-Jessie : armhf
 
* 7.x - Raspbian-Wheezy : armhf
 
* 7.x - Raspbian-Wheezy : armhf
   
 
====Ubuntu====
 
====Ubuntu====
 
* 18.10 - Cosmic: amd64, i386
 
* 18.04 - Bionic: amd64, i386, armhf, ppc64el
 
* 18.04 - Bionic: amd64, i386, armhf, ppc64el
 
* 17.10 - Artful: amd64, i386
 
* 17.10 - Artful: amd64, i386
 
* 17.04 - Zesty: amd64, i386
 
* 17.04 - Zesty: amd64, i386
* 16.10 - Yakkety: amd64, i386
 
 
* 16.04 - Xenial: amd64, i386, armhf, powerpc, ppc64el
 
* 16.04 - Xenial: amd64, i386, armhf, powerpc, ppc64el
 
* 14.04 - Trusty : amd64, i386, armhf, powerpc, ppc64el
 
* 14.04 - Trusty : amd64, i386, armhf, powerpc, ppc64el
Line 68: Line 69:
 
The Release date for each distribution can be found in each distribution’s Release file. This is found by the pattern:
 
The Release date for each distribution can be found in each distribution’s Release file. This is found by the pattern:
   
http://mirror.xcer.cz/trinity-sb/dists/'''<your-distribution>'''/Release
+
http://mirror.ppa.trinitydesktop.org/trinity-sb/dists/'''<your-distribution>'''/Release
   
 
Note: '''<your-distribution>''' is all lowercase.
 
Note: '''<your-distribution>''' is all lowercase.
Line 74: Line 75:
 
Example for Ubuntu, 14.04 - Trusty:
 
Example for Ubuntu, 14.04 - Trusty:
   
http://mirror.xcer.cz/trinity-sb/dists/trusty/Release
+
http://mirror.ppa.trinitydesktop.org/trinity-sb/dists/trusty/Release
   
 
==Feedback==
 
==Feedback==

Revision as of 15:22, 7 August 2018

A preliminary version of the next maintenance release - known as "preliminary stable builds" - is available for testing or routine use. Packages are only available for Debian / Devuan, Ubuntu and Raspbian.

The preliminary stable builds packages are hosted in a regular apt repository (alternative apt source), so you'll be able to get updates regularly

Installing Preliminary Stable Builds

To use the preliminary stable builds you need to add the following lines to your /etc/apt/sources.list.
Please replace all references to <your-distribution> with your lowercase appropriate version: e.g "wheezy" or "vivid".

# Trinity preliminary stable builds
deb http://mirror.ppa.trinitydesktop.org/trinity-sb <your-distribution> deps-r14 main-r14
deb-src http://mirror.ppa.trinitydesktop.org/trinity-sb <your-distribution> deps-r14 main-r14

Example for Ubuntu, 14.04 - Trusty:

# Trinity preliminary stable builds
deb http://mirror.ppa.trinitydesktop.org/trinity-sb trusty deps-r14 main-r14
deb-src http://mirror.ppa.trinitydesktop.org/trinity-sb trusty deps-r14 main-r14

Packages are signed using GPG key ID A04BE668. To install the GPG key you can use any public GPG keyserver, for example:

sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-key A04BE668

Another option to install GPG key is to manually download and install package axis-archive-keyring. The advantage is that this method of installation is not dependent on the availability of the key server. Another advantage is that the key is not integrated into the global apt keyring, but is installed as a separate file:

wget http://mirror.ppa.trinitydesktop.org/trinity-sb/pool/main-r14/a/axis-archive-keyring/axis-archive-keyring_2014.06.21.a_all.deb
dpkg -i axis-archive-keyring_2014.06.21.a_all.deb

Note: In new Debian Stretch installations the dirmngr package, which is necessary for gnupg, may be missing. To make the apt-key work properly, install the dirmngr package first.


Available distributions and architectures

The preliminary stable builds apt repository includes packages for various distributions and hardware architectures. The current list of distributions and architectures are as follows:

Distributions

Debian

  • unstable - Sid : amd64, i386, armhf
  • 10.x - Buster : amd64, i386, armhf
  • 9.x - Stretch : amd64, i386,armhf, armel, arm64, mips, ppc64el
  • 8.x - Jessie : amd64, i386, armhf, armel, arm64, mips, powerpc, ppc64el
  • 7.x - Wheezy : amd64, i386, armhf, armel, mips, powerpc
  • 6.x - Squeeze : amd64, i386, armel

Devuan

  • unstable - Ceres : Use Debian Sid.
  • 2.x - Ascii : Use Debian Stretch.
  • 1.x - Jessie : Use Debian Jessie.

Raspbian

  • 9.x - Raspbian-Stretch : armhf
  • 8.x - Raspbian-Jessie : armhf
  • 7.x - Raspbian-Wheezy : armhf

Ubuntu

  • 18.10 - Cosmic: amd64, i386
  • 18.04 - Bionic: amd64, i386, armhf, ppc64el
  • 17.10 - Artful: amd64, i386
  • 17.04 - Zesty: amd64, i386
  • 16.04 - Xenial: amd64, i386, armhf, powerpc, ppc64el
  • 14.04 - Trusty : amd64, i386, armhf, powerpc, ppc64el
  • 12.04 - Precise : amd64, i386
  • 10.04 - Lucid : amd64, i386

Release Dates

The Release date for each distribution can be found in each distribution’s Release file. This is found by the pattern:

http://mirror.ppa.trinitydesktop.org/trinity-sb/dists/<your-distribution>/Release

Note: <your-distribution> is all lowercase.

Example for Ubuntu, 14.04 - Trusty:

http://mirror.ppa.trinitydesktop.org/trinity-sb/dists/trusty/Release

Feedback

For any further question or problem, please refer to the TDE mailing lists or bug tracker.