script: remove unused script/run

This commit is contained in:
Taylor Blau 2018-07-19 13:16:26 -05:00
parent 3a1a3c12c2
commit f2862a5f8e
2 changed files with 0 additions and 7 deletions

@ -145,9 +145,6 @@ pushd ${CURDIR}/..
#(that yes, I could have gotten from git myself) #(that yes, I could have gotten from git myself)
LFS_VERSION=$(./bin/git-lfs version | sed -r 's|.*/([0-9.]*).*|\1|') LFS_VERSION=$(./bin/git-lfs version | sed -r 's|.*/([0-9.]*).*|\1|')
sed -i 's|\(^Version:\s*\).*|\1'"${LFS_VERSION}"'|' ${CURDIR}/SPECS/git-lfs.spec sed -i 's|\(^Version:\s*\).*|\1'"${LFS_VERSION}"'|' ${CURDIR}/SPECS/git-lfs.spec
#LFS_SHA=$(git rev-parse --short HEAD)
#sed -i 's|\(^commit=*\).*|\1'"${LFS_SHA}"'|' ./script/run
#Not needed thanks to #549
popd popd
#Prep the SOURCES dir for git-lfs #Prep the SOURCES dir for git-lfs

@ -1,4 +0,0 @@
#!/usr/bin/env bash
make fmt
commit=`git rev-parse --short HEAD`
GO15VENDOREXPERIMENT=1 go run -ldflags="-X github.com/git-lfs/git-lfs/config.GitCommit=$commit" ./git-lfs.go "$@"