Skip to content
Snippets Groups Projects
Commit b8254108 authored by MADELA Patrick's avatar MADELA Patrick
Browse files

Update to Git 2.39.1

parent 591f8eab
No related branches found
Tags 2.39.1
No related merge requests found
Pipeline #1769 passed
variables:
GIT_VERSION: "2.38.1"
GIT_VERSION: "2.39.1"
PYTHON_VERSION: "3.10.8"
DEFAULT_HELP_FORMAT: "man"
......
# 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)
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment