removed unused build dir

This commit is contained in:
2020-08-12 09:39:45 +02:00
parent 7bc34c16a4
commit f616606269
2 changed files with 0 additions and 7 deletions

View File

@@ -7,7 +7,6 @@ repos:
basedir:
repo: /tmp/www/alhp/
svn2git: al_upstream/
build: build/
makepkg: /usr/share/devtools/makepkg-x86_64.conf
march:

View File

@@ -200,12 +200,6 @@ if __name__ == '__main__':
logging.error("Another instance is already running")
sys.exit(2)
if os.path.exists(config["basedir"]["build"]):
shutil.rmtree(config["basedir"]["build"])
os.mkdir(config["basedir"]["build"])
logging.debug("Build dir created")
if not os.path.exists(config["basedir"]["repo"]):
pathlib.Path(config["basedir"]["repo"]).mkdir(parents=True, exist_ok=True)