]> git.pld-linux.org Git - packages/etcd.git/blame - nogit.patch
- updated to 3.3.12
[packages/etcd.git] / nogit.patch
CommitLineData
ec7088d3
ER
1--- etcd-2.0.11/build~ 2015-05-15 23:54:32.000000000 +0300
2+++ etcd-2.0.11/build 2015-05-30 09:37:00.739376624 +0300
3@@ -11,7 +11,7 @@
905fcae1
AG
4 ORG_PATH="github.com/coreos"
5 REPO_PATH="${ORG_PATH}/etcd"
ec7088d3 6
905fcae1
AG
7-GIT_SHA=$(git rev-parse --short HEAD || echo "GitNotFound")
8+GIT_SHA=${GIT_SHA:-`git rev-parse --short HEAD || echo "GitNotFound"`}
9 if [ ! -z "$FAILPOINTS" ]; then
10 GIT_SHA="$GIT_SHA"-FAILPOINTS
11 fi
This page took 0.147216 seconds and 4 git commands to generate.