Skip to content

Commit da986cc

Browse files
rjbell4GitHub Enterprise
authored andcommitted
Merge pull request Autodesk#8 from bellro/dev/bellro/c4dev_update
Require latest Git and Git LFS versions
2 parents 31c3e8f + e66c428 commit da986cc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/osx/setup_helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function _macports_has_port() {
1414

1515
function _managerless_lfs_install() {
1616
local VERSION=$1
17-
local GIT_LFS_CHECKSUM=2e43480adbd3694b756c95558ecdf5cf
17+
local GIT_LFS_CHECKSUM=0375c5dcdb27ab5650660465de64b218
1818
# Run this to calculate the hash for a new version:
1919
# export V="1.1.1"; curl --location https://github.com/github/git-lfs/releases/download/v$V/git-lfs-darwin-amd64-$V.tar.gz | md5
2020

lib/win/setup_helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function install_git_lfs ()
1111
local KIT_PATH=$1
1212
local VERSION=$2
1313

14-
local GIT_LFS_CHECKSUM=95296495a70a31dd952de15bf7102ead
14+
local GIT_LFS_CHECKSUM=328acc7ff66192015e2079de4038c85f
1515
# Run this to calculate the hash for a new version:
1616
# export V="1.1.1"; curl --location https://github.com/github/git-lfs/releases/download/v$V/git-lfs-windows-amd64-$V.zip | md5
1717

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ KIT_TESTFILE="https://$GITHUB_SERVER/$KIT_ORG_REPO"
1111
KIT_REMOTE_URL="https://$GITHUB_SERVER/$KIT_ORG_REPO.git"
1212
KIT_CLIENT_ID='8b6c07fe55f64c7cbc5d'
1313
KIT_CLIENT_SECRET='8b6adba6caff9f0cc0d40c8a27545860a26f95b9'
14-
MINIMUM_GIT_VERSION=2.3.2
15-
MINIMUM_GIT_LFS_VERSION=1.2.0 # On update make sure to update $GIT_LFS_CHECKSUM in lib/*/setup_helpers.sh, too!
14+
MINIMUM_GIT_VERSION=2.10.2
15+
MINIMUM_GIT_LFS_VERSION=1.5.2 # On update make sure to update $GIT_LFS_CHECKSUM in lib/*/setup_helpers.sh, too!
1616
ERROR_HELP_MESSAGE="Please contact EMSD.VNX.CE.DEV.ENABLEMENT.IDE@emc.com"
1717

1818

0 commit comments

Comments
 (0)