diff options
Diffstat (limited to 'fc34x80.cfg')
-rw-r--r-- | fc34x80.cfg | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/fc34x80.cfg b/fc34x80.cfg deleted file mode 100644 index eab6b4a..0000000 --- a/fc34x80.cfg +++ /dev/null @@ -1,20 +0,0 @@ -include('fc34x.tpl') - -config_opts['root'] = 'fc34x80' -config_opts['resultdir'] = "/var/lib/mock/fc34x80" - -config_opts['yum.conf'] += """ -[remi-php80] -name=remi php80 -baseurl=file:/home/rpmbuild/site/rpms/fedora/34/php80/x86_64/ -enabled=1 -metadata_expire=1 - -[result-fc34x80] -name=result-fc34x80 -baseurl=file:/var/lib/mock/fc34x80/ -metadata_expire=10 -enabled=1 - -""" - |