Difference between revisions of "User:ReetP"

From SME Server
Jump to navigationJump to search
(8 intermediate revisions by 2 users not shown)
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 \
  BaseURL http://www.reetspetit.com/smeserver/\$releasever \
+
  BaseURL https://www.reetspetit.com/smeserver/\$releasever \
 
  EnableGroups no \
 
  EnableGroups no \
 
  GPGCheck no \
 
  GPGCheck no \
 
  Name "ReetP Repo" \
 
  Name "ReetP Repo" \
  GPGKey http://www.reetspetit.com/RPM-GPG-KEY \
+
  GPGKey https://www.reetspetit.com/RPM-GPG-KEY \
 
  Visible yes \
 
  Visible yes \
 
  status disabled
 
  status disabled
 +
</noinclude>
 +
 +
ReetP testing repo - here be Dragons. Not for production use.
 +
 +
<noinclude>
 +
db yum_repositories set reetpTest repository \
 +
BaseURL https://www.reetspetit.com/smetest/\$releasever \
 +
EnableGroups no \
 +
GPGCheck no \
 +
Name "ReetP Repo" \
 +
GPGKey https://www.reetspetit.com/RPM-GPG-KEY \
 +
Visible yes \
 +
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>
  
After adding it to the database updating the configuration file is required:
+
MC repo
  signal-event yum-modify
+
<noinclude>
[[Category: Yum_Repository]]
+
db yum_repositories set mc repository \
 +
BaseURL http://download.opensuse.org/repositories/home:/laurentwandrebeck:/mc/CentOS_6/ \
 +
Name mc \
 +
Visible yes \
 +
status enabled \
 +
</noinclude>
 +
 
 +
NodeJS repo (latest is 10)
 +
<noinclude>
 +
db yum_repositories set nodejs8 \
 +
repository Name 'Node JS 8' \
 +
BaseURL https://rpm.nodesource.com/pub_8.x/el/6/x86_64 \
 +
  EnableGroups no\
 +
GPGCheck no\
 +
Visible yes\
 +
status disabled
 +
</noinclude>

Revision as of 12:35, 31 August 2018

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 https://www.reetspetit.com/smeserver/\$releasever \
EnableGroups no \
GPGCheck no \
Name "ReetP Repo" \
GPGKey https://www.reetspetit.com/RPM-GPG-KEY \
Visible yes \
status disabled


ReetP testing repo - here be Dragons. Not for production use.


db yum_repositories set reetpTest repository \
BaseURL https://www.reetspetit.com/smetest/\$releasever \
EnableGroups no \
GPGCheck no \
Name "ReetP Repo" \
GPGKey https://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 \


MC repo

db yum_repositories set mc repository \
BaseURL http://download.opensuse.org/repositories/home:/laurentwandrebeck:/mc/CentOS_6/ \
Name mc \
Visible yes \
status enabled \


NodeJS repo (latest is 10)

db yum_repositories set nodejs8 \
repository Name 'Node JS 8' \
BaseURL https://rpm.nodesource.com/pub_8.x/el/6/x86_64 \
EnableGroups no\
GPGCheck no\
Visible yes\
status disabled