From: Greg Kroah-Hartman Date: Wed, 13 Jul 2016 22:37:58 +0000 (+0900) Subject: scripts/quilt-mail: delete git tree that was built X-Git-Tag: v4.6.5~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4a0b68dec64678753a244e1da3389d7651bf171;p=thirdparty%2Fkernel%2Fstable-queue.git 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. --- 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"