]> git.pld-linux.org Git - packages/etcd.git/blob - nogit.patch
- updated to 3.3.10
[packages/etcd.git] / nogit.patch
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 @@
4  ORG_PATH="github.com/coreos"
5  REPO_PATH="${ORG_PATH}/etcd"
6  
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.101641 seconds and 3 git commands to generate.