Difference between revisions of "User:ReetP"
From SME Server
Jump to navigationJump to searchm (is already in category) |
|||
Line 1: | Line 1: | ||
Just me. ReetP aka John Crisp | Just me. ReetP aka John Crisp | ||
+ | After adding repo data to the database update the configuration file: | ||
+ | signal-event yum-modify | ||
+ | |||
+ | ReetP repo | ||
<noinclude> | <noinclude> | ||
db yum_repositories set reetp repository \ | db yum_repositories set reetp repository \ | ||
Line 10: | Line 14: | ||
Visible yes \ | Visible yes \ | ||
status disabled | status disabled | ||
+ | </noinclude> | ||
+ | Libreswan repo | ||
+ | <noinclude> | ||
+ | db yum_repositories set libreswan repository \ | ||
+ | BaseURL https://download.libreswan.org/binaries/rhel/6/x86_64/ \ | ||
+ | EnableGroups no \ | ||
+ | GPGCheck yes \ | ||
+ | GPGKey https://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan \ | ||
+ | Name LibreSwan \ | ||
+ | Visible yes \ | ||
+ | status=disabled \ | ||
</noinclude> | </noinclude> | ||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 11:16, 25 April 2017
Just me. ReetP aka John Crisp
After adding repo data to the database update the configuration file:
signal-event yum-modify
ReetP repo
db yum_repositories set reetp repository \ BaseURL http://www.reetspetit.com/smeserver/\$releasever \ EnableGroups no \ GPGCheck no \ Name "ReetP Repo" \ GPGKey http://www.reetspetit.com/RPM-GPG-KEY \ Visible yes \ status disabled
Libreswan repo
db yum_repositories set libreswan repository \ BaseURL https://download.libreswan.org/binaries/rhel/6/x86_64/ \ EnableGroups no \ GPGCheck yes \ GPGKey https://download.libreswan.org/binaries/RPM-GPG-KEY-libreswan \ Name LibreSwan \ Visible yes \ status=disabled \