]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
scripts/quilt-mail: git trees!!!
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Jun 2016 03:16:59 +0000 (20:16 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Jun 2016 03:16:59 +0000 (20:16 -0700)
scripts/quilt-mail

index b91fe7ae5d0e6eeb7875bcc9f3d9220a7bf2b760..a6f2e3905711c3df795401c303720b80de741dcb 100755 (executable)
@@ -67,7 +67,7 @@ git log --abbrev=12 --format="%aN <%aE>%n    %s%n" ${VERSION}..HEAD > ${TMP_LOG}
 
 # clean up the git tree by deleting it
 cd ${ORIGINAL_DIR}
-rm -rf ${TMP_TREE}
+#rm -rf ${TMP_TREE}
 
 
 echo "Creating the mailbox for kernel release ${FULL_VERSION}"
@@ -85,6 +85,8 @@ echo "Anything received after that time might be too late."
 echo ""
 echo "The whole patch series can be found in one patch at:"
 echo " kernel.org/pub/linux/kernel/v${VER}/stable-review/patch-${FULL_VERSION}.gz"
+echo "or in the git tree and branch at:"
+echo "  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-${ROOT_VERSION}.y"
 echo "and the diffstat can be found below."
 echo ""
 echo "thanks,"
@@ -149,5 +151,14 @@ echo "kup --host=gregkh@geb.kernel.org put patch-${FULL_VERSION} patch-${FULL_VE
 echo "git send-email msg.*" >> ${TMP_DIR}/send_it_off
 chmod 755 ${TMP_DIR}/send_it_off
 
+
+# Push a version of the patches out to the world in a git tree
+cd ${TMP_TREE}
+git checkout linux-${ROOT_VERSION}.y
+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
+
+
 echo "cd ${TMP_DIR}"
 echo "./send_it_off"