Difference between revisions of "Editor tips"

From SME Server
Jump to navigationJump to search
Line 20: Line 20:
 
to  
 
to  
 
  <nowiki>
 
  <nowiki>
 
 
{{:epel|transcludesection=epel9}}</nowiki>
 
{{:epel|transcludesection=epel9}}</nowiki>
 
will result in:
 
will result in:

Revision as of 08:13, 30 December 2013

This page contains wiki page editor tips

Repositories

Several pages contain references to new repositories. To ensure the correctness and to prevent typo's one could use the following syntax to refer to those repos:

Example to add the epel repo to SME Server 8

{{:epel|transcludesection=epel8}}
{{:epel|transcludesection=yum-modify}}

the above syntax will show in the wiki page as:


/sbin/e-smith/db yum_repositories set epel repository \
Name 'Epel' \
BaseURL 'http://download.fedoraproject.org/pub/epel/$releasever/$basearch' \
MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' \
EnableGroups no \
GPGCheck yes \
GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
Exclude perl-Razor-Agent \
Visible no \
status disabled


/sbin/e-smith/db yum_repositories set epel repository \
Name 'Epel' \
BaseURL 'http://download.fedoraproject.org/pub/epel/$releasever/$basearch' \
MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' \
EnableGroups no \
GPGCheck yes \
GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
Exclude perl-Razor-Agent \
Visible no \
status disabled


By changing the version number to 9 in this line

{{:epel|transcludesection=epel8}}


to

{{:epel|transcludesection=epel9}}

will result in:


/sbin/e-smith/db yum_repositories set epel repository \
Name 'Epel' \
BaseURL 'http://download.fedoraproject.org/pub/epel/$releasever/$basearch' \
MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' \
EnableGroups no \
GPGCheck yes \
GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
Exclude perl-Razor-Agent \
Visible no \
status disabled


Next tip