From b825410824d720e4b2cf1ba956c50771f99326b9 Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Wed, 18 Jan 2023 22:24:25 +0100 Subject: [PATCH] Update to Git 2.39.1 --- .gitlab-ci.yml | 2 +- README.md | 8 ++++---- conanfile.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ba4e3e..d65ea6e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: - GIT_VERSION: "2.38.1" + GIT_VERSION: "2.39.1" PYTHON_VERSION: "3.10.8" DEFAULT_HELP_FORMAT: "man" diff --git a/README.md b/README.md index b8040a9..f427dca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Git -Pipeline to build Git 2.38.1 with conan on our legacy CentOS 6. +Pipeline to build Git 2.39.1 with conan on our legacy CentOS 6. -Git 2.38.1 for: -* Linux 64 bits: [git-2.38.1-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.38.1/download?job=linux-x86_64) -* Linux 32 bits: [git-2.38.1-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.38.1/download?job=linux-i686) +Git 2.39.1 for: +* Linux 64 bits: [git-2.39.1-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.39.1/download?job=linux-x86_64) +* Linux 32 bits: [git-2.39.1-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.39.1/download?job=linux-i686) diff --git a/conanfile.py b/conanfile.py index e466cf1..2f3d80e 100644 --- a/conanfile.py +++ b/conanfile.py @@ -7,7 +7,7 @@ import os class GitConan(ConanFile): name = "git" - version = "2.38.1" + version = "2.39.1" settings = "os", "compiler", "build_type", "arch" -- GitLab