summaryrefslogtreecommitdiffstats
path: root/requirements.json
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2024-03-20 12:59:32 -0400
committerLUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-03-20 19:49:44 +0000
commit3762b17e983e8c910d9aaa6f010c2a7eb9b97695 (patch)
tree5710f5be790b367356079060787d077e300219af /requirements.json
parentae419e1e018a7f668deb69c98fa615f65e660932 (diff)
downloadgit-repo-3762b17e983e8c910d9aaa6f010c2a7eb9b97695.tar.gz
git: raise hard version to 1.7.9
Debian 6 Squeeze went EOL in Feb 2016. We don't need to carry support for that anymore as there have been 6 major releases since. That means we can bump the required git version from 1.7.2 to 1.7.9. Ubuntu Precise shipped with the latter. git-1.7.2 was released in 2010 while git-1.7.9 was released in 2012. So that shouldn't be a problem either. And we've been warning people using git versions older than 1.9.1 for 3 years now that they need to upgrade. Change-Id: I7712f110ea158297b489b8379b112c6700b21a46 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/415097 Reviewed-by: Josip Sokcevic <sokcevic@google.com> Tested-by: Mike Frysinger <vapier@google.com> Commit-Queue: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'requirements.json')
-rw-r--r--requirements.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.json b/requirements.json
index cb55cd25..a4413417 100644
--- a/requirements.json
+++ b/requirements.json
@@ -46,12 +46,12 @@
46 46
47 # Supported git versions. 47 # Supported git versions.
48 # 48 #
49 # git-1.7.2 is in Debian Squeeze.
50 # git-1.7.9 is in Ubuntu Precise. 49 # git-1.7.9 is in Ubuntu Precise.
51 # git-1.9.1 is in Ubuntu Trusty.
52 # git-1.7.10 is in Debian Wheezy. 50 # git-1.7.10 is in Debian Wheezy.
51 # git-1.9.1 is in Ubuntu Trusty.
52 # git-2.1.4 is in Debian Jessie.
53 "git": { 53 "git": {
54 "hard": [1, 7, 2], 54 "hard": [1, 7, 9],
55 "soft": [1, 9, 1] 55 "soft": [1, 9, 1]
56 } 56 }
57} 57}