[X2Go-Commits] page changed: wiki:development:nightly-builds

wiki-admin at x2go.org wiki-admin at x2go.org
Tue Dec 17 16:38:04 CET 2013


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2013/12/17 15:38
Browser     : Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 Iceweasel/23.0
IP-Address  : 134.245.254.47
Hostname    : m-047.informatik.uni-kiel.de
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:nightly-builds?rev=1362749499
New Revision: http://wiki.x2go.org/doku.php/wiki:development:nightly-builds
Edit Summary: 
User        : sunweaver

@@ -1,27 +1,65 @@
- ====== Nightly-Builds ======
+ ====== Nightly Builds ======
  
- Nightly-builds are derived from the [[git|X2Go Git]] site and always reflect the state of HEAD in Git (branch: master). Use nightly-builds at your very own risk.
+ Nightly builds are derived from the [[git|X2Go Git]] site and always reflect the state of HEAD in Git (branch: master). Use nightly-builds at your very own risk.
  
  ===== Nightly-Builds for Debian GNU/Linux =====
  
- The nightly-builds for Debian can be added to your
local system by putting these two lines into ''/etc/apt/sources.list.d/x2go.list'' (example for Debian squeeze):
+ The nightly builds for Debian can be added to your local system by putting these two lines into ''/etc/apt/sources.list.d/x2go.list'' (example for Debian squeeze):
  
  <code>
- # X2Go nightly-builds repository
+ # X2Go nightly builds repository
  deb http://packages.x2go.org/debian squeeze main heuler
- # X2go nightly-builds repository (sources)
+ # X2go nightly builds repository (sources)
  deb-src http://packages.x2go.org/debian squeeze main heuler
  </code>
  
  **Note:** to get all packages relevant to X2Go onto your system, please also add the main area of the Debian package repository to your APT sources when installing any of the nightly built packages.
- ===== Nightly-Builds for Ubuntu GNU/Linux =====
  
- The nightly-builds for Ubuntu can be retrieved from a PPA on Launchpad. Use the follwing command to add the ppa:x2go/ppa as a package source to your local
system:
+ ===== Nightly Builds for Ubuntu GNU/Linux =====
+ 
+ The nightly builds for Ubuntu can be retrieved from a PPA on Launchpad. Use the follwing command to add the ppa:x2go/ppa as a package source to your local system:
  
  <code>
  $ sudo add-apt-repository ppa:x2go/ppa
  </code>
  
  Please make sure that you have activated Ubuntu packages from ''main'' and ''universe'' when installing/testing ''x2goserver''.
  
  
+ ===== Nightly Builds for Fedora =====
+ 
+ We provide nightly builds for the latest and still support Fedora distributions.
+ 
+ The below '''.repo''' file is for Fedora 20. Install the below file as '''/etc/yum.repos.d/x2go.repo'''.
+ 
+ 
+ <code>
+ [x2go-nightly]
+ name=Upstream X2Go Packages (nightly builds)
+ baseurl=http://packages.x2go.org/fedora/20/heuler/$basearch
+ gpgcheck=0
+ enabled=1
+ protect=0
+ </code>
+ 
+ ===== Nightly Builds for EPEL =====
+ 
+ We provide nightly builds for EPEL-5 and EPEL-6. For EPEL-5 only the X2Go Server side is available,
because both X2Go client implementations (X2Go Client and PyHoca) won't build on the very old library base of RHEL/EPEL-5.
+ 
+ The below '''.repo''' file is for EPEL-6 (RHEL-6 and derivatives, like e.g. Centos 6 or Scientific Linux 6). Install the below file as '''/etc/yum.repos.d/x2go.repo'''.
+ 
+ <code>
+ [x2go-nightly]
+ name=Upstream X2Go Packages (nightly builds)
+ baseurl=http://packages.x2go.org/epel/6/heuler/$basearch
+ gpgcheck=0
+ enabled=1
+ protect=0
+ 
+ [x2go-extras]
+ name=Upstream X2Go Packages (extra packages)
+ baseurl=http://packages.x2go.org/epel/6/extras/$basearch
+ gpgcheck=0
+ enabled=1
+ protect=0
+ </code>



-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/




More information about the x2go-commits mailing list