From 37d01fb82abe7952eaf85dfb56dec33cce4f5774 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 25 Oct 2023 07:36:47 +0200 Subject: [PATCH] retag-for-jenkins: Drop obsolete comment Submodules are not a thing any more. --- retag-for-jenkins | 3 --- 1 file changed, 3 deletions(-) diff --git a/retag-for-jenkins b/retag-for-jenkins index 4c6430c0a3..450f353707 100755 --- a/retag-for-jenkins +++ b/retag-for-jenkins @@ -33,9 +33,6 @@ echo "${BUILD_PATCH}" | git am -3 || { fi git add "${vertxt}" git am --continue - # This does not handle submodule conflicts: It should use the one - # from the TAG (similar to version.txt) unless an explicit new - # reference was specified } || { echo "Failed to resolve conflict, continue manually" >&2 ; exit 1 ; } git tag -d "${TAG}" git tag "${TAG}"