From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web08.9421.1638521778746956227 for ; Fri, 03 Dec 2021 00:56:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=BCRUBZXW; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1638521777; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=oQUX0hESeFQafrd9nfBrTeraFgiVhCbr2cPStmfX6/c=; b=BCRUBZXWpHBdTsXu5U9unE3pM/6S5vaoiJCjN0xgFhN6wm/KuL8RguzqlytAk91BCxuZXf tSILymvJ2ZHkJ9nn0XWcDNsSotneFiE0+G2KaeBQxbFBlL8HYaMJVAWIREfzbLf/CLdIe5 xz+jGoB6lzs8ZmCVbUtjrxgdkzrNrvI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-574-4s0TRvXcNy2oiiS-tab2aw-1; Fri, 03 Dec 2021 03:56:14 -0500 X-MC-Unique: 4s0TRvXcNy2oiiS-tab2aw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 702C6109082B; Fri, 3 Dec 2021 08:56:13 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.170]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 22EEC45D62; Fri, 3 Dec 2021 08:56:13 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 5A7C7180039B; Fri, 3 Dec 2021 09:56:11 +0100 (CET) Date: Fri, 3 Dec 2021 09:56:11 +0100 From: "Gerd Hoffmann" To: devel@edk2.groups.io, michael.d.kinney@intel.com Cc: Michael Kubacki , "Andrew Fish (afish@apple.com)" , Leif Lindholm Subject: Re: [edk2-devel] Uncrustify Conversion Detailed Plan and Extended Hard Freeze Update #4 Message-ID: <20211203085611.2qtbryyg3scku54j@sirius.home.kraxel.org> References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, > https://github.com/mdkinney/edk2/tree/Bug_3737_3739_ApplyUncrustifyChanges_V5 > git fetch origin > git checkout master > git rebase origin/master > 2) Make a backup copy of plugin UncrustifyCheck outside WORKSPACE. > (e.g. C:\Temp\UncrustifyCheck) so the uncrustify tool executable and > EDK II specific uncrustify configuration file available when working > with a branch that does not have those tools in its scope. > > xcopy .pytool\Plugin\UncrustifyCheck C:\Temp\UncrustifyCheck That directory doesn't exist (neither in master nor in the ApplyUncrustifyChanges branch). take care, Gerd