* [PATCH] gnu: git: Update to 2.10.0.
@ 2016-09-03 10:51 John Darrington
2016-09-03 13:58 ` Ludovic Courtès
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: John Darrington @ 2016-09-03 10:51 UTC (permalink / raw)
To: guix-devel; +Cc: John Darrington
* gnu/packages/version-control.scm (git): Update to 2.10.0.
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 34cfedf..9ff9801 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -111,14 +111,14 @@ as well as the classic centralized workflow.")
(define-public git
(package
(name "git")
- (version "2.9.3")
+ (version "2.10.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "0qzs681a64k3shh5p0rg41l1z16fbk5sj0xga45k34hp1hsp654z"))))
+ "1rr9zyafb6q3wixyjar6cc7z7vdh1dqa4b5irz3gz1df02n68cy7"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@@ -131,7 +131,7 @@ as well as the classic centralized workflow.")
version ".tar.xz"))
(sha256
(base32
- "0kabsmjfbvq4y1vlwq0yl2y4033a90rnwsq01d7np3cvy55fiq0l"))))))
+ "1y92v1bxk67ilsizqnjba6hqvrsy2zvmipyd9nnz865s21yrj5ry"))))))
(inputs
`(("curl" ,curl)
("expat" ,expat)
--
2.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] gnu: git: Update to 2.10.0.
2016-09-03 10:51 [PATCH] gnu: git: Update to 2.10.0 John Darrington
@ 2016-09-03 13:58 ` Ludovic Courtès
2016-09-03 14:02 ` Leo Famulari
2016-09-04 16:02 ` Mark H Weaver
2 siblings, 0 replies; 8+ messages in thread
From: Ludovic Courtès @ 2016-09-03 13:58 UTC (permalink / raw)
To: John Darrington; +Cc: guix-devel
John Darrington <jmd@gnu.org> skribis:
> * gnu/packages/version-control.scm (git): Update to 2.10.0.
Please push, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] gnu: git: Update to 2.10.0.
2016-09-03 10:51 [PATCH] gnu: git: Update to 2.10.0 John Darrington
2016-09-03 13:58 ` Ludovic Courtès
@ 2016-09-03 14:02 ` Leo Famulari
2016-09-04 16:02 ` Mark H Weaver
2 siblings, 0 replies; 8+ messages in thread
From: Leo Famulari @ 2016-09-03 14:02 UTC (permalink / raw)
To: John Darrington; +Cc: guix-devel
On Sat, Sep 03, 2016 at 12:51:44PM +0200, John Darrington wrote:
> * gnu/packages/version-control.scm (git): Update to 2.10.0.
Looks good, please push.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] gnu: git: Update to 2.10.0.
2016-09-03 10:51 [PATCH] gnu: git: Update to 2.10.0 John Darrington
2016-09-03 13:58 ` Ludovic Courtès
2016-09-03 14:02 ` Leo Famulari
@ 2016-09-04 16:02 ` Mark H Weaver
2016-09-04 17:37 ` John Darrington
2 siblings, 1 reply; 8+ messages in thread
From: Mark H Weaver @ 2016-09-04 16:02 UTC (permalink / raw)
To: John Darrington; +Cc: guix-devel
John Darrington <jmd@gnu.org> writes:
> * gnu/packages/version-control.scm (git): Update to 2.10.0.
This update seems to have broken 'cgit' and maybe also 'ruby-puma'.
https://hydra.gnu.org/eval/109142#tabs-now-fail
Would you be willing to take a look?
Mark
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] gnu: git: Update to 2.10.0.
2016-09-04 16:02 ` Mark H Weaver
@ 2016-09-04 17:37 ` John Darrington
2016-09-04 18:14 ` Leo Famulari
0 siblings, 1 reply; 8+ messages in thread
From: John Darrington @ 2016-09-04 17:37 UTC (permalink / raw)
To: Mark H Weaver; +Cc: guix-devel, John Darrington
[-- Attachment #1: Type: text/plain, Size: 742 bytes --]
On Sun, Sep 04, 2016 at 12:02:49PM -0400, Mark H Weaver wrote:
John Darrington <jmd@gnu.org> writes:
> * gnu/packages/version-control.scm (git): Update to 2.10.0.
This update seems to have broken 'cgit' and maybe also 'ruby-puma'.
https://hydra.gnu.org/eval/109142#tabs-now-fail
Well so far as I can see, cgit is directly accessing the private interface
of git. So unless we revert, or maintain two version of git concurrently,
I don't see a solution.
J'
--
Avoid eavesdropping. Send strong encryted email.
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] gnu: git: Update to 2.10.0.
2016-09-04 17:37 ` John Darrington
@ 2016-09-04 18:14 ` Leo Famulari
2016-09-04 18:57 ` Leo Famulari
0 siblings, 1 reply; 8+ messages in thread
From: Leo Famulari @ 2016-09-04 18:14 UTC (permalink / raw)
To: John Darrington; +Cc: guix-devel, John Darrington
[-- Attachment #1: Type: text/plain, Size: 693 bytes --]
On Sun, Sep 04, 2016 at 07:37:21PM +0200, John Darrington wrote:
> On Sun, Sep 04, 2016 at 12:02:49PM -0400, Mark H Weaver wrote:
> John Darrington <jmd@gnu.org> writes:
> > * gnu/packages/version-control.scm (git): Update to 2.10.0.
>
> This update seems to have broken 'cgit' and maybe also 'ruby-puma'.
>
> https://hydra.gnu.org/eval/109142#tabs-now-fail
>
>
> Well so far as I can see, cgit is directly accessing the private interface
> of git. So unless we revert, or maintain two version of git concurrently,
> I don't see a solution.
Relevant upstream discussion:
https://lists.zx2c4.com/pipermail/cgit/2016-August/003243.html
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] gnu: git: Update to 2.10.0.
2016-09-04 18:14 ` Leo Famulari
@ 2016-09-04 18:57 ` Leo Famulari
2016-09-05 8:12 ` Ludovic Courtès
0 siblings, 1 reply; 8+ messages in thread
From: Leo Famulari @ 2016-09-04 18:57 UTC (permalink / raw)
To: John Darrington; +Cc: guix-devel, John Darrington
[-- Attachment #1: Type: text/plain, Size: 385 bytes --]
On Sun, Sep 04, 2016 at 02:14:47PM -0400, Leo Famulari wrote:
> > On Sun, Sep 04, 2016 at 12:02:49PM -0400, Mark H Weaver wrote:
> > This update seems to have broken 'cgit' and maybe also 'ruby-puma'.
> Relevant upstream discussion:
> https://lists.zx2c4.com/pipermail/cgit/2016-August/003243.html
Updated patch:
https://lists.zx2c4.com/pipermail/cgit/2016-September/003295.html
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] gnu: git: Update to 2.10.0.
2016-09-04 18:57 ` Leo Famulari
@ 2016-09-05 8:12 ` Ludovic Courtès
0 siblings, 0 replies; 8+ messages in thread
From: Ludovic Courtès @ 2016-09-05 8:12 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel, John Darrington
Leo Famulari <leo@famulari.name> skribis:
> On Sun, Sep 04, 2016 at 02:14:47PM -0400, Leo Famulari wrote:
>> > On Sun, Sep 04, 2016 at 12:02:49PM -0400, Mark H Weaver wrote:
>> > This update seems to have broken 'cgit' and maybe also 'ruby-puma'.
>> Relevant upstream discussion:
>> https://lists.zx2c4.com/pipermail/cgit/2016-August/003243.html
>
> Updated patch:
> https://lists.zx2c4.com/pipermail/cgit/2016-September/003295.html
As discussed on IRC, given that the patch is not so small, I’d suggest
re-introducing Git 2.9 (with ‘inherit’) and using it for cgit (and maybe
‘ruby-puma’?).
John, could you look into it?
Thanks Leo for finding out the upstream thread!
Ludo’.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-09-05 8:12 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-03 10:51 [PATCH] gnu: git: Update to 2.10.0 John Darrington
2016-09-03 13:58 ` Ludovic Courtès
2016-09-03 14:02 ` Leo Famulari
2016-09-04 16:02 ` Mark H Weaver
2016-09-04 17:37 ` John Darrington
2016-09-04 18:14 ` Leo Famulari
2016-09-04 18:57 ` Leo Famulari
2016-09-05 8:12 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).