Difference between revisions of "Dries"

From SME Server
Jump to navigationJump to search
(Added extra explanatory text when including the page.)
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>The following command will configure the Dries repository on SME Server.</includeonly>
+
{{Warning box|This repository is not accessible anymore. This page needs to be deleted}}<noinclude>{{Warning box|msg=Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install package enable it using the option --enablerepo=dries at the SME Server shell.}}
 +
Below you find the installation command for the {{PAGENAME}} repository which can be entered on the SME Server shell.
 +
</noinclude>
 
  /sbin/e-smith/db yum_repositories set dries repository \
 
  /sbin/e-smith/db yum_repositories set dries repository \
  Name 'dries - EL4' \
+
  Name 'dries - EL5' \
  BaseURL 'http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el4/en/i386/dries/RPMS' \
+
  BaseURL 'http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/i386/dries/RPMS' \
 
  EnableGroups no \
 
  EnableGroups no \
 
  GPGCheck yes \
 
  GPGCheck yes \
Line 11: Line 13:
 
  perl-MIME-tools,perl-Net-Server,perl-Quota \
 
  perl-MIME-tools,perl-Net-Server,perl-Quota \
 
  status disabled
 
  status disabled
<includeonly>After adding it to the database we have to update the changes to the configuration file:
+
<noinclude>
  expand-temlpate /etc/yum.conf</includeonly>
+
After adding it to the database updating the configuration file is required:
<noinclude>[[Category: Yum_Repository]]</noinclude>
+
  signal-event yum-modify
 +
----
 +
[[Category: Yum_Repository]]
 +
</noinclude>

Latest revision as of 02:22, 14 February 2018

Warning.png Warning:
This repository is not accessible anymore. This page needs to be deleted


Warning.png Warning:
Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install package enable it using the option --enablerepo=dries at the SME Server shell.


Below you find the installation command for the Dries repository which can be entered on the SME Server shell.

/sbin/e-smith/db yum_repositories set dries repository \
Name 'dries - EL5' \
BaseURL 'http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el5/en/i386/dries/RPMS' \
EnableGroups no \
GPGCheck yes \
GPGKey http://dries.studentenweb.org/rpm/RPM-GPG-KEY.dries.txt \
Visible no \
Exclude iptraf,iptstate,perl-Convert-ASN1,perl-Digest-SHA1,perl-XML-NamespaceSupport,\
perl-XML-SAX,python-elementtree,spamassassin,perl-Authen-PAM,perl-IO-stringy,\
perl-MIME-tools,perl-Net-Server,perl-Quota \
status disabled

After adding it to the database updating the configuration file is required:

signal-event yum-modify