summaryrefslogtreecommitdiff
path: root/yum.conf.in
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-06 02:26:06 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-06 02:26:06 +0000
commit5957157a0edfe9f07583bdb7530b172da2d7adfd (patch)
tree3bbe9ee8b02c4b84782d71167ed57549c008ce92 /yum.conf.in
parent568b42b6ea0df8c498b6d8583c24caf101a47dd8 (diff)
automatic import of libguestfsopeneuler24.03_LTS
Diffstat (limited to 'yum.conf.in')
-rw-r--r--yum.conf.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/yum.conf.in b/yum.conf.in
new file mode 100644
index 0000000..d5e30d0
--- /dev/null
+++ b/yum.conf.in
@@ -0,0 +1,17 @@
+[main]
+cachedir=@PWD@/cachedir
+debuglevel=1
+logfile=@PWD@/yum.log
+retries=20
+obsoletes=1
+gpgcheck=0
+assumeyes=1
+reposdir=/dev/null
+modulesdir=@PWD@/modules
+
+[local]
+name=local
+baseurl=file://@PWD@/repo
+failovermethod=priority
+enabled=1
+gpgcheck=0