mock/etc defaults.cfg,1.5,1.6

John Clark Williams (jcwillia) fedora-extras-commits at redhat.com
Wed Jun 28 15:14:48 UTC 2006


Author: jcwillia

Update of /cvs/fedora/mock/etc
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31610/etc

Modified Files:
	defaults.cfg 
Log Message:
updated version to 0.7 (new launcher mechanism)


Index: defaults.cfg
===================================================================
RCS file: /cvs/fedora/mock/etc/defaults.cfg,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- defaults.cfg	13 Jun 2006 05:31:30 -0000	1.5
+++ defaults.cfg	28 Jun 2006 15:14:46 -0000	1.6
@@ -7,29 +7,13 @@
 #
 # config_opts['foo'] = bar
 config_opts['basedir'] = '/var/lib/mock/'
-config_opts['chroot'] = '/usr/sbin/mock-helper chroot'
-config_opts['mount'] = '/usr/sbin/mock-helper mount'
-config_opts['umount'] = '/usr/sbin/mock-helper umount'
-config_opts['rm'] = '/usr/sbin/mock-helper rm'
-config_opts['mknod'] = '/usr/sbin/mock-helper mknod'
-config_opts['yum'] = '/usr/sbin/mock-helper yum'
-config_opts['runuser'] = '/sbin/runuser'
 config_opts['chrootuser'] = 'mockbuild'
 config_opts['chrootgroup'] = 'mockbuild'
-config_opts['chrootuid'] = os.geteuid()
-config_opts['chrootgid'] = os.getegid()
 config_opts['chroothome'] = '/builddir'
 config_opts['clean'] = True
 
 # caching related options
-config_opts['rebuild_cache'] = False
-config_opts['use_cache'] = False
-config_opts['pack_cmd'] = "/usr/sbin/mock-helper pack"
-config_opts['unpack_cmd'] = "/usr/sbin/mock-helper unpack"
-config_opts['cache_ext'] = ".tar.gz"
+config_opts['rebuild_cache'] = True
+config_opts['use_cache'] = True
 config_opts['cache_topdir'] = "root-cache"
 config_opts['max_cache_age_days'] = 15
-
-
-config_opts['chroot_setup_cmd'] = 'install buildsys-build'
-#config_opts['chroot_setup_cmd'] = 'groupinstall build'
\ No newline at end of file




More information about the fedora-extras-commits mailing list