cnf = Config()
- outfile = os.path.join("/tmp/mhy", cnf["Dir::Root"][1:], 'dists', suite.suite_name, "Release")
+ outfile = os.path.join(cnf["Dir::Root"][1:], 'dists', suite.suite_name, "Release")
print outfile
out = open(outfile, "w")
if not re_gensubrelease.match(dirpath):
continue
- subfile = os.path.join("/tmp/mhy", dirpath[1:], "Release")
+ subfile = os.path.join(dirpath[1:], "Release")
subrel = open(subfile, "w")
for key, dbfield in subattribs: