This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Software on the gnome.org servers

As much as possible, software on the gnome.org servers should be packaged (as rpms, debs, or whatever is appropriate for the servers distribution.) And as much as possible, the packaged software should be standard packages for the distribution.

Most of the gnome.org servers are currently installed with RHEL5. In addition to the basic RHEL 5 packages, we also consider packages from EPEL to be "standard" packages.

Local Packages

However, sometimes we need software that isn't in a standard package. This might be because the software just isn't packaged for the relevant distro, or it might be because the software is too old. (Currently there are random packages from different 3rd party repos installed on some of the servers with little reproducibility. The below is what we are doing moving forward.)

Warning: If we install a local package, WE WILL NOT GET AUTOMATIC SECURITY UPDATES.

Policy: no third-party binary packages. We should not configure any external repositories in the yum configuration for the server,even if they are relatively trusted. We should not download and install binary packages from 3rd party repositories, even relatively trusted ones. Any non-standard packages need to be rebuilt from source.

We have a yum repo for locally built packages at http://container-back/cobbler/repo_mirror/gnome-el5-$basearch. On machines where we are managing the local config through /Puppet, this repo is added to the machines configuration, and you can reference the packages from the puppet configuration. On other machines, you can install packages manually out of /home/admin/pkgs. (Eventually, we want all machines to be puppet managed.)

How to build

For our RHEL machines. Assuming you you know a fair bit about RPM packaging.

%_topdir            /home/users/otaylor/src/redhat
%packager John Doe <john@example.com>

rpmbuild -ba mypackage.spec --define 'dist el5.gnome'

TODO


2024-10-23 11:17