From b4a0b68dec64678753a244e1da3389d7651bf171 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 14 Jul 2016 07:37:58 +0900 Subject: [PATCH] scripts/quilt-mail: delete git tree that was built It seems to be working, so delete the temp tree, don't need it hanging around anymore. --- scripts/quilt-mail | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/quilt-mail b/scripts/quilt-mail index 420cc5383e0..197790bb467 100755 --- a/scripts/quilt-mail +++ b/scripts/quilt-mail @@ -160,6 +160,10 @@ git merge -q temp_branch echo "git push --force gitolite@ra.kernel.org:/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-${ROOT_VERSION}.y" git push --force gitolite@ra.kernel.org:/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-${ROOT_VERSION}.y +# clean up the git tree by deleting it +cd ${ORIGINAL_DIR} +rm -rf ${TMP_TREE} +# announce what needs to be done echo "cd ${TMP_DIR}" echo "./send_it_off" -- 2.47.3