diff options
author | Renato Botelho <renato@netgate.com> | 2016-08-03 15:18:54 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-08-03 15:37:05 -0300 |
commit | 6ebd280c9f655225d918a2eb0d3d70d987165429 (patch) | |
tree | 048c93ec3ad06bf0f4efdb8229aba740d775b7ff /tools | |
parent | da0f70ed65b2f0f7d8831d3743c3d0f3e6aac382 (diff) | |
download | pfsense-6ebd280c9f655225d918a2eb0d3d70d987165429.zip pfsense-6ebd280c9f655225d918a2eb0d3d70d987165429.tar.gz |
Stop removing FreeBSD src, new clone script can detect if it's necessary
Diffstat (limited to 'tools')
-rw-r--r-- | tools/builder_common.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh index a681cc2..2f1496b 100644 --- a/tools/builder_common.sh +++ b/tools/builder_common.sh @@ -825,14 +825,6 @@ clean_builder() { rm -rf $IMAGES_FINAL_DIR/* echo "Done!" - if [ -z "${NO_CLEAN_FREEBSD_SRC}" ]; then - if [ -d "$FREEBSD_SRC_DIR" ]; then - echo -n ">>> Ensuring $FREEBSD_SRC_DIR is clean..." - rm -rf ${FREEBSD_SRC_DIR} - echo "Done!" - fi - fi - echo -n ">>> Cleaning previous builder logs..." if [ -d "$BUILDER_LOGS" ]; then rm -rf ${BUILDER_LOGS} |