All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] build-sys: add blkpr to gitignore
@ 2022-04-15  3:31 Enze Li
  2022-04-15  3:31 ` zhenwei pi
  2022-04-15  5:55 ` [PATCH v2] " Enze Li
  0 siblings, 2 replies; 5+ messages in thread
From: Enze Li @ 2022-04-15  3:31 UTC (permalink / raw)
  To: util-linux

Since this commit 627428a95692 ("blkpr: add block persistent
reservations command"), we introduced blkpr, but the compiled generated
binary file is not added to the gitignore, so let's do it.

Signed-off-by: Enze Li <lienze@kylinos.cn>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 3274563ec..0effa8945 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,6 +73,7 @@ GSYMS
 /addpart
 /agetty
 /blkdiscard
+/blkpr
 /blkzone
 /blkid
 /blockdev
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] build-sys: add blkpr to gitignore
  2022-04-15  3:31 [PATCH] build-sys: add blkpr to gitignore Enze Li
@ 2022-04-15  3:31 ` zhenwei pi
  2022-04-15  6:01   ` Enze Li
  2022-04-15  5:55 ` [PATCH v2] " Enze Li
  1 sibling, 1 reply; 5+ messages in thread
From: zhenwei pi @ 2022-04-15  3:31 UTC (permalink / raw)
  To: Enze Li, util-linux

On 4/15/22 11:31, Enze Li wrote:
> Since this commit 627428a95692 ("blkpr: add block persistent
> reservations command"), we introduced blkpr, but the compiled generated
> binary file is not added to the gitignore, so let's do it.
> 
> Signed-off-by: Enze Li <lienze@kylinos.cn>
> ---
>   .gitignore | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 3274563ec..0effa8945 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -73,6 +73,7 @@ GSYMS
>   /addpart
>   /agetty
>   /blkdiscard
> +/blkpr
>   /blkzone
>   /blkid
>   /blockdev
Hi, Enze

Could you please reorder blkXX together to make them all in order?

-- 
zhenwei pi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v2] build-sys: add blkpr to gitignore
  2022-04-15  3:31 [PATCH] build-sys: add blkpr to gitignore Enze Li
  2022-04-15  3:31 ` zhenwei pi
@ 2022-04-15  5:55 ` Enze Li
  2022-04-19  9:52   ` Karel Zak
  1 sibling, 1 reply; 5+ messages in thread
From: Enze Li @ 2022-04-15  5:55 UTC (permalink / raw)
  To: lienze; +Cc: util-linux

Since this commit 627428a95692 ("blkpr: add block persistent
reservations command"), we introduced blkpr, but the compiled generated
binary file is not added to the gitignore, so let's do it.

v2:
- Reorder blkxxx in alphabetical order.

Signed-off-by: Enze Li <lienze@kylinos.cn>
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 3274563ec..05ec48c9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,8 +73,9 @@ GSYMS
 /addpart
 /agetty
 /blkdiscard
-/blkzone
 /blkid
+/blkpr
+/blkzone
 /blockdev
 /cal
 /cfdisk
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] build-sys: add blkpr to gitignore
  2022-04-15  3:31 ` zhenwei pi
@ 2022-04-15  6:01   ` Enze Li
  0 siblings, 0 replies; 5+ messages in thread
From: Enze Li @ 2022-04-15  6:01 UTC (permalink / raw)
  To: zhenwei pi; +Cc: util-linux

On Fri, 15 Apr 2022 11:31:31 +0800
zhenwei pi <pizhenwei@bytedance.com> wrote:

> On 4/15/22 11:31, Enze Li wrote:
> > Since this commit 627428a95692 ("blkpr: add block persistent
> > reservations command"), we introduced blkpr, but the compiled
> > generated binary file is not added to the gitignore, so let's do it.
> > 
> > Signed-off-by: Enze Li <lienze@kylinos.cn>
> > ---
> >   .gitignore | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git a/.gitignore b/.gitignore
> > index 3274563ec..0effa8945 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -73,6 +73,7 @@ GSYMS
> >   /addpart
> >   /agetty
> >   /blkdiscard
> > +/blkpr
> >   /blkzone
> >   /blkid
> >   /blockdev  

Hi zhenwei,

Thanks for your review.

> 
> Could you please reorder blkXX together to make them all in order?
> 

Indeed, if this is necessary.  I've sent v2 to util-liux@list.

Thanks,
Enze

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] build-sys: add blkpr to gitignore
  2022-04-15  5:55 ` [PATCH v2] " Enze Li
@ 2022-04-19  9:52   ` Karel Zak
  0 siblings, 0 replies; 5+ messages in thread
From: Karel Zak @ 2022-04-19  9:52 UTC (permalink / raw)
  To: Enze Li; +Cc: util-linux

On Fri, Apr 15, 2022 at 01:55:10PM +0800, Enze Li wrote:
>  .gitignore | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Good catch. Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-19  9:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-15  3:31 [PATCH] build-sys: add blkpr to gitignore Enze Li
2022-04-15  3:31 ` zhenwei pi
2022-04-15  6:01   ` Enze Li
2022-04-15  5:55 ` [PATCH v2] " Enze Li
2022-04-19  9:52   ` Karel Zak

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.