Reference: https://etcd.io/docs/v3.4.0/dev-guide/local_cluster/
go get github.com/mattn/goreman
git clone git@github.com:etcd-io/etcd.git
cd etcd
./build| ## To grep for a string in all branches | |
| 1. git branch -a | tr -d \* | grep -v master | xargs git grep etcdHighFsyncDurations | |
| 2. git grep -i etcdBackendQuotaLowSpace $(git for-each-ref --format='%(refname)' refs/remotes) | awk -F":" '{ print $1 }' | sort -nr | uniq | |
| ## To check which all branches a commit ID is present | |
| git branch -a --contains $COMMIT_ID | |
| ## To get all commits for a single file | |
| git log --oneline --decorate --follow -- Documentation/etcd-mixin/mixin.libsonnet |
Reference: https://etcd.io/docs/v3.4.0/dev-guide/local_cluster/
go get github.com/mattn/goreman
git clone git@github.com:etcd-io/etcd.git
cd etcd
./build| #!/bin/bash | |
| ETCD_VER=v3.4.14 | |
| # choose either URL | |
| #GOOGLE_URL=https://storage.googleapis.com/etcd | |
| GITHUB_URL=https://github.com/etcd-io/etcd/releases/download | |
| DOWNLOAD_URL=${GITHUB_URL} | |
| rm -f etcd-${ETCD_VER}-linux-amd64.tar.gz |
| 1. OCP 3 Draft - https://github.com/openshift/openshift-pep/blob/master/openshift-pep-013-openshift-3.md |
| #!/bin/bash | |
| # Generate a `:something-intensifies:` Slack emoji, given a reasonable image | |
| # input. I recommend grabbing an emoji from https://emojipedia.org/ | |
| set -euo pipefail | |
| # Number of frames of shaking | |
| count=10 | |
| # Max pixels to move while shaking |