On 01/29/2014 04:56 AM, Mathieu Bridon wrote:
The builder configuration allows setting this to a different folder.
koji/daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/koji/daemon.py b/koji/daemon.py index fa22d5a..4f4b575 100644 --- a/koji/daemon.py +++ b/koji/daemon.py @@ -651,7 +651,7 @@ class TaskManager(object): if id is None or name is None: continue # see if there's a dir for the buildroot
vardir = "/var/lib/mock/%s" % name
vardir = os.path.join(self.options.mockdir, name) #XXX buildroots[id] = {} buildroots[id]['name'] = name
Thanks. We should have fixed that when we refactored the daemon code.
Fedorahosted is giving me trouble atm, but I'll push this upstream shortly.