Difference between revisions of "Stephdl"
From SME Server
Jump to navigationJump to searchLine 1: | Line 1: | ||
<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=stephdl''' at the SME Server shell.}} | <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=stephdl''' at the SME Server shell.}} | ||
Below you find the installation command for the {{PAGENAME}} repository which can be entered on the SME Server shell. | Below you find the installation command for the {{PAGENAME}} repository which can be entered on the SME Server shell. | ||
+ | ==stephdl== | ||
</noinclude> | </noinclude> | ||
db yum_repositories set stephdl repository \ | db yum_repositories set stephdl repository \ | ||
Line 6: | Line 7: | ||
EnableGroups no GPGCheck yes \ | EnableGroups no GPGCheck yes \ | ||
Name "Mirror de Labrusse" \ | Name "Mirror de Labrusse" \ | ||
+ | GPGKey http://mirror.de-labrusse.fr/RPM-GPG-KEY \ | ||
+ | Visible yes status disabled | ||
+ | |||
+ | ==stephdl-testing== | ||
+ | </noinclude> | ||
+ | db yum_repositories set stephdl-testing repository \ | ||
+ | BaseURL http://mirror.de-labrusse.fr/smeserver-testing/\$releasever \ | ||
+ | EnableGroups no GPGCheck yes \ | ||
+ | Name "Testing Mirror de Labrusse" \ | ||
GPGKey http://mirror.de-labrusse.fr/RPM-GPG-KEY \ | GPGKey http://mirror.de-labrusse.fr/RPM-GPG-KEY \ | ||
Visible yes status disabled | Visible yes status disabled |
Revision as of 20:31, 4 November 2013
Below you find the installation command for the Stephdl repository which can be entered on the SME Server shell.
stephdl
db yum_repositories set stephdl repository \ BaseURL http://mirror.de-labrusse.fr/smeserver/\$releasever \ EnableGroups no GPGCheck yes \ Name "Mirror de Labrusse" \ GPGKey http://mirror.de-labrusse.fr/RPM-GPG-KEY \ Visible yes status disabled
stephdl-testing
db yum_repositories set stephdl-testing repository \ BaseURL http://mirror.de-labrusse.fr/smeserver-testing/\$releasever \ EnableGroups no GPGCheck yes \ Name "Testing Mirror de Labrusse" \ GPGKey http://mirror.de-labrusse.fr/RPM-GPG-KEY \ Visible yes status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify