Difference between revisions of "Nightly Builds"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>Eliddell
(Created page with "Category:Developers We have nightly builds available for testing. Packages are only available for Ubuntu/Debian. Our nightly builds are hosted in a regular repository, so...")
 
imported>Michele Calgaro
(Updated)
 
Line 1: Line 1:
 
[[Category:Developers]]
 
[[Category:Developers]]
We have nightly builds available for testing. Packages are only available for Ubuntu/Debian.
+
Nightly builds are available for testing and contain the latest available (possibly unstable) version of TDE currently under development. Packages are only available for Ubuntu/Debian.
   
  +
'''Important'''
Our nightly builds are hosted in a regular repository, so you'll be able to get updates regularly
 
  +
  +
Please note that access to nightly builds is currently restricted due to limited server bandwidth.
  +
Before you can access them, you need to contact Timothy Pearson at kb9vqf@pearsoncomputing.net and get a valid user name
   
 
==Installing Nightly Builds==
 
==Installing Nightly Builds==
   
To install nightly builds you need to add a few lines to your /etc/apt/sources.list. You will also need to remove the regular trinity repositories from that file
+
To install nightly builds you need to add a few lines to your /etc/apt/sources.list. You will also need to remove the regular trinity repositories from that file.
   
  +
Please replace all references to '''<your-distribution>''' with your appropriate version (e.g "wheezy" or "vivid") and replace all references to '''<your-username>''' with the one provided to you.
important: This is an example showing how to use the Ubuntu Oneiric repositories. If you are running another version of Ubuntu or Debian, please modify the appropriate spots (replace all references to 'oneiric" with your appropriate version: e.g "squeeze" or "precise")
 
   
 
# Trinity nightly builds
 
# Trinity nightly builds
deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-nightly-build-dependencies/ubuntu oneiric main
+
deb http://'''<your-username>'''@ppa.quickbuild.pearsoncomputing.net/trinity/trinity-nightly-build-dependencies/ubuntu '''<your-distribution>''' main
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-nightly-build-dependencies/ubuntu oneiric main
+
deb http://'''<your-username>'''@ppa.quickbuild.pearsoncomputing.net/trinity/trinity-nightly-builds/ubuntu '''<your-distribution>''' main
  +
 
  +
# This lines are optional
deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-nightly-builds/ubuntu oneiric main
 
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-nightly-builds/ubuntu oneiric main
+
deb-src http://'''<your-username>'''@ppa.quickbuild.pearsoncomputing.net/trinity/trinity-nightly-build-dependencies/ubuntu '''<your-distribution>''' main
 
deb-src http://'''<your-username>'''@ppa.quickbuild.pearsoncomputing.net/trinity/trinity-nightly-builds/ubuntu '''<your-distribution>''' main
 
Any further questions/problems should be reported to the mailing lists. -- Calvin Morrison - 27 Oct 2011
 

Latest revision as of 23:34, 15 April 2016

Nightly builds are available for testing and contain the latest available (possibly unstable) version of TDE currently under development. Packages are only available for Ubuntu/Debian.

Important

Please note that access to nightly builds is currently restricted due to limited server bandwidth. Before you can access them, you need to contact Timothy Pearson at kb9vqf@pearsoncomputing.net and get a valid user name

Installing Nightly Builds

To install nightly builds you need to add a few lines to your /etc/apt/sources.list. You will also need to remove the regular trinity repositories from that file.

Please replace all references to <your-distribution> with your appropriate version (e.g "wheezy" or "vivid") and replace all references to <your-username> with the one provided to you.

# Trinity nightly builds
deb http://<your-username>@ppa.quickbuild.pearsoncomputing.net/trinity/trinity-nightly-build-dependencies/ubuntu <your-distribution> main
deb http://<your-username>@ppa.quickbuild.pearsoncomputing.net/trinity/trinity-nightly-builds/ubuntu <your-distribution> main

# This lines are optional
deb-src http://<your-username>@ppa.quickbuild.pearsoncomputing.net/trinity/trinity-nightly-build-dependencies/ubuntu <your-distribution> main
deb-src http://<your-username>@ppa.quickbuild.pearsoncomputing.net/trinity/trinity-nightly-builds/ubuntu <your-distribution> main