conf: fix bug in config template generation
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 13 Sep 2012 05:41:06 +0000 (08:41 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 13 Sep 2012 06:30:04 +0000 (09:30 +0300)
commitd86dc584540c24206e9ebee6b6d95aa23f84f0e1
tree6fe9ab3e18741f733890cec99292a40da95a77fa
parent94d63cb5a72ffce379b93c4ba028454cfa4a1be5
conf: fix bug in config template generation

Use shutil.move() instead of os.rename() which fails if the template
file would be renamed over file system boundaries.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gitbuildsys/conf.py