Difference between revisions of "Digium repo"
Jump to navigation
Jump to search
Unnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 32: | Line 32: | ||
==SME9== | ==SME9== | ||
− | + | ||
+ | <onlyinclude>{{#ifeq:{{{transcludesection|SME9}}}|SME9| | ||
+ | * digium-13 repo | ||
/sbin/e-smith/db yum_repositories set digium-13 repository \ | /sbin/e-smith/db yum_repositories set digium-13 repository \ | ||
Name 'CentOS-$releasever - Digium 13' \ | Name 'CentOS-$releasever - Digium 13' \ | ||
Line 39: | Line 41: | ||
GPGCheck yes \ | GPGCheck yes \ | ||
GPGKey 'http://packages.digium.com/RPM-GPG-KEY-Digium' \ | GPGKey 'http://packages.digium.com/RPM-GPG-KEY-Digium' \ | ||
− | Visible | + | Visible yes \ |
status disabled | status disabled | ||
+ | |||
+ | * digium-current repo | ||
+ | /sbin/e-smith/db yum_repositories set digium-current repository \ | ||
+ | Name 'CentOS-$releasever - Digium current' \ | ||
+ | BaseURL 'http://packages.digium.com/centos/6/current/$basearch/' \ | ||
+ | EnableGroups no \ | ||
+ | GPGCheck no \ | ||
+ | GPGKey 'http://packages.digium.com/RPM-GPG-KEY-Digium' \ | ||
+ | Visible yes \ | ||
+ | status disabled | ||
+ | |||
+ | |||
+ | you should not enable GPG check for digium current some packages are not signed. | ||
+ | }}</onlyinclude> | ||
+ | |||
+ | |||
<noinclude> | <noinclude> | ||
After adding it to the database updating the configuration file is required: | After adding it to the database updating the configuration file is required: |
Latest revision as of 00:06, 9 April 2017
Below you find the installation command for the Digium repo repository which can be entered on the SME Server shell.
SME8
global repo
/sbin/e-smith/db yum_repositories set digium repository \ Name 'Digium Packages for Centos 5 - $basearch' \ BaseURL 'http://packages.digium.com/centos/5/current/$basearch/' \ EnableGroups no \ GPGCheck yes \ GPGKey http://packages.digium.com/RPM-GPG-KEY-Digium \ Visible no \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify
1.8 repo
/sbin/e-smith/db yum_repositories set asterisk18 repository \ Name 'CentOS-5 - Digium 1.8 - $basearch' \ BaseURL 'http://packages.digium.com/centos/5/digium-1.8/$basearch/' \ EnableGroups no \ GPGCheck yes \ GPGKey http://packages.digium.com/RPM-GPG-KEY-Digium \ Visible no \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify
SME9
- digium-13 repo
/sbin/e-smith/db yum_repositories set digium-13 repository \ Name 'CentOS-$releasever - Digium 13' \ BaseURL 'http://packages.digium.com/centos/6/digium-13/$basearch/' \ EnableGroups no \ GPGCheck yes \ GPGKey 'http://packages.digium.com/RPM-GPG-KEY-Digium' \ Visible yes \ status disabled
- digium-current repo
/sbin/e-smith/db yum_repositories set digium-current repository \ Name 'CentOS-$releasever - Digium current' \ BaseURL 'http://packages.digium.com/centos/6/current/$basearch/' \ EnableGroups no \ GPGCheck no \ GPGKey 'http://packages.digium.com/RPM-GPG-KEY-Digium' \ Visible yes \ status disabled
you should not enable GPG check for digium current some packages are not signed.
After adding it to the database updating the configuration file is required:
signal-event yum-modify