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:18]
ionic [Nightly Builds for RHEL] Add source repository entry.
wiki:development:nightly-builds [2015/02/10 10:47]
sunweaver [Nightly Builds for openSUSE / SLES]
Line 103: Line 103:
 repository. repository.
  
-==== Nightly Builds for openSUSE / SLES ====+==== Nightly Builds for openSUSE / SUSE Linux Enterprise ====
  
-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) / SUSE Linux Enterprise (11.2, 11.3, 12.0).
  
-The below '''.repo''' file is for openSUSE 13.1 and derivatives. Install the below file as '''/etc/zypp/repos.d/x2go-nightly.repo'''.+=== 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> <code>
Line 116: Line 120:
 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 126: Line 138:
 </code> </code>
  
-The ''[x2go-extras]'' repository is currently / temporarily not available present not neededWe will change this information hereonce it becomes necessary to pull-in extra packages from that repository URL.+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'''
 + 
 +Notethat 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.
  
  
wiki/development/nightly-builds.txt · Last modified: 2016/11/24 12:13 by ionic