From d087652e914247ab3fc5746f70fbad012ec76725 Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Wed, 7 Feb 2024 10:28:16 +0100 Subject: [PATCH] Update to git 2.43.0 --- .gitlab-ci.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ea41ed..8cff14a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - GIT_VERSION: "2.42.0" + GIT_VERSION: "2.43.0" PYTHON_VERSION: "3.10.8" DEFAULT_HELP_FORMAT: "man" diff --git a/README.md b/README.md index ecfa42e..a4cb970 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Git -Pipeline to build Git 2.42.0 with conan on our legacy CentOS 6. +Pipeline to build Git 2.43.0 with conan on our legacy CentOS 6. -Git 2.42.0 for: -* Linux 64 bits: [git-2.42.0-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.42.0/download?job=linux-x86_64) -* Linux 32 bits: [git-2.42.0-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.42.0/download?job=linux-i686) +Git 2.43.0 for: +* Linux 64 bits: [git-2.43.0-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.43.0/download?job=linux-x86_64) +* Linux 32 bits: [git-2.43.0-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.43.0/download?job=linux-i686) -- GitLab