@@ -27,23 +27,37 @@ cd /opt/lua/modules/forked/
2727git clone git@github.com:irr/lua-resty-shell.git
2828cd lua-resty-shell
2929git remote add upstream https://github.com/juce/lua-resty-shell.git
30+ git fetch upstream && git merge upstream/master && git push
3031cd ..
3132git clone git@github.com:irr/lua-pycrypto-aes.git
3233cd lua-pycrypto-aes
3334git remote add upstream https://github.com/siddontang/lua-pycrypto-aes.git
35+ git fetch upstream && git merge upstream/master && git push
3436cd ..
3537git clone git@github.com:irr/sockproc.git
3638cd sockproc
3739git remote add upstream https://github.com/juce/sockproc.git
40+ git fetch upstream && git merge upstream/master && git push
3841cd /opt/lua
3942git clone git@github.com:irr/openresty-docker.git
4043cd openresty-docker
4144git remote add upstream https://github.com/torhve/openresty-docker.git
45+ git fetch upstream && git merge upstream/master && git push
4246cd ..
4347git clone git@github.com:irr/underscore.lua.git
4448cd underscore.lua
4549git remote add upstream https://github.com/mirven/underscore.lua.git
50+ git fetch upstream && git merge upstream/master && git push
4651cd ..
52+ git clone git@github.com:irr/luv.git
53+ cd luv
54+ git remote add upstream https://github.com/luvit/luv.git
55+ git fetch upstream && git merge upstream/master && git push
56+ cd ..
57+ git clone git@github.com:irr/luvit.git
58+ cd luvit
59+ git remote add upstream https://github.com/luvit/luvit.git
60+ git fetch upstream && git merge upstream/master && git push
4761cd ~ /git
4862ln -s /opt/lua/modules/nginx/headers-more-nginx-module
4963ln -s /opt/lua/modules/nginx/set-misc-nginx-module
@@ -63,6 +77,8 @@ ln -s /opt/lua/openresty.org
6377ln -s /opt/lua/nginx-tutorials
6478ln -s /opt/lua/test-nginx
6579cd ~ /gitf
80+ ln -s /opt/lua/luv
81+ ln -s /opt/lua/luvit
6682ln -s /opt/lua/modules/forked/lua-resty-shell
6783ln -s /opt/lua/modules/forked/lua-pycrypto-aes
6884ln -s /opt/lua/modules/forked/sockproc
0 commit comments