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/06/26 21:22]
orion [Nightly Builds for EPEL] Use RHEL instead of EPEL, note EPEL dependency
wiki:development:nightly-builds [2015/01/29 02:18]
ionic [Nightly Builds for RHEL] Add source repository entry.
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 59: Line 68:
  
 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'''. 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'''.
 +
 +Note, that the source repository is disabled by default.
  
 <code> <code>
Line 66: Line 77:
 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/6/heuler/SRPM
 +gpgcheck=0
 +enabled=0
 protect=0 protect=0
  
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-6]].+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. The ''[x2go-extras]'' repository is currently / temporarily required for installing some of the X2Go packages via our RHEL-5 and RHEL-6 repository.
Line 82: Line 100:
 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 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".
  
-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.+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' 
 +repository. 
 + 
 +==== Nightly Builds for openSUSE / SLES ==== 
 + 
 +We provide nightly builds for openSUSE (12.3 and 13.1) / SLES (in prep). 
 + 
 +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) 
 +type = rpm-md 
 +baseurl = http://packages.x2go.org/opensuse/13.1/heuler/$basearch 
 +gpgcheck = 0 
 +enabled = 1 
 +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 / 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 ===== ===== Preview Builds for MS Windows =====
wiki/development/nightly-builds.txt · Last modified: 2016/11/24 12:13 by ionic