Details

    • Technical task
    • Resolution: Done
    • P1: Critical
    • None
    • Gerrit
    • None

    Description

      For each qt/ repo to have the new cherry-pick workflow enabled, set the git config option "with-pickbot=true"

       

      The following bash command can be used to iterate all qt*.git repos and set with-pickbot.

      find . -maxdepth 1 -type d | for i in $(grep -P "^\./qt.+"); do (cd $i && git config sanity.with-pickbot true); done;

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            daniel.smith Daniel Smith
            daniel.smith Daniel Smith
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes