summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-07-23 11:00:26 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-07-23 11:00:26 -0500
commitf4e23e3a5cda4b324640c256b26717b983e51b63 (patch)
treedb45dc68846676a941fad924a029b501d59eb734 /etc
parent87b7c34304b921a7d113f2166b2d0e2e639d76bf (diff)
downloadmock-f4e23e3a5cda4b324640c256b26717b983e51b63.tar.gz
mock-f4e23e3a5cda4b324640c256b26717b983e51b63.tar.xz
mock-f4e23e3a5cda4b324640c256b26717b983e51b63.zip
update default config file with suggestion on how to set config_opts['macros']
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/defaults.cfg b/etc/defaults.cfg
index 9af8095..cce1648 100644
--- a/etc/defaults.cfg
+++ b/etc/defaults.cfg
@@ -27,3 +27,8 @@
#config_opts['cache_topdir'] = "root-cache"
#config_opts['max_cache_age_days'] = 15
+## to add new rpmmacros, you need to follow special syntax or mock breaks:
+#config_opts['macros'] = config_opts['macros'] + """
+#%%_my_special_rpm_macro value
+#"""
+