From ab9b45f94c99bcd19431c4ea1ab8b38314bdec23 Mon Sep 17 00:00:00 2001 From: newrain001 Date: Mon, 11 Dec 2023 15:57:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'repo/epel.repo'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/epel.repo | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 repo/epel.repo diff --git a/repo/epel.repo b/repo/epel.repo new file mode 100644 index 0000000..2664d76 --- /dev/null +++ b/repo/epel.repo @@ -0,0 +1,20 @@ +[epel] +name=Extra Packages for Enterprise Linux 7 - $basearch +baseurl=http://10.36.192.206/repository/epel/7/$basearch +failovermethod=priority +enabled=1 +gpgcheck=0 + +[epel-debuginfo] +name=Extra Packages for Enterprise Linux 7 - $basearch - Debug +baseurl=http://10.36.192.206/repository/epel/7/$basearch/debug +failovermethod=priority +enabled=0 +gpgcheck=0 + +[epel-source] +name=Extra Packages for Enterprise Linux 7 - $basearch - Source +baseurl=http://10.36.192.206/repository/epel/7/SRPMS +failovermethod=priority +enabled=0 +gpgcheck=0 \ No newline at end of file