Skip to content

Commit

Permalink
FS-8648: incorrect url's in yum repos
Browse files Browse the repository at this point in the history
#comment the urls that are currently in the yum/freeswitch*.repo are incorrect

With this change, it corrects the urls to match.
  • Loading branch information
MafooUK committed Dec 15, 2015
1 parent cae2553 commit aad6b0a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 33 deletions.
36 changes: 19 additions & 17 deletions yum/freeswitch-testing.repo
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
[freeswitch-testing]
name=FreeSwitch Packages for Enterprise Linux $releasever - Testing - $basearch
baseurl=http://files.freeswitch.org/yum/testing/$releasever/$basearch
baseurl=http://files.freeswitch.org/yum_unstable/$releasever/$basearch
#mirrorlist=http://mirrors.freeswitch.org/mirrorlist?repo=testing-freeswitch$releasever&arch=$basearch
#failovermethod=priority
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH

[freeswitch-testing-debuginfo]
name=FreeSwitch Packages for Enterprise Linux $releasever - Testing - $basearch - Debug
baseurl=http://files.freeswitch.org/yum/testing/$releasever/$basearch/debug
#mirrorlist=http://mirrors.freeswitch.org/mirrorlist?repo=testing-debug-freeswitch$releasever&arch=$basearch
#failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH
gpgcheck=1
#[freeswitch-testing-debuginfo]
## Included in freeswitch repo
#name=FreeSwitch Packages for Enterprise Linux $releasever - Testing - $basearch - Debug
#baseurl=http://files.freeswitch.org/yum_unstable/$releasever/$basearch
##mirrorlist=http://mirrors.freeswitch.org/mirrorlist?repo=testing-debug-freeswitch$releasever&arch=$basearch
##failovermethod=priority
#enabled=0
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH
#gpgcheck=1

[freeswitch-testing-source]
name=FreeSwitch Packages for Enterprise Linux $releasever - Testing - $basearch - Source
baseurl=http://files.freeswitch.org/yum/testing/$releasever/SRPMS
#mirrorlist=http://mirrors.freeswitch.org/mirrorlist?repo=testing-source-freeswitch$releasever&arch=$basearch
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH
gpgcheck=1
#[freeswitch-testing-source]
## Included in freeswitch repo
#name=FreeSwitch Packages for Enterprise Linux $releasever - Testing - $basearch - Source
#baseurl=http://files.freeswitch.org/yum_unstable/$releasever/$basearch
##mirrorlist=http://mirrors.freeswitch.org/mirrorlist?repo=testing-source-freeswitch$releasever&arch=$basearch
#failovermethod=priority
#enabled=0
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH
#gpgcheck=1
34 changes: 18 additions & 16 deletions yum/freeswitch.repo
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,22 @@ enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH

[freeswitch-debuginfo]
name=FreeSWITCH Packages for Enterprise Linux $releasever - $basearch - Debug
baseurl=http://files.freeswitch.org/yum-1.6/$releasever/$basearch/debug
#mirrorlist=http://mirrors.freeswitch.org/mirrorlist?repo=freeswitch-debug-5&arch=$basearch
#failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH
gpgcheck=1
#[freeswitch-debuginfo]
## Included in freeswitch repo
#name=FreeSWITCH Packages for Enterprise Linux $releasever - $basearch - Debug
#baseurl=http://files.freeswitch.org/yum-1.6/$releasever/$basearch
##mirrorlist=http://mirrors.freeswitch.org/mirrorlist?repo=freeswitch-debug-5&arch=$basearch
##failovermethod=priority
#enabled=0
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH
#gpgcheck=1

[freeswitch-source]
name=FreeSWITCH Packages for Enterprise Linux $releasever - $basearch - Source
baseurl=http://files.freeswitch.org/yum-1.6/$releasever/SRPMS
#mirrorlist=http://mirrors.freeswitch.org/mirrorlist?repo=freeswitch-source-5&arch=$basearch
#failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH
gpgcheck=1
#[freeswitch-source]
## Included in freeswitch repo
#name=FreeSWITCH Packages for Enterprise Linux $releasever - $basearch - Source
#baseurl=http://files.freeswitch.org/yum-1.6/$releasever
##mirrorlist=http://mirrors.freeswitch.org/mirrorlist?repo=freeswitch-source-5&arch=$basearch
##failovermethod=priority
#enabled=0
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH
#gpgcheck=1

0 comments on commit aad6b0a

Please sign in to comment.