diff options
Diffstat (limited to 'fc33x81.cfg')
-rw-r--r-- | fc33x81.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fc33x81.cfg b/fc33x81.cfg index 282a6e4..c6ca875 100644 --- a/fc33x81.cfg +++ b/fc33x81.cfg @@ -1,5 +1,8 @@ include('fc33x.tpl') +config_opts['root'] = 'fc33x81' +config_opts['resultdir'] = "/var/lib/mock/fc33x81" + config_opts['yum.conf'] += """ [remi-php81] name=remi php81 @@ -7,5 +10,11 @@ baseurl=file:/home/rpmbuild/site/rpms/fedora/33/php81/x86_64/ enabled=1 metadata_expire=1 +[result-fc33x81] +name=result-fc33x81 +baseurl=file:/var/lib/mock/fc33x81/ +metadata_expire=10 +enabled=1 + """ |