Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Modeling Build Server Setup"

Line 10: Line 10:
 
OOTB, YaST2 (/sbin/yast2) does not include [http://en.opensuse.org/Package_Repositories any repos] for updating your server. This is lame. To fix this, [http://en.opensuse.org/Add_Package_Repositories_to_YaST add the following repos]:
 
OOTB, YaST2 (/sbin/yast2) does not include [http://en.opensuse.org/Package_Repositories any repos] for updating your server. This is lame. To fix this, [http://en.opensuse.org/Add_Package_Repositories_to_YaST add the following repos]:
  
http://install/sles10/sles10/CD1
+
* http://install/sles10/sles10/CD1
http://packman.unixheads.com/suse/10.3/
+
* http://download.opensuse.org/repositories/mozilla/openSUSE_10.3/
 +
* http://download.opensuse.org/repositories/Java:/packages/openSUSE_10.3/
 +
* http://download.opensuse.org/repositories/zypp:/Backport/openSUSE_10.3/
 +
 
 +
* http://packman.unixheads.com/suse/10.3/
 +
* ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/devel:/updatestack/openSUSE_10.3/
 +
 
  
 
Then, you can [http://sman.informatik.htw-dresden.de/doc/manual.10.3/sec.yast.ncurses_commands.html use YaST2] to find and install software, or you can install [http://en.opensuse.org/Using_zypper Zypper] and do it all via the commandline.
 
Then, you can [http://sman.informatik.htw-dresden.de/doc/manual.10.3/sec.yast.ncurses_commands.html use YaST2] to find and install software, or you can install [http://en.opensuse.org/Using_zypper Zypper] and do it all via the commandline.

Revision as of 17:43, 22 December 2008

This install log is for a SuSE. For an Ubuntu server, see EMF Build Server Setup. For Fedora/Xen, see EMFT Build Server Setup. The old version of this document is here.


Modeling Build Server Setup

You will need to be root for most of these tasks.

Installing and Updating Software

OOTB, YaST2 (/sbin/yast2) does not include any repos for updating your server. This is lame. To fix this, add the following repos:


Then, you can use YaST2 to find and install software, or you can install Zypper and do it all via the commandline.

Back to the top