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 [2014/10/14 15:47]
sunweaver [Nightly Builds for openSUSE / SLES]
wiki:development:nightly-builds [2016/11/01 04:33]
ionic Reformat heuler as typewriter text.
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).
  
  
Line 42: Line 42:
 We provide nightly builds for the latest and still support Fedora distributions. 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'''.+Install the below file as '''/etc/yum.repos.d/x2go.repo'''
 + 
 +Note, that the source repository is disabled by default.
  
  
Line 48: Line 50:
 [x2go-nightly] [x2go-nightly]
 name=Upstream X2Go Packages (nightly builds) name=Upstream X2Go Packages (nightly builds)
-baseurl=http://packages.x2go.org/fedora/20/heuler/$basearch+baseurl=http://packages.x2go.org/fedora/$releasever/heuler/$basearch
 gpgcheck=0 gpgcheck=0
 enabled=1 enabled=1
 +protect=0
 +
 +[x2go-sources]
 +name=Upstream X2Go Packages (nightly builds) Sources
 +baseurl=http://packages.x2go.org/fedora/$releasever/heuler/SRPM
 +gpgcheck=0
 +enabled=0
 protect=0 protect=0
 </code> </code>
Line 58: Line 67:
 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 or Scientific Linux 6). Install the below file as '''/etc/yum.repos.d/x2go.repo'''.+The below '''.repo''' file is for RHEL 5, 6, 7 and derivatives (e.g. Centos or Scientific Linux). Install the below file as '''/etc/yum.repos.d/x2go.repo'''
 + 
 +Note, that the source repository is disabled by default.
  
 <code> <code>
 [x2go-nightly] [x2go-nightly]
 name=Upstream X2Go Packages (nightly builds) name=Upstream X2Go Packages (nightly builds)
-baseurl=http://packages.x2go.org/epel/6/heuler/$basearch+baseurl=http://packages.x2go.org/epel/$releasever/heuler/$basearch
 gpgcheck=0 gpgcheck=0
 enabled=1 enabled=1
 +protect=0
 +
 +[x2go-nightly-sources]
 +name=Upstream X2Go Packages (nightly builds) Sources
 +baseurl=http://packages.x2go.org/epel/$releasever/heuler/SRPM
 +gpgcheck=0
 +enabled=0
 protect=0 protect=0
  
 [x2go-extras] [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/$releasever/extras/$basearch
 gpgcheck=0 gpgcheck=0
 enabled=1 enabled=1
Line 80: Line 98:
 The ''[x2go-extras]'' repository is currently / temporarily required for installing some of the X2Go packages via our RHEL-5 and RHEL-6 repository. The ''[x2go-extras]'' repository is currently / temporarily required for installing some of the X2Go packages via our RHEL-5 and RHEL-6 repository.
  
-If you want to intall X2Go nightly builds for RHEL-5 or RHEL-7simply replace the "6" in the above block by "5" or "7".+Some packages from ''[x2go-extras]'' are required for the nightly built packages as well as for [[wiki:repositories:epel|released RPM packages]]. Those packages [[http://packages.x2go.org/epel/5/extras/i386/rpms/| (RHEL 5 32-bit) ]] [[http://packages.x2go.org/epel/5/extras/x86_64/rpms/| (RHEL 5 64-bit) ]] [[http://packages.x2go.org/epel/6/extras/i386/rpms/| (RHEL 6 32-bit) ]] [[http://packages.x2go.org/epel/6/extras/x86_64/rpms/| (RHEL 6 64-bit) ]] are not part of X2Gobut required as dependencies. They finally have to be integrated into the official EPEL-project's repository.
  
-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  +==== Nightly Builds for openSUSE SUSE Linux Enterprise ====
-repository.+
  
-==== Nightly Builds for openSUSE / SLES ====+We provide nightly builds for openSUSE (12.3, 13.1 and 13.2) SUSE Linux Enterprise (11.2, 11.3, 12.0).
  
-We provide nightly builds for openSUSE (12.3 and 13.1) / SLES (in prep).+=== Nightly Builds for openSUSE ===
  
-The below '''.repo''' file is for openSUSE 13.1 and derivatives. Install the below file as '''/etc/zypp/repos.d/x2go-nightly.repo'''.+The below '''.repo''' file is for openSUSE 13.1. Install the below file as '''/etc/zypp/repos.d/x2go-nightly.repo'''
 + 
 +Note, that the source repository is disabled by default.
  
 <code> <code>
Line 100: Line 119:
 protect = 0 protect = 0
  
-[libssh-latest+[x2go-nightly-sources
-name=Latest libssh builds from libssh upstream+name = Upstream X2Go Packages (nightly builds) Sources
 type = rpm-md type = rpm-md
-baseurl=http://download.opensuse.org/repositories/network:/synchronization:/files/openSUSE_13.1/ +baseurl = http://packages.x2go.org/opensuse/13.1/heuler/SRPM 
-gpgcheck=1+gpgcheck = 
 +enabled = 0 
 +protect = 0 
 + 
 +[x2go-extras] 
 +name = Upstream X2Go Packages (extra packages) 
 +type = rpm-md 
 +baseurl = http://packages.x2go.org/opensuse/13.1/extras/
 enabled=1 enabled=1
 +gpgcheck = 0
 +</code>
  
-#[x2go-extras] +The ''[x2go-extras]'' repository is currently needed for all supported openSUSE versions. 
-#name=Upstream X2Go Packages (extra packages+ 
-#baseurl=http://packages.x2go.org/opensuse/13.1/extras/$basearch +=== Nightly Builds for SUSE Linux Enterprise === 
-#gpgcheck=1 + 
-#enabled=1 +The below '''.repo''' file is for SLE 11.3. Install the below file as '''/etc/zypp/repos.d/x2go-nightly.repo'''
-#protect=0+ 
 +Note, that the source repository is disabled by default. 
 + 
 +<code> 
 +[x2go-nightly
 +name = Upstream X2Go Packages (nightly builds
 +type = rpm-md 
 +baseurl = http://packages.x2go.org/sle/11.3/heuler/$basearch 
 +gpgcheck = 0 
 +enabled = 1 
 +protect = 0 
 + 
 +[x2go-nightly-sources] 
 +name = Upstream X2Go Packages (nightly builds) Sources 
 +type = rpm-md 
 +baseurl = http://packages.x2go.org/sle/11.3/heuler/SRPM 
 +gpgcheck = 0 
 +enabled = 0 
 +protect = 0 
 + 
 +[x2go-extras] 
 +name = Upstream X2Go Packages (extra packages) 
 +type = rpm-md 
 +baseurl = http://packages.x2go.org/sle/11.3/extras/ 
 +enabled=1 
 +gpgcheck = 0
 </code> </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.+The ''[x2go-extras]'' repository is currently needed for all supported SLE versions.
  
  
-===== 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 =====
  
wiki/development/nightly-builds.txt · Last modified: 2016/11/24 12:13 by ionic