git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ci: update to jgit 7
@ 2024-11-13  2:58 Junio C Hamano
  2024-11-13  7:06 ` Patrick Steinhardt
  0 siblings, 1 reply; 6+ messages in thread
From: Junio C Hamano @ 2024-11-13  2:58 UTC (permalink / raw)
  To: git

The version of jgit we use for CI has been 6.8.0 for the last few
releases; try to update it to newer jgit 7.0.0, which is advertised
at https://www.eclipse.org/jgit/download/ page.

Note that this new URL seems to fail to download (together with the
URL for the older 6.8.0, which is causing CI failures) right now.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
 ci/install-dependencies.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh
index e2c6ef0f66..65b34d930e 100755
--- a/ci/install-dependencies.sh
+++ b/ci/install-dependencies.sh
@@ -9,7 +9,7 @@ begin_group "Install dependencies"
 
 P4WHENCE=https://cdist2.perforce.com/perforce/r23.2
 LFSWHENCE=https://github.com/github/git-lfs/releases/download/v$LINUX_GIT_LFS_VERSION
-JGITWHENCE=https://repo.eclipse.org/content/groups/releases//org/eclipse/jgit/org.eclipse.jgit.pgm/6.8.0.202311291450-r/org.eclipse.jgit.pgm-6.8.0.202311291450-r.sh
+JGITWHENCE=https://repo.eclipse.org/content/groups/releases//org/eclipse/jgit/org.eclipse.jgit.pgm/7.0.0.202409031743-r/org.eclipse.jgit.pgm-7.0.0.202409031743-r.sh
 
 # Make sudo a no-op and execute the command directly when running as root.
 # While using sudo would be fine on most platforms when we are root already,
-- 
2.47.0-383-g8012c4ff7f


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

end of thread, other threads:[~2024-11-13 11:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13  2:58 [PATCH] ci: update to jgit 7 Junio C Hamano
2024-11-13  7:06 ` Patrick Steinhardt
2024-11-13  7:35   ` Yongmin
2024-11-13  7:36     ` Patrick Steinhardt
2024-11-13 10:08       ` Johannes Schindelin
2024-11-13 11:24         ` Junio C Hamano

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 NNTP newsgroup(s).