All of lore.kernel.org
 help / color / mirror / Atom feed
From: "SZEDER Gábor" <szeder.dev@gmail.com>
To: Emily Shaffer <emilyshaffer@google.com>
Cc: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>,
	"Junio C Hamano" <gitster@pobox.com>,
	git@vger.kernel.org
Subject: Re: [PATCH v13 4/5] bugreport: add uname info
Date: Fri, 9 Apr 2021 23:27:24 +0200	[thread overview]
Message-ID: <20210409212724.GE2947267@szeder.dev> (raw)
In-Reply-To: <YG+Ux3UKJDa4yWUr@google.com>

On Thu, Apr 08, 2021 at 04:41:59PM -0700, Emily Shaffer wrote:
> On Fri, Apr 09, 2021 at 12:33:42AM +0200, Ævar Arnfjörð Bjarmason wrote:
> > On Fri, Apr 09 2021, Junio C Hamano wrote:
> > > By the way, what's this sudden interest in re-reviewing an age old
> > > topic?
> > 
> > The thread got bumped by SZEDER in [1] and I'd read an April date
> > without noticing the year, so I see this has long-since landed,
> > nevermind :)
> > 
> > 1. https://lore.kernel.org/git/20200416211807.60811-2-emilyshaffer@google.com/
> 
> Phew, you scared me :)

Doesn't the output of your bugreport tests scares you?

  Initialized empty Git repository in /home/szeder/src/git/t/trash directory.t0091-bugreport/.git/
  expecting success of 0091.1 'creates a report with content in the right places': 
  	test_when_finished rm git-bugreport-check-headers.txt &&
  	git bugreport -s check-headers &&
  	check_all_headers_populated <git-bugreport-check-headers.txt
  
  Created new report at 'git-bugreport-check-headers.txt'.
  grep: Thank you for filling out a Git bug report!: No such file or directory
  grep: Please answer the following questions to help us understand your issue.: No such file or directory
  grep: : No such file or directory
  grep: What did you do before the bug happened? (Steps to reproduce your issue): No such file or directory
  grep: : No such file or directory
  grep: What did you expect to happen? (Expected behavior): No such file or directory
  grep: : No such file or directory
  grep: What happened instead? (Actual behavior): No such file or directory
  grep: : No such file or directory
  grep: What's different between what you expected and what actually happened?: No such file or directory
  grep: : No such file or directory
  grep: Anything else you want to add:: No such file or directory
  grep: : No such file or directory
  grep: Please review the rest of the bug report below.: No such file or directory
  grep: You can delete any lines you don't wish to share.: No such file or directory
  grep: : No such file or directory
  grep: : No such file or directory
  grep: [System Info]: No such file or directory
  grep: git version:: No such file or directory
  grep: git version 2.31.0.7.ga9ff022d9b: No such file or directory
  grep: cpu: x86_64: No such file or directory
  grep: built from commit: a9ff022d9b49e64336612f89100eb5220ed793bd: No such file or directory
  grep: sizeof-long: 8: No such file or directory
  grep: sizeof-size_t: 8: No such file or directory
  grep: shell-path: /bin/sh: No such file or directory
  grep: uname: Linux 5.10.17-051017-generic #202102170631 SMP Wed Feb 17 11:37:41 UTC 2021 x86_64: No such file or directory
  grep: compiler info: gnuc: 9.3: No such file or directory
  grep: libc info: glibc: 2.31: No such file or directory
  grep: $SHELL (typically, interactive shell): /bin/bash: No such file or directory
  grep: : No such file or directory
  grep: : No such file or directory
  grep: [Enabled Hooks]: No such file or directory
  
  ok 1 - creates a report with content in the right places

It does scare me...


  parent reply	other threads:[~2021-04-09 21:27 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-16 21:18 [PATCH v13 0/5] git-bugreport with fixed VS build Emily Shaffer
2020-04-16 21:18 ` [PATCH v13 1/5] help: move list_config_help to builtin/help Emily Shaffer
2020-04-16 22:21   ` Junio C Hamano
2020-04-16 22:28     ` Junio C Hamano
2020-04-17 19:36       ` Emily Shaffer
2020-04-17  2:04   ` Danh Doan
2020-04-17  2:11     ` Danh Doan
2021-04-08 21:29   ` [PATCH] Makefile: add missing dependencies of 'config-list.h' SZEDER Gábor
2021-04-08 22:08     ` Ævar Arnfjörð Bjarmason
2021-04-08 23:40       ` Jeff King
2021-04-09 21:20         ` SZEDER Gábor
2021-04-16 19:03           ` Junio C Hamano
2021-04-16 21:33             ` SZEDER Gábor
2021-04-16 22:25               ` Junio C Hamano
2021-04-13 19:07         ` Ævar Arnfjörð Bjarmason
2020-04-16 21:18 ` [PATCH v13 2/5] bugreport: add tool to generate debugging info Emily Shaffer
2020-08-12 15:53   ` SZEDER Gábor
2021-04-08 21:36     ` SZEDER Gábor
2020-04-16 21:18 ` [PATCH v13 3/5] bugreport: gather git version and build info Emily Shaffer
2020-04-16 21:18 ` [PATCH v13 4/5] bugreport: add uname info Emily Shaffer
2021-04-08 22:19   ` Ævar Arnfjörð Bjarmason
2021-04-08 22:25     ` Junio C Hamano
2021-04-08 22:33       ` Ævar Arnfjörð Bjarmason
2021-04-08 23:41         ` Emily Shaffer
2021-04-08 23:58           ` Junio C Hamano
2021-04-09 21:27           ` SZEDER Gábor [this message]
2021-04-11 14:33             ` [PATCH] t0091-bugreport.sh: actually verify some content of report Martin Ågren
2021-04-12 17:17               ` Junio C Hamano
2021-04-13 18:32                 ` Martin Ågren
2021-04-13 19:27                   ` Ævar Arnfjörð Bjarmason
2021-04-13 22:21                     ` Emily Shaffer
2023-07-01 19:26                       ` [PATCH v2] " Martin Ågren
2023-07-03 15:47                         ` Phillip Wood
2023-07-05 18:31                           ` Martin Ågren
2023-07-05 18:40                             ` [PATCH v3] " Martin Ågren
2023-07-05 19:46                               ` Phillip Wood
2021-04-13 19:44               ` [PATCH] " SZEDER Gábor
2020-04-16 21:18 ` [PATCH v13 5/5] bugreport: add compiler info Emily Shaffer
2021-04-08 22:23   ` Ævar Arnfjörð Bjarmason
2021-04-08 22:59     ` Đoàn Trần Công Danh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210409212724.GE2947267@szeder.dev \
    --to=szeder.dev@gmail.com \
    --cc=avarab@gmail.com \
    --cc=emilyshaffer@google.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.