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
wiki:development:nightly-builds [2014/06/26 21:23]
orion [Nightly Builds for RHEL]
wiki:development:nightly-builds [2016/11/24 12:13] (current)
ionic Add Raspbian.
Line 7: Line 7:
 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. 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 ,,heulermeans when stumbling over some of the nightly-builds package archive URLs. A ,,heuleris 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).+**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|Redhat 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_raspbian_gnu_linux|Raspbian 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 derivates)]].
  
 ==== Nightly-Builds for Debian GNU/Linux ==== ==== 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):+Follow [[wiki:repositories:debian#adding_this_repository_to_your_package_system|the X2Go Packages for Debian GNU/Linux instructions]], but comment the ''main'' lines and uncomment the ''heuler'' lines.
  
-<code> +==== Nightly-Builds for Raspbian GNU/Linux ====
-# X2Go nightly builds repository +
-deb http://packages.x2go.org/debian squeeze main heuler +
-# 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 systemplease also add the main area of the Debian package repository to your APT sources when installing any of the nightly built packages.+Follow [[wiki:repositories:raspbian#adding_this_repository_to_your_package_system|the X2Go Packages for Raspbian GNU/Linux instructions]]but comment the ''main'' lines and uncomment the ''heuler'' lines.
  
 ==== Nightly Builds for Ubuntu GNU/Linux ==== ==== 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:+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> <code>
Line 40: Line 35:
 ==== Nightly Builds for Fedora GNU/Linux ==== ==== Nightly Builds for Fedora GNU/Linux ====
  
-We provide nightly builds for the latest and still support Fedora distributions.+Follow [[wiki:repositories:fedora#adding_the_x2go_repository_to_your_package_system|the X2Go Packages for Fedora GNU/Linux instructions]], but disable the ''release'' repositories and enable the ''nightly'' repositories.
  
-The below '''.repo''' file is for Fedora 20. Install the below file as '''/etc/yum.repos.d/x2go.repo'''+The ''source''-tagged repositories do not need to be enabled, unless the source RPMs are needed for (re-)building packages.
- +
- +
-<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 RHEL ==== ==== Nightly Builds for RHEL ====
Line 58: Line 43:
 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. 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 RHEL-6 and derivatives (e.g. Centos 6 or Scientific Linux 6). Install the below file as '''/etc/yum.repos.d/x2go.repo'''.+Follow [[wiki:repositories:epel#adding_the_x2go_repository_to_your_package_system|the X2Go Packages for Redhat Enterprise Linux and Derivatives]], but disable the ''release'' repositories and enable the ''nightly'' repositories.
  
-<code> +The ''source''-tagged repositories do not need to be enabled, unless the source RPMs are needed for (re-)building packages.
-[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] +These repositories also depend on (and replace the X2Gopackages from the Fedora EPEL project. See [[http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL|using EPEL]].
-name=Upstream X2Go Packages (extra packages) +
-baseurl=http://packages.x2go.org/epel/6/extras/$basearch +
-gpgcheck=0 +
-enabled=1 +
-protect=0 +
-</code>+
  
-These repositories also depend on (and replaces the X2Gopackages from the Fedora EPEL project.  See [[http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL|using EPEL]].+==== Nightly Builds for (Open-)SUSE ====
  
-The ''[x2go-extras]'' repository is currently / temporarily required for installing some of the X2Go packages via our RHEL-5 and RHEL-6 repository.+We provide nightly builds for openSUSE (12.3, 13.1, 13.2 and Leap 42.1) / SUSE Linux Enterprise (11.2, 11.3, 12.0).
  
-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".+Follow [[wiki:repositories:suse#adding_the_x2go_repository_to_your_package_system|the X2Go packages for SUSE-based systems instructions]] and especially keep an eye open for the ''nightly'' part.
  
-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 MS Windows =====+===== Nightly Builds of X2Go Client 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.+We now provide nightly builds of X2Go Client binaries for MS Windows. They can be downloaded [[http://code.x2go.org/releases/binary-win32/x2goclient/heuler/|from our download server]] (use the mingw32-4.8 folder.)
  
-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 of PyHoca-GUI for MS Windows =====
  
 +Currently we provide irregular preview builds of PyHoca-GUI binaries for MS Windows. [[http://code.x2go.org/releases/binary-win32/pyhoca-gui/previews/|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 PyHoca, please [[wiki:development:join-the-team|contact the X2Go developer team]].
 ===== Preview Builds for Mac OS X ===== ===== 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.+Currently we provide irregular previews 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]]. 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.1403817802.txt.gz · Last modified: 2014/06/26 21:23 by orion