File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed
Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ node_modules/
2222data
2323nohup.out
2424.spmjspid
25- elasticsearch-1.1.1
25+ elasticsearch- *
2626config /base.yaml
Original file line number Diff line number Diff line change 1+ 1.1.2 / 2014-07-17
2+ ==================
3+
4+ * elasticsearch 升级到 1.3.0,修复命令执行漏洞。http://news.mydrivers.com/1/306/306326.htm
5+ * github 账户权限修改为只读。#52
6+
171.1.1 / 2014-07-17
28==================
39
Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ Reindex the packages for elastic search.
4747$ npm run reindex
4848```
4949
50+ ## elasticsearch
51+
52+ Require Java 7 environment : https://github.com/Homebrew/homebrew/issues/29910
53+
5054## TODO:
5155
5256- packages sync server
Original file line number Diff line number Diff line change 22 "name" : " spmjs.io" ,
33 "descrition" : " The packaging server for spm@3.x" ,
44 "private" : true ,
5- "version" : " 1.1.1 " ,
5+ "version" : " 1.1.2 " ,
66 "author" : " afc163 <afc163@gmail.com>" ,
77 "keywords" : [
88 " spm" ,
2828 },
2929 "scripts" : {
3030 "postinstall" : " tar -xzvf elastic/elasticsearch.tar.gz" ,
31- "start" : " ./node_modules/forever/bin/forever start app.js && nohup elasticsearch-1.1.1 /bin/elasticsearch -p .spmjspid >/dev/null 2>&1 &" ,
31+ "start" : " ./node_modules/forever/bin/forever start app.js && nohup elasticsearch-1.3.0 /bin/elasticsearch -p .spmjspid >/dev/null 2>&1 &" ,
3232 "stop" : " ./node_modules/forever/bin/forever stop app.js && kill -9 `cat .spmjspid`" ,
3333 "reindex" : " node elastic/reindexPackages.js"
3434 },
5555 "node-yaml-config" : " ~0.0.2" ,
5656 "raw-body" : " ^1.1.4" ,
5757 "request" : " ^2.36.0" ,
58- "semver" : " ^2.3 .0" ,
58+ "semver" : " ^3.0 .0" ,
5959 "serve-spm" : " ^0.3.7" ,
6060 "serve-static" : " ^1.2.1" ,
6161 "static-favicon" : " ^1.0.2" ,
You can’t perform that action at this time.
0 commit comments