Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/87063?usp=email )
Change subject: doc/contributing/gerrit_guidelines.md: Update reference to rebase.sh ......................................................................
doc/contributing/gerrit_guidelines.md: Update reference to rebase.sh
Since commit cd48d198367b ("Rename and move util/gitconfig/rebase.sh"), the script util/gitconfig/rebase.sh was moved to util/scripts/cross-repo-cherrypick.
Signed-off-by: Maximilian Brune maximilian.brune@9elements.com Change-Id: Ibecafd6cca9d312c48cfc8c38ff11e686ee184d4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/87063 Reviewed-by: Matt DeVillier matt.devillier@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de --- M Documentation/contributing/gerrit_guidelines.md 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Matt DeVillier: Looks good to me, approved
diff --git a/Documentation/contributing/gerrit_guidelines.md b/Documentation/contributing/gerrit_guidelines.md index 3b92d08..04fb34f 100644 --- a/Documentation/contributing/gerrit_guidelines.md +++ b/Documentation/contributing/gerrit_guidelines.md @@ -348,8 +348,8 @@ * Tested-by: * Reviewed-by:
-The script `util/gitconfig/rebase.sh` can be used to help automate this. -Other tags such as 'Commit-Queue' can simply be removed. +The script `util/scripts/cross-repo-cherrypick` can be used to help +automate this. Other tags such as 'Commit-Queue' can simply be removed.
* Check if there's documentation that needs to be updated to remain current after your change. If there's no documentation for the part of coreboot