phase1: restore 'build' directory after expiry
authorThibaut VARÈNE <hacks@slashdirt.org>
Tue, 26 Jun 2018 15:48:08 +0000 (17:48 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 26 Jun 2018 20:11:47 +0000 (22:11 +0200)
commitf4b39674f289308be4b63504e00be1e69eeaea99
tree5a981c550d861cbfcd2273fa6f5afe2a3d4316c3
parent1e1a326074018542c4a6f14ffe12984fa9c8a192
phase1: restore 'build' directory after expiry

expire.sh wipes the salve 'build' directory, which throws the next step
out of its track as os.path.exists() and os.makedirs() do not agree.

Recreate the 'build' directory after expire has deleted everything.

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
phase1/expire.sh