From nobody Thu Oct 07 20:24:50 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2ABB317EEEBA for ; Thu, 7 Oct 2021 20:25:02 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HQN9B0YXYz4xb4; Thu, 7 Oct 2021 20:25:02 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from mail-vk1-f177.google.com (mail-vk1-f177.google.com [209.85.221.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: carlavilla) by smtp.freebsd.org (Postfix) with ESMTPSA id E2E322AF6B; Thu, 7 Oct 2021 20:25:01 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: by mail-vk1-f177.google.com with SMTP id u66so3284781vku.4; Thu, 07 Oct 2021 13:25:01 -0700 (PDT) X-Gm-Message-State: AOAM531oDXWVm1OlofTCepAC8mteCCKSf6RFXczWY9pRgCViw3lfA8Md 6GWIkRhvMZA4tSm6vfWYxfuLaWZOl6suycmPENU= X-Google-Smtp-Source: ABdhPJwBMVvKR1TN0//N7Pae44zXLhcwG0Ca6+42UfY5gKvJLlfNGhfZ1jn9lujDV3fHciyX7+pgCosDo7Us5AqMI7g= X-Received: by 2002:a1f:18b:: with SMTP id 133mr6237180vkb.20.1633638301366; Thu, 07 Oct 2021 13:25:01 -0700 (PDT) List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 References: <202110062359.196NxFqS079143@gitrepo.freebsd.org> <0595c299-55ed-17c4-74ac-16a804541473@FreeBSD.org> <20211007191405.2qacw6jz5zlc3k3b@nerd-thinkpad.local> In-Reply-To: <20211007191405.2qacw6jz5zlc3k3b@nerd-thinkpad.local> From: Sergio Carlavilla Date: Thu, 7 Oct 2021 22:24:50 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 5a5db32f4a - main - Fix build after c8e8be58e580 To: Daniel Ebdrup Jensen , dev-commits-doc-all@freebsd.org Content-Type: multipart/alternative; boundary="000000000000a4fc7c05cdc90ef1" X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N --000000000000a4fc7c05cdc90ef1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 7 Oct 2021 at 21:14, Daniel Ebdrup Jensen wrote: > On Thu, Oct 07, 2021 at 08:27:00PM +0200, Sergio Carlavilla wrote: > >On Thu, 7 Oct 2021 at 18:23, John Baldwin wrote: > > > >> On 10/6/21 4:59 PM, Danilo G. Baio wrote: > >> > The branch main has been updated by dbaio: > >> > > >> > URL: > >> > https://cgit.FreeBSD.org/doc/commit/?id=3D5a5db32f4a1e3f507cdc55f92d53e63= adbb4f022 > >> > > >> > commit 5a5db32f4a1e3f507cdc55f92d53e63adbb4f022 > >> > Author: Danilo G. Baio > >> > AuthorDate: 2021-10-06 23:57:27 +0000 > >> > Commit: Danilo G. Baio > >> > CommitDate: 2021-10-06 23:57:27 +0000 > >> > > >> > Fix build after c8e8be58e580 > >> > >> It used to be possible to use 'make' in individual books or articles t= o > >> test > >> things, and also to only build just html versions and not be required = to > >> build PDF. Apparently our new system doesn't permit either of those, > so I > >> gave up on trying to test this pre-commit. > >> > >> -- > >> John Baldwin > > > > > >> Hi John, > > > >This is completely true, at the Doceng we are aware of this problem and = we > >are working on a solution. In this patch[1] each document would be handl= ed > >as an unit. What this means? This means that you can enter the folder an= d > >execute =E2=80=9Casciidoctor [name-of-the-document]=E2=80=9D. Usually = =E2=80=9Casciidoctor > >_index.adoc=E2=80=9D > > > >So, when this patch will be merged, you will have three options to build > >the documents: > > > >1. Build the complete documentation. > >2. Build only the document that you touched. > >3. Use a plugin in any IDE to see in realtime the changes. In my case > (with > >this patch[1] applied to my local) I used Visual Studio Code with this > >plugin [2] > > > >And, what can you do in the meantime? Well=E2=80=A6 you can continue usi= ng the > >documentation as is. Or you can use AsciiDoctorLive[3]. > > > >Sorry for the inconvenience. > > > >Bye! Hope this helps. > > > >PS: I have an email to answer about recording some videos to help people > to > >see how to configure the tools. I=E2=80=99ll answer it this weekend :) > > > >[1] https://reviews.freebsd.org/D31926 > >[2] > > > https://marketplace.visualstudio.com/items?itemName=3Dasciidoctor.asciido= ctor-vscode > >[3] https://asciidoclive.com/edit/scratch/1 > > Hi Sergio, > > Does this mean that the build can be multithreaded or use multiple > jobs to speed it up? > > Yours, > Daniel Ebdrup Jensen > Hi Daniel, Hugo by default always uses the number of logical CPUs[1]. Bye! [1] https://gohugo.io/getting-started/configuration/#configuration-environment-= variables --000000000000a4fc7c05cdc90ef1--