summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-10-22 18:26:39 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-10-22 18:26:39 -0500
commit85802d4720240b49b6186c61f3684f05d365e878 (patch)
treea2a3df265b64fc397343c23f2481bf54d8616e42 /etc
parent378b496a2335c9f5ffbc7668ed882539383cbd45 (diff)
downloadmock-85802d4720240b49b6186c61f3684f05d365e878.tar.gz
mock-85802d4720240b49b6186c61f3684f05d365e878.tar.xz
mock-85802d4720240b49b6186c61f3684f05d365e878.zip
ensure we only use gid specified. chroot operations always change uid/gid to gid specified. fixes 'bad owner/group' message from rpm.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/defaults.cfg b/etc/defaults.cfg
index 6f3e08b..e01040d 100644
--- a/etc/defaults.cfg
+++ b/etc/defaults.cfg
@@ -66,7 +66,5 @@
# config_opts['more_buildreqs'] = {}
# config_opts['macros']['Add_your_macro_name_here'] = "add macro value here"
# config_opts['files']['path/name/no/leading/slash'] = "put file contents here."
-# config_opts['chrootuser'] = 'mockbuild'
-# config_opts['chrootgroup'] = 'mockbuild'
# config_opts['chrootuid'] = os.getuid()
# config_opts['chrootgid'] = grp.getgrnam("mock")[2]