From 8b4a3a8b920b2c7850c8a1657ef23559b29825f6 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Mon, 20 Oct 2014 19:26:57 +0100 Subject: [PATCH] created dist src export path --- ext/toolchain/commands1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/toolchain/commands1.py b/ext/toolchain/commands1.py index 6b18fcf0..0540bcb4 100644 --- a/ext/toolchain/commands1.py +++ b/ext/toolchain/commands1.py @@ -1192,6 +1192,7 @@ class InternalCommands: shutil.rmtree(exportPath) print 'Exporting repository to: ' + exportPath + os.mkdir(exportPath) err = os.system('git archive master | tar -x -C ' + exportPath) if err != 0: raise Exception('Repository export failed: ' + str(err))