From 87be571e438020cb5c960444defdcc183d39a82d Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 31 Mar 2023 09:05:21 +0200 Subject: [PATCH] Remove GIT_PULL_TMP and OPKG_CMDS_TMP when cloning --- git_helpers | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git_helpers b/git_helpers index b9729a6..e52ace9 100755 --- a/git_helpers +++ b/git_helpers @@ -82,6 +82,8 @@ clone_customer_repository () { if [ $? -eq 0 ]; then log_debug "$func:${LINENO} cloning ${1} done" GIT_CLONE_EXECUTED=1 + rm -f $GIT_PULL_TMP + rm -f $OPKG_CMDS_TMP # after cloning, cd into repository, and re-initialize, # setting the work-tree as "/". This has the effect that # a "git pull" will automatically fetched files in the