File tree Expand file tree Collapse file tree 5 files changed +276
-174
lines changed
Expand file tree Collapse file tree 5 files changed +276
-174
lines changed Original file line number Diff line number Diff line change 1+ ## 0.6.4 (2015-01-14)
2+
3+ Features:
4+
5+ - merge some work from ` webui-proc-graph ` branch. ( by Chun-Yu Lee (Mat) )
6+ - API 新增 network/ 分類目錄
7+ - API 新增 process 資料
8+
9+ Bugfixes:
10+
11+ - Fix the header parsing of /proc/net/arp. Tokenize by multiple spaces now. ( by Blex Liao )
12+
113## 0.6.3 (2014-12-11)
214
315Features:
Original file line number Diff line number Diff line change @@ -20,8 +20,15 @@ clean:
2020 rm -rf .tmp || true
2121 rm -rf sysd/sysd || true
2222
23- Manifest : clean
24- find . -type f | grep -v -e " ^\./\.git" | sort | uniq > Manifest
23+ Manifest :
24+ find . -type f | grep -v -e " ^\./\.git" \
25+ | grep -v -e " ^\./\.gopath/" \
26+ | grep -v -e " ^\./\.tmp/" \
27+ | grep -v -e " ^\./sysd/sysd$$ " \
28+ | grep -v -e " ^\./pkg/tgz/" \
29+ | grep -v -e " ^\./sysd-[0-9]\+\.[0-9]\+\.[0-9]\+.tar.gz$$ " \
30+ | grep -v -e " ^\./sysd-[0-9]\+\.[0-9]\+\.[0-9]\+/" \
31+ | sort | uniq > Manifest
2532
2633dist :
2734 ./scripts/tarball.sh || true
You can’t perform that action at this time.
0 commit comments