Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Do not pull vt/logutil/level.go #514

Merged
merged 1 commit into from
Oct 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _scripts/go-vitess/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ filter-branch: clone
cd ${VITESS_SRC} && \
git filter-branch --subdirectory-filter go && \
rm -fr README.md cacheservice cmd exit ioutil2 memcache race ratelimiter stats/influxdbbackend stats/opentsdb stats/prometheusbackend testfiles vtbench zk vt/mysqlctl/cephbackupstorage && \
rm -fr vt/logutil/level.go && \
cp -f "${CWD}/doc.go" "${CWD}/README.md" "${CWD}/LICENSE" ${VITESS_SRC} && \
cp -f "${CWD}/vt/log/log.go" "${VITESS_SRC}/vt/log/log.go"

Expand Down