User Tools

Site Tools


wiki:development:nightly-builds

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:development:nightly-builds [2013/12/28 16:42]
sunweaver
wiki:development:nightly-builds [2014/10/13 08:11]
sunweaver
Line 1: Line 1:
 ====== 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).  
 + 
 +Help us testing new X2Go component versions by installing nightly built X2Go packages on your test rigs. Use nightly-builds at your very own risk and give feedback if things break after installation of nightly built packages. 
 + 
 +If unsure, ask on [[contact:start#join_us_on_irc|IRC]] or on the [[contact:start#mailing_lists|X2Go development mailing list]] before installing nightly built packages. 
 + 
 +**FYI:** For those who wonder what the word ,,heuler" means when stumbling over some of the nightly-builds package archive URLs. A ,,heuler" is the German word for a [[http://de.wikipedia.org/wiki/Seehund#Heuler|baby seal]] that has been abandoned by its mother (or whose mother has been killed by seal hunters).
  
  
 ===== Nightly Builds for GNU/Linux ===== ===== Nightly Builds for GNU/Linux =====
  
-We provide nightly builds of X2Go client and X2Go server components for several GNU/Linux based distributions: [[#nightly-builds_for_debian_gnu_linux|Debian GNU/Linux]], [[#nightly-builds_for_debian_gnu_linux|Ubuntu GNU/Linux]], [[#nightly-builds_for_fedora_gnu_linux|Fedora GNU/Linux]] and [[#nightly-builds_for_epel|Redhad Enterprise Linux (and derivatives)]].+We provide nightly builds of X2Go client and X2Go server components for several GNU/Linux based distributions: [[#nightly-builds_for_debian_gnu_linux|Debian GNU/Linux]], [[#nightly-builds_for_debian_gnu_linux|Ubuntu GNU/Linux]], [[#nightly-builds_for_fedora_gnu_linux|Fedora GNU/Linux]] and [[#nightly-builds_for_epel|Redhat Enterprise Linux (and derivatives)]].
  
 ==== Nightly-Builds for Debian GNU/Linux ==== ==== Nightly-Builds for Debian GNU/Linux ====
Line 48: Line 54:
 </code> </code>
  
-==== Nightly Builds for EPEL ====+==== Nightly Builds for RHEL ====
  
-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.+We provide nightly builds for RHEL-5, RHEL-6 and RHEL-7 (x86_64 architecture only for now). For RHEL-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'''.+The below '''.repo''' file is for RHEL-6 and derivatives (e.g. Centos 6 or Scientific Linux 6). Install the below file as '''/etc/yum.repos.d/x2go.repo'''.
  
 <code> <code>
Line 62: Line 68:
 protect=0 protect=0
  
-[x2go-extras]er te+[x2go-extras]
 name=Upstream X2Go Packages (extra packages) name=Upstream X2Go Packages (extra packages)
 baseurl=http://packages.x2go.org/epel/6/extras/$basearch baseurl=http://packages.x2go.org/epel/6/extras/$basearch
Line 70: Line 76:
 </code> </code>
  
 +These repositories also depend on (and replaces the X2Go) packages from the Fedora EPEL project.  See [[http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL|using EPEL]].
  
-===== Preview Builds for Mac OS X =====+The ''[x2go-extras]'' repository is currently / temporarily required for installing some of the X2Go packages via our RHEL-5 and RHEL-6 repository.
  
-Currently we provide irregular pre-views of X2Go Client binaries for Mac OS X. Refer to our download server for what previews are available.+If you want to intall X2Go nightly builds for RHEL-5 or RHEL-7, simply replace the "6" in the above block by "5" or "7".
  
-If someone feels like volunteering and wants to help out with build automation of the Mac OS X version of X2Go Client, please [[wiki:development:join-the-team|contact the X2Go developer team]].+Some packages from ''[x2go-extras]'' are required for the nightly built packages as well as for [[wiki:repositories:epel|released RPM packages]]. [[http://packages.x2go.org/epel/6/extras/x86_64/rpms/|Those packages]] are not part of X2Go, but required as dependencies. They finally have to be integrated into the official EPEL-6 project's  
 +repository.
  
-===== Preview Builds for Mac OS X =====+==== Nightly Builds for openSUSE / SLES ====
  
-Currently we provide irregular pre-views of X2Go Client binaries for Mac OS XRefer to our download server for what previews are available.+We provide nightly builds for openSUSE (12.3 and 13.1) / SLES (in prep).
  
-If someone feels like volunteering and wants to help out with build automation of the MS Windows version of X2Go Client PyHoca X2Go Client, please [[wiki:development:join-the-team|contact the X2Go developer team]].+The below '''.repo''' file is for openSUSE 13.1 and derivatives. Install the below file as '''/etc/zypp/repos.d/x2go-nightly.repo'''.
  
 +<code>
 +[x2go-nightly]
 +name=Upstream X2Go Packages (nightly builds)
 +baseurl=http://packages.x2go.org/opensuse/13.1/heuler/$basearch
 +gpgcheck=0
 +enabled=1
 +protect=0
 +
 +#[x2go-extras]
 +#name=Upstream X2Go Packages (extra packages)
 +#baseurl=http://packages.x2go.org/opensuse/13.1/extras/$basearch
 +#gpgcheck=0
 +#enabled=1
 +#protect=0
 +</code>
 +
 +The ''[x2go-extras]'' repository is currently / temporarily not available / present / not needed. We will change this information here, once it becomes necessary to pull-in extra packages from that repository URL.
 +
 +
 +===== Preview Builds for MS Windows =====
 +
 +Currently we provide irregular pre-views of X2Go Client / PyHoca-GUI binaries for MS Windows. [[http://code.x2go.org/releases/binary-win32/|Refer to our download server]] for what previews are available.
 +
 +If someone feels like volunteering and wants to help out with build automation of the MS Windows version of X2Go Client / PyHoca, please [[wiki:development:join-the-team|contact the X2Go developer team]].
 +
 +
 +===== Preview Builds for Mac OS X =====
 +
 +Currently we provide irregular pre-views of X2Go Client binaries for Mac OS X. [[http://code.x2go.org/releases/binary-macosx/|Refer to our download server]] for what previews are available.
 +
 +If someone feels like volunteering and wants to help out with build automation of the Mac OS X version of X2Go Client, please [[wiki:development:join-the-team|contact the X2Go developer team]].
  
wiki/development/nightly-builds.txt · Last modified: 2016/11/24 12:13 by ionic