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 17:23]
sunweaver [Nightly Builds]
wiki:development:nightly-builds [2015/03/01 19:00]
mikedep333 [Preview Builds for MS Windows] We now have automated Windows builds :)
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>
  
-==== 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 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 protect=0
  
-[x2go-extras]er te+[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 
 + 
 +[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 76: Line 94:
 </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]].
 +
 +The ''[x2go-extras]'' repository is currently / temporarily required for installing some of the X2Go packages via our RHEL-5 and RHEL-6 repository.
 +
 +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 X2Go, but required as dependencies. They finally have to be integrated into the official EPEL-6 project's repository.
 +
 +==== Nightly Builds for openSUSE / SUSE Linux Enterprise ====
 +
 +We provide nightly builds for openSUSE (12.3, 13.1 and 13.2) / SUSE Linux Enterprise (11.2, 11.3, 12.0).
 +
 +=== Nightly Builds for openSUSE ===
 +
 +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>
 +[x2go-nightly]
 +name = Upstream X2Go Packages (nightly builds)
 +type = rpm-md
 +baseurl = http://packages.x2go.org/opensuse/13.1/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/opensuse/13.1/heuler/SRPM
 +gpgcheck = 0
 +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
 +gpgcheck = 0
 +</code>
 +
 +The ''[x2go-extras]'' repository is currently needed for all supported openSUSE versions.
 +
 +=== Nightly Builds for SUSE Linux Enterprise ===
 +
 +The below '''.repo''' file is for SLE 11.3. Install the below file as '''/etc/zypp/repos.d/x2go-nightly.repo'''.
 +
 +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>
 +
 +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