From owner-dev-commits-doc-all@freebsd.org Sun May 23 22:33:43 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E36966507DF for ; Sun, 23 May 2021 22:33:43 +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 4FpFVv5tpnz3R03; Sun, 23 May 2021 22:33:43 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) (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 AFC3E8B; Sun, 23 May 2021 22:33:43 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: by mail-ed1-f46.google.com with SMTP id t15so29711821edr.11; Sun, 23 May 2021 15:33:43 -0700 (PDT) X-Gm-Message-State: AOAM5328fjDSPlxdi8XrcACMKyBg3DC1G63guIUGmnBrLZK9xp3wjVnG oU7mnFb4h5bb2E8v9lKjALB+BjOZukRbHKFie+g= X-Google-Smtp-Source: ABdhPJwYq7GO6Wqd/z0a9Ja9Mj7qhM+Y/xgyvnvjvB287yogmom8w6SLlZHs1Hw5jKUDN+yxCU8eTP4iN8/8WfLHp+Y= X-Received: by 2002:aa7:d890:: with SMTP id u16mr22535902edq.49.1621809222671; Sun, 23 May 2021 15:33:42 -0700 (PDT) MIME-Version: 1.0 References: <202105231934.14NJYq7W016191@gitrepo.freebsd.org> <20210523222838.t2rxbg7tjxv5zllq@nerd-thinkpad.local> In-Reply-To: <20210523222838.t2rxbg7tjxv5zllq@nerd-thinkpad.local> From: Sergio Carlavilla Date: Mon, 24 May 2021 00:33:31 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: adda9a6066 - main - Link to the new pgpkeys.txt file in articles and books To: Daniel Ebdrup Jensen , dev-commits-doc-all@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2021 22:33:44 -0000 On Mon, 24 May 2021 at 00:28, Daniel Ebdrup Jensen wrote: > > On Sun, May 23, 2021 at 07:34:52PM +0000, Sergio Carlavilla Delgado wrote: > >The branch main has been updated by carlavilla: > > > >URL: https://cgit.FreeBSD.org/doc/commit/?id=adda9a606635e898972fe88170ae51c76b02fc02 > > > >commit adda9a606635e898972fe88170ae51c76b02fc02 > >Author: Sergio Carlavilla Delgado > >AuthorDate: 2021-05-23 19:33:46 +0000 > >Commit: Sergio Carlavilla Delgado > >CommitDate: 2021-05-23 19:33:46 +0000 > > > > Link to the new pgpkeys.txt file in articles and books > > > > Link in articles and books to the new pgpkeys.txt file > > Remove all AsciiDoc syntax in pgpkeys.txt > > > > PR: 254636 > > Submitted by: dinoex@ > > Hi Sergio, > > Has the build just not updated yet, or is the file still not > working? > > When I try to view it in my browser, it cuts off mid-key for > ashish@ (and the key block is clearly too long to be a real PGP key > block unless it contains an entire book as the passphrase). > > When I try to grab it with fetch on my local machine, fetch on > freefall, or curl on a random Linux machine, all report that the > file is being truncated (but each download appaers to be truncated > at different amounts, which is confusing). > > Yours, > Daniel Ebdrup Jensen Hi Daniel, I just downloaded the file using cURL and it works well. Can you try with cURL please? The command: curl https://docs.FreeBSD.org/pgpkeys/pgpkeys.txt --output pgpkeys.txt Bye!