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 [2015/01/29 02:14]
ionic [Nightly Builds for Fedora GNU/Linux] Add source entry.
wiki:development:nightly-builds [2015/01/29 02:20]
ionic [Nightly Builds for openSUSE / SLES] Add source repository entry.
Line 68: 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 75: 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 96: Line 105:
 ==== Nightly Builds for openSUSE / SLES ==== ==== Nightly Builds for openSUSE / SLES ====
  
-We provide nightly builds for openSUSE (12.3 and 13.1) / SLES (in prep).+We provide nightly builds for openSUSE (12.313.1 and 13.2) / 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'''. The below '''.repo''' file is for openSUSE 13.1 and derivatives. Install the below file as '''/etc/zypp/repos.d/x2go-nightly.repo'''.
 +
 +Note, that the source repository is disabled by default.
  
 <code> <code>
Line 107: Line 118:
 gpgcheck = 0 gpgcheck = 0
 enabled = 1 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 protect = 0
  
Line 117: Line 136:
 </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/temporarily not available/present/needed. We will change this information here, once it becomes necessary to pull-in extra packages from that repository URL.
  
  
wiki/development/nightly-builds.txt ยท Last modified: 2016/11/24 12:13 by ionic