From 2508c6f7160981b69416854ef44efbf9308416ed Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Thu, 21 Mar 2024 00:01:44 +0000 Subject: [PATCH] [repo_launcher] Update repo_launcher to v2.45 R=gavinmak@google.com, vapier Bug: b/330605288 Change-Id: I6c9bda702dc570fdc8e2a1feecafb6b555d86a05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5384565 Commit-Queue: Gavin Mak Auto-Submit: Josip Sokcevic Reviewed-by: Gavin Mak --- repo_launcher | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/repo_launcher b/repo_launcher index adcfb6eb09..98fd5f743a 100755 --- a/repo_launcher +++ b/repo_launcher @@ -124,7 +124,7 @@ if not REPO_REV: BUG_URL = "https://issues.gerritcodereview.com/issues/new?component=1370071" # increment this whenever we make important changes to this script -VERSION = (2, 42) +VERSION = (2, 45) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (2, 3) @@ -210,9 +210,8 @@ GIT = "git" # our git command # NB: The version of git that the repo launcher requires may be much older than # the version of git that the main repo source tree requires. Keeping this at # an older version also makes it easier for users to upgrade/rollback as needed. -# -# git-1.7 is in (EOL) Ubuntu Precise. -MIN_GIT_VERSION = (1, 7, 2) # minimum supported git version +# See requirements.json for versions. +MIN_GIT_VERSION = (1, 7, 9) # minimum supported git version repodir = ".repo" # name of repo's private directory S_repo = "repo" # special repo repository S_manifests = "manifests" # special manifest repository