[X2Go-Commits] page changed: wiki:development:nightly-builds
wiki-admin at x2go.org
wiki-admin at x2go.org
Wed Nov 2 07:35:26 CET 2016
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/11/02 06:35
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:nightly-builds?rev=1477974800
New Revision: http://wiki.x2go.org/doku.php/wiki:development:nightly-builds
Edit Summary: Rewrite page, mostly linking to the relevant wiki:repositories: pages.
User : ionic
@@ -10,22 +10,13 @@
===== Nightly Builds for GNU/Linux =====
- We provide nightly builds of X2Go client and X2Go server components for several GNU/Linux based distributions: [[#nightly-builds_for_debian_gnu_linux|Debian GNU/Linux]], [[#nightly-builds_for_debian_gnu_linux|Ubuntu GNU/Linux]], [[#nightly-builds_for_fedora_gnu_linux|Fedora GNU/Linux]] and [[#nightly-builds_for_epel|Redhat Enterprise Linux (and derivatives)]].
+ We provide
nightly builds of X2Go client and X2Go server components for several GNU/Linux based distributions: [[#nightly-builds_for_debian_gnu_linux|Debian GNU/Linux]], [[#nightly-builds_for_debian_gnu_linux|Ubuntu GNU/Linux]], [[#nightly-builds_for_fedora_gnu_linux|Fedora GNU/Linux]] and [[#nightly-builds_for_epel|Redhat Enterprise Linux (and derivates)]].
==== Nightly-Builds for Debian GNU/Linux ====
- The nightly builds for Debian can be added to your local system by putting these two lines into ''/etc/apt/sources.list.d/x2go.list'' (example for Debian squeeze):
-
- <code>
- # X2Go nightly builds repository
- deb http://packages.x2go.org/debian squeeze main heuler
- # X2go nightly builds repository (sources)
- deb-src http://packages.x2go.org/debian squeeze main heuler
- </code>
-
- **Note:** to get all packages relevant to X2Go onto your system, please also add the main area of the Debian package repository to your APT sources when installing any of the nightly built packages.
+
Follow [[wiki:repositories:debian#adding_this_repository_to_your_package_system|the X2Go Packages for Debian GNU/Linux instructions]], but comment the ''main'' lines and uncomment the ''heuler'' lines.
==== Nightly Builds for Ubuntu GNU/Linux ====
The nightly builds for Ubuntu can be retrieved from a PPA on Launchpad. Use the follwing command to add the ppa:x2go/ppa as a package source to your local system:
@@ -38,137 +29,27 @@
==== Nightly Builds for Fedora GNU/Linux ====
- We provide nightly builds for the latest and still support Fedora distributions.
+ Follow [[wiki:repositories:fedora#adding_the_x2go_repository_to_your_package_system|the X2Go Packages for Fedora GNU/Linux instructions]], but disable the ''release'' repositories and enable the ''nightly'' repositories.
- Install the below file as '''/etc/yum.repos.d/x2go.repo'''.
-
- Note, that the source repository is disabled by default.
-
-
- <code>
- [x2go-nightly]
- name=Upstream X2Go Packages
(nightly builds)
- baseurl=http://packages.x2go.org/fedora/$releasever/heuler/$basearch
- gpgcheck=0
- 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
- </code>
+ The ''source''-tagged repositories do not need to be enabled, unless the source RPMs are needed for (re-)building packages.
==== Nightly Builds for RHEL ====
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 5, 6, 7 and derivatives (e.g. Centos or Scientific Linux). Install the below file as '''/etc/yum.repos.d/x2go.repo'''.
+ Follow
[[wiki:repositories:epel#adding_the_x2go_repository_to_your_package_system|the X2Go Packages for Redhat Enterprise Linux and Derivatives]], but disable the ''release'' repositories and enable the ''nightly'' repositories.
- Note, that the source repository is disabled by default.
+ The ''source''-tagged repositories do not need to be enabled, unless the source RPMs are needed for (re-)building packages.
- <code>
- [x2go-nightly]
- name=Upstream X2Go Packages (nightly builds)
- baseurl=http://packages.x2go.org/epel/$releasever/heuler/$basearch
- gpgcheck=0
- enabled=1
- protect=0
+ These repositories also depend on (and replace the X2Go) packages from the Fedora EPEL project. See [[http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL|using EPEL]].
- [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
+ ==== Nightly Builds for (Open-)SUSE ====
-
[x2go-extras]
- name=Upstream X2Go Packages (extra packages)
- baseurl=http://packages.x2go.org/epel/$releasever/extras/$basearch
- gpgcheck=0
- enabled=1
- protect=0
- </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>
+ We provide nightly builds for openSUSE (12.3, 13.1, 13.2 and Leap 42.1) / SUSE Linux Enterprise (11.2, 11.3, 12.0).
- The ''[x2go-extras]'' repository is currently needed for all supported SLE versions.
+ Follow [[wiki:repositories:suse#adding_the_x2go_repository_to_your_package_system|the X2Go packages for SUSE-based systems instructions]] and especially keep an eye open for the ''nightly'' part.
===== Nightly Builds of X2Go Client for MS Windows =====
@@ -180,8 +61,8 @@
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 =====
- Currently we provide irregular pre-views of X2Go Client binaries for Mac OS X. [[http://code.x2go.org/releases/binary-macosx/|Refer to our download server]] for what previews are available.
+ Currently we provide irregular previews of X2Go Client
binaries for Mac OS X. [[http://code.x2go.org/releases/binary-macosx/|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 Mac OS X version of X2Go Client, please [[wiki:development:join-the-team|contact the X2Go developer team]].
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
More information about the x2go-commits
mailing list