NEXT:
* a serious bug in the hashcache was fixed. The buildid calculation
used outdated hash of files from the project tree.
+ * the username is included in the chroot environment path again
e2factory-2.3.4pre3
* the plugin interface was extended to allow plugins to change the
end
res.build_config = {} -- build up a new build config
local tab = res.build_config
- local tmpdir = string.format("%s/e2factory-%s.%s.%s-build",
+ local tmpdir = string.format("%s/e2factory-%s.%s.%s-build/%s",
e2lib.globals.tmpdir,
- buildconfig.MAJOR, buildconfig.MINOR, buildconfig.PATCHLEVEL)
+ buildconfig.MAJOR, buildconfig.MINOR, buildconfig.PATCHLEVEL,
+ e2lib.globals.username)
local project = info.name
local builddir = "tmp/e2"
tab.mode = nil -- XXX