Skip to content

Commit

Permalink
Use baseurl instead mirrorlist because mirrorlist give us problems
Browse files Browse the repository at this point in the history
Better repo names
  • Loading branch information
sergiomb2 committed Jun 12, 2017
1 parent d29b5ca commit b786ac2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
15 changes: 9 additions & 6 deletions unitedrpms.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[unitedrpms]
name=unitedrpms
mirrorlist=https://raw.githubusercontent.com/UnitedRPMs/unitedrpms.github.io/master/mirrorlist_F$releasever_x86_64.txt
name=unitedrpms $releasever - $basearch
#mirrorlist=https://raw.githubusercontent.com/UnitedRPMs/unitedrpms.github.io/master/mirrorlist_F$releasever_x86_64.txt
baseurl=https://sourceforge.net/projects/unitedrpms/files/$releasever/$basearch/
enabled=1
metadata_expire=1d
skip_if_unavailable=1
Expand All @@ -9,8 +10,9 @@ gpgcheck=1
repo_gpgcheck=1

[unitedrpms-source]
name=unitedrpms - Source
mirrorlist=https://raw.githubusercontent.com/UnitedRPMs/unitedrpms.github.io/master/mirrorlist_F$releasever_source.txt
name=unitedrpms $releasever - Source
#mirrorlist=https://raw.githubusercontent.com/UnitedRPMs/unitedrpms.github.io/master/mirrorlist_F$releasever_source.txt
baseurl=https://sourceforge.net/projects/unitedrpms/files/$releasever/srpm/
enabled=0
metadata_expire=1d
skip_if_unavailable=1
Expand All @@ -19,8 +21,9 @@ gpgcheck=1
repo_gpgcheck=1

[unitedrpms-debuginfo]
name=unitedrpms - Debuginfo
mirrorlist=https://raw.githubusercontent.com/UnitedRPMs/unitedrpms.github.io/master/mirrorlist_F$releasever_debug.txt
name=unitedrpms $releasever - $basearch - Debug
#mirrorlist=https://raw.githubusercontent.com/UnitedRPMs/unitedrpms.github.io/master/mirrorlist_F$releasever_debug.txt
baseurl=https://sourceforge.net/projects/unitedrpms/files/$releasever/$basearch/debug/
enabled=0
metadata_expire=1d
skip_if_unavailable=1
Expand Down
5 changes: 4 additions & 1 deletion unitedrpms.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: unitedrpms
Version: %{fedora}
Release: 3%{?dist}
Release: 4%{?dist}
Summary: UnitedRPMs Repository Configuration

Group: System Environment/Base
Expand Down Expand Up @@ -49,6 +49,9 @@ install -d -m755 \
%config(noreplace) %{_sysconfdir}/yum.repos.d/*

%changelog
* Mon Jun 12 2017 Sérgio Basto <[email protected]> - 25-4
- Use baseurl instead mirrorlist because mirrorlist give us problems
- Better repo names

* Tue May 16 2017 David Vásquez <davidjeremias82 AT gmail DOT com>
- New changes
Expand Down

0 comments on commit b786ac2

Please sign in to comment.