[libvirt] [PATCH] maint: Update to latest gnulib

This pulls in, among other new things, vc-list-files fix to make syntax-check work with git worktrees. Signed-off-by: Erik Skultety <eskultet@redhat.com> --- .gnulib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gnulib b/.gnulib index ce4ee4cbb..47c634c05 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit ce4ee4cbb596a9d7de2786cf8c48cf62a4edede7 +Subproject commit 47c634c05a946651e2834dcf0cd7cd0dc7a21d3c -- 2.13.3

On Thu, Aug 24, 2017 at 10:50:29 +0200, Erik Skultety wrote:
This pulls in, among other new things, vc-list-files fix to make syntax-check work with git worktrees.
Signed-off-by: Erik Skultety <eskultet@redhat.com> --- .gnulib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Did you push this under the "gnulib update rule"? If not, ACK

On Thu, Aug 24, 2017 at 11:14:57AM +0200, Peter Krempa wrote:
On Thu, Aug 24, 2017 at 10:50:29 +0200, Erik Skultety wrote:
This pulls in, among other new things, vc-list-files fix to make syntax-check work with git worktrees.
Signed-off-by: Erik Skultety <eskultet@redhat.com> --- .gnulib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Did you push this under the "gnulib update rule"? If not, ACK
No, I did not. This was the first time I made any adjustments to gnulib, so I wanted to be sure I didn't miss anything. Saying that, before sending the patch I also checked whether the bootstrap version needed to be updated as well, but it turned out that we're already using the current version. Thanks for review, I pushed the patch. Erik
participants (2)
-
Erik Skultety
-
Peter Krempa