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.web09.8904.1621945277332928586 for ; Tue, 25 May 2021 05:21:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=jEdWUK05; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1621945276; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vnoobCOyG/OyFfzx+oBLGwQ9o3/FjdA8NHdKlbJFT6U=; b=jEdWUK05dO8QRf6EymUcDLK3nliYecd7lO+mxJ7XtkZorJ+w/ddIPiZVPIEuEeLgNWPyz4 6wfXKsEtD4X6/ClJzHfEigzLnwQhFgmwTjaAZD9UC3nbyagv56cpEGY6IlPW37XMtWLKuI glc+9c2QJQ26YdC/2LFVBY738A+F/a0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-266-KWxD_rQ4Ow-i1866-hpQUA-1; Tue, 25 May 2021 08:21:12 -0400 X-MC-Unique: KWxD_rQ4Ow-i1866-hpQUA-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4EE5BFC87; Tue, 25 May 2021 12:21:11 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-28.ams2.redhat.com [10.36.113.28]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 85C1F62A04; Tue, 25 May 2021 12:21:10 +0000 (UTC) Subject: Re: [edk2-devel] [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions To: devel@edk2.groups.io, rebecca@bsdio.com, Andrew Fish References: <167D7C25411C8F3B.21893@groups.io> <8d77924c-c950-6914-fef8-5be802b5a15c@bsdio.com> From: "Laszlo Ersek" Message-ID: <8f50b721-cb0a-fc8a-0276-1ed05735c761@redhat.com> Date: Tue, 25 May 2021 14:21:08 +0200 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 05/23/21 18:12, Rebecca Cran wrote: > On 5/23/2021 2:51 AM, Laszlo Ersek wrote: > >> On 05/21/21 20:28, Rebecca Cran wrote: >>> Could someone review this please? I submitted it almost 2 weeks ago. >> I've been aware of it, but I've not once launched (or even seen) Xcode, >> so I can't verify the patch. >> >> One thing by which you could help Andrew review the patch is: pushing >> the patched wiki article to your own fork of the wiki on github.com, and >> following up with the link in this thread. Then Andrew could review the >> rendered article more easily. > > > Unfortunately I don't know how to fork it! I seem to remember we've had > this discussion before, but the original page is > https://github.com/tianocore/tianocore.github.io/wiki/Xcode, and I can > see the file if I clone > https://github.com/tianocore/tianocore.github.io.wiki.git - but if I > create a fork, it forks https://github.com/tianocore/tianocore.github.io > which is a different site. > > The idea is to use the wiki of any one of your projects on github.com -- most fittingly, your edk2 fork's wiki. The URL to clone the "real" wiki repo from is: git://github.com/tianocore/tianocore.github.io.wiki And the repo URL of the wiki of your edk2 fork *should be*: git@github.com:bcran/edk2.wiki.git I'm not sure if you first need to enable the wiki function, for your edk2 fork, on github.com. Maybe that's hidden somewhere between the project (fork) settings. Either way, once your wiki repo exists, just force-push to it whatever your local clone contains. And, only the "master" branch matters for rendering, AFAICT. Thanks Laszlo